Searched refs:vpmap (Results 1 – 2 of 2) sorted by relevance
197 struct vpmap { struct200 struct vpmap *vpm_next; /* free list pointers */ argument201 struct vpmap *vpm_prev; argument217 struct vpmap *vpmsq_free;
105 static struct vpmap *vpmd_vpmap; /* list of vpmap structs preallocated */169 struct vpmap *vpm; in vpm_init()249 vpmd_vpmap = kmem_alloc(sizeof (struct vpmap) * npages, KM_SLEEP); in vpm_init()253 struct vpmap *vpmapf; in vpm_init()344 static struct vpmap *349 struct vpmap *vpm, *first; in get_free_vpmap()604 free_vpmap(struct vpmap *vpm) in free_vpmap()607 struct vpmap *vpmfreelist; in free_vpmap()669 static struct vpmap *672 struct vpmap *vpm = NULL; in get_vpmap()[all …]