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

/illumos-gate/usr/src/uts/common/vm/
H A Dvpm.h195 * the vpm interfaces. There is one vpmap struct per page in the cache.
197 struct vpmap { struct
200 struct vpmap *vpm_next; /* free list pointers */
201 struct vpmap *vpm_prev;
210 * Multiple vpmap free lists are maintaned so that allocations
217 struct vpmap *vpmsq_free;
H A Dvpm.c105 static struct vpmap *vpmd_vpmap; /* list of vpmap structs preallocated */
169 struct vpmap *vpm;
200 cmn_err(CE_WARN, "vpmap create : number of freelist "
245 * Allocate and initialize the vpmap structs. We need to
249 vpmd_vpmap = kmem_alloc(sizeof (struct vpmap) * npages, KM_SLEEP);
253 struct vpmap *vpmapf;
284 * Indicate that the vpmap is on the releq at start
335 * Find one vpmap structure from the free lists and use it for the newpage.
344 static struct vpmap *
[all...]

Completed in 59 milliseconds