Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmem_cage.c229 static struct kcage_glist *kcage_glist_freelist = &kcage_glist_firstfree; variable
585 if ((new = kcage_glist_freelist) != NULL) { in kcage_glist_alloc()
586 kcage_glist_freelist = new->next; in kcage_glist_alloc()
607 lp->next = kcage_glist_freelist; in kcage_glist_free()
608 kcage_glist_freelist = lp; in kcage_glist_free()