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

/illumos-gate/usr/src/uts/sun4v/vm/
H A Dmach_vm_dep.c118 * contiguous, non-relocatable memory. The contig_mem_arena
122 * which return memory from contig_mem_arena or contig_mem_reloc_arena.
137 * Allocations from the contig_mem_arena are backed by slabs from the
144 * contig_mem_arena at boot time, making it available for later
150 static vmem_t *contig_mem_arena; variable
156 /* contig_mem_arena import slab sizes, in decreasing size order */
167 /* Boot-time allocated buffer to pre-populate the contig_mem_arena */
620 * contig_mem_arena comment block above, slab allocations fall back to
668 buf = vmem_xalloc(contig_mem_arena, size, align, 0, 0,
690 if (vmem_contains(contig_mem_arena, vadd
[all...]

Completed in 45 milliseconds