Searched refs:kcage_glist_freelist (Results 1 – 1 of 1) sorted by relevance
229 static struct kcage_glist *kcage_glist_freelist = &kcage_glist_firstfree; variable585 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()