Searched refs:vmem_bt_alloc (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/kern/
H A Dsubr_vmem.c586 * vmem_bt_alloc: Allocate a new page of boundary tags.
604 * There is a small race between vmem_bt_alloc() returning the page and the
612 vmem_bt_alloc(uma_zone_t zone, vm_size_t bytes, uint8_t *pflag, int wait) function
669 uma_zone_set_allocf(vmem_bt_zone, vmem_bt_alloc);

Completed in 55 milliseconds