Searched refs:kcage_glist (Results 1 – 1 of 1) sorted by relevance
211 struct kcage_glist { struct212 struct kcage_glist *next; argument219 static struct kcage_glist *kcage_glist; argument220 static struct kcage_glist *kcage_current_glist;228 static struct kcage_glist kcage_glist_firstfree;229 static struct kcage_glist *kcage_glist_freelist = &kcage_glist_firstfree;234 static struct kcage_glist *kcage_glist_alloc(void);235 static int kcage_glist_delete(pfn_t, pfn_t, struct kcage_glist **);291 struct kcage_glist *lp = kcage_current_glist; in kcage_current_pfn()320 struct kcage_glist *lp; in kcage_next_range()[all …]