Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/vm/
H A Dvpm.h197 struct vpmap { struct
200 struct vpmap *vpm_next; /* free list pointers */ argument
201 struct vpmap *vpm_prev; argument
217 struct vpmap *vpmsq_free;
H A Dvpm.c105 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 …]