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

/osnet-11/usr/src/lib/libumem/common/
H A Dvmem.c156 * The segment structures themselves are allocated from vmem_seg_arena, so
157 * we have a recursion problem when vmem_seg_arena needs to populate itself.
162 * The worst-case segment consumption to populate vmem_seg_arena is as
165 * vmem_alloc(vmem_seg_arena) -> 2 segs (span create + exact alloc)
189 * worst-case allocation from vmem_seg_arena.
206 static vmem_t *vmem_seg_arena; variable
596 size = P2ROUNDUP(nseg * vmem_seg_size, vmem_seg_arena->vm_quantum);
600 * The following vmem_alloc() may need to populate vmem_seg_arena
608 p = vmem_alloc(vmem_seg_arena, size, vmflag & VM_UMFLAGS);
1671 vmem_seg_arena
[all...]

Completed in 17 milliseconds