Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/vm/
H A Duma_int.h325 struct slabhead ud_part_slab; /* partially allocated slabs */ member
/f-stack/freebsd/vm/
H A Duma_int.h322 struct slabhead ud_part_slab; /* partially allocated slabs */ member
H A Duma_core.c1636 LIST_INSERT_HEAD(&dom->ud_part_slab, slab, us_link); in keg_alloc_slab()
3656 if ((slab = LIST_FIRST(&dom->ud_part_slab)) != NULL) in keg_first_slab()
3661 LIST_INSERT_HEAD(&dom->ud_part_slab, slab, us_link); in keg_first_slab()
4515 LIST_INSERT_HEAD(&dom->ud_part_slab, slab, us_link); in slab_free_item()