Home
last modified time | relevance | path

Searched refs:uma_small_alloc (Results 1 – 8 of 8) sorted by relevance

/freebsd-9-stable/sys/ia64/ia64/
Duma_machdep.c42 uma_small_alloc(uma_zone_t zone, int bytes, u_int8_t *flags, int wait) in uma_small_alloc() function
/freebsd-9-stable/sys/mips/mips/
Duma_machdep.c43 uma_small_alloc(uma_zone_t zone, int bytes, u_int8_t *flags, int wait) in uma_small_alloc() function
/freebsd-9-stable/sys/amd64/amd64/
Duma_machdep.c43 uma_small_alloc(uma_zone_t zone, int bytes, u_int8_t *flags, int wait) in uma_small_alloc() function
/freebsd-9-stable/sys/powerpc/aim/
Duma_machdep.c52 uma_small_alloc(uma_zone_t zone, int bytes, u_int8_t *flags, int wait) in uma_small_alloc() function
/freebsd-9-stable/sys/vm/
Duma_int.h447 void *uma_small_alloc(uma_zone_t zone, int bytes, u_int8_t *pflag, int wait);
Duma_core.c968 keg->uk_allocf = (keg->uk_ppera > 1) ? page_alloc : uma_small_alloc; in startup_alloc()
1319 keg->uk_allocf = uma_small_alloc; in keg_ctor()
/freebsd-9-stable/sys/sparc64/sparc64/
Dvm_machdep.c494 uma_small_alloc(uma_zone_t zone, int bytes, u_int8_t *flags, int wait) in uma_small_alloc() function
/freebsd-9-stable/sys/arm/arm/
Dvm_machdep.c615 uma_small_alloc(uma_zone_t zone, int bytes, u_int8_t *flags, int wait) in uma_small_alloc() function