Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dmem_cage.c211 struct kcage_glist { struct
212 struct kcage_glist *next; argument
219 static struct kcage_glist *kcage_glist; argument
220 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 …]