Searched defs:kcage_glist (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmem_cage.c206 static krwlock_t kcage_range_rwlock; /* protects kcage_glist elements */
211 struct kcage_glist { struct
212 struct kcage_glist *next;
219 static struct kcage_glist *kcage_glist; variable in typeref:struct:kcage_glist
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 **);
[all...]

Completed in 62 milliseconds