Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Duma_int.h319 struct slabhead ud_free_slab; /* completely unallocated slabs */ member
H A Duma_core.c1669 slab = LIST_FIRST(&dom->ud_free_slab); in keg_drain_domain()
1674 LIST_SWAP(&freeslabs, &dom->ud_free_slab, uma_slab, us_link); in keg_drain_domain()
3965 if ((slab = LIST_FIRST(&dom->ud_free_slab)) != NULL) { in keg_first_slab()
4850 LIST_INSERT_HEAD(&dom->ud_free_slab, slab, us_link); in slab_free_item()
5265 LIST_INSERT_HEAD(&dom->ud_free_slab, slab,