Searched refs:uma_small_alloc (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/sys/ia64/ia64/ |
| D | uma_machdep.c | 42 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/ |
| D | uma_machdep.c | 43 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/ |
| D | uma_machdep.c | 43 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/ |
| D | uma_machdep.c | 52 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/ |
| D | uma_int.h | 447 void *uma_small_alloc(uma_zone_t zone, int bytes, u_int8_t *pflag, int wait);
|
| D | uma_core.c | 968 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/ |
| D | vm_machdep.c | 494 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/ |
| D | vm_machdep.c | 615 uma_small_alloc(uma_zone_t zone, int bytes, u_int8_t *flags, int wait) in uma_small_alloc() function
|