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

/osnet-11/usr/src/lib/libumem/common/
H A Dvmem.c55 * Since VM_SLEEP allocations can hold locks (in vmem_populate()) for
65 * occurs during a vmem_populate() allocation.
102 * extending the heap while vmem_populate()ing it.
148 * vmem_populate() preallocates segment structures for vmem to do its work.
187 * vmem_populate() ensures that each arena has VMEM_MINFREE seg structures
545 * We cannot reap if we are in the middle of a vmem_populate().
558 vmem_populate(vmem_t *vmp, int vmflag) function
719 if (vmp->vm_nsegfree < VMEM_MINFREE && !vmem_populate(vmp, vmflag)) {
857 !vmem_populate(vmp, vmflag))
949 * here on behalf of vmem_populate(), w
[all...]

Completed in 40 milliseconds