Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Duma_core.c284 static void *noobj_alloc(uma_zone_t, vm_size_t, int, uint8_t *, int);
2019 noobj_alloc(uma_zone_t zone, vm_size_t bytes, int domain, uint8_t *flags, in noobj_alloc() function
5190 keg->uk_allocf = (keg->uk_ppera > 1) ? noobj_alloc : uma_small_alloc;
5192 keg->uk_allocf = noobj_alloc;