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

/illumos-gate/usr/src/lib/libumem/common/
H A Dvmem.c57 * Since VM_SLEEP allocations can hold locks (in vmem_populate()) for
67 * occurs during a vmem_populate() allocation.
104 * extending the heap while vmem_populate()ing it.
150 * vmem_populate() preallocates segment structures for vmem to do its work.
189 * vmem_populate() ensures that each arena has VMEM_MINFREE seg structures
547 * We cannot reap if we are in the middle of a vmem_populate().
560 vmem_populate(vmem_t *vmp, int vmflag) function
720 if (vmp->vm_nsegfree < VMEM_MINFREE && !vmem_populate(vmp, vmflag)) {
858 !vmem_populate(vmp, vmflag))
950 * here on behalf of vmem_populate(), w
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dvmem.c195 * structures must prepare in advance by calling vmem_populate(), which
254 * vmem_populate() preallocates segment structures for vmem to do its work.
305 * vmem_populate() ensures that each arena has VMEM_MINFREE seg structures
670 vmem_populate(vmem_t *vmp, int vmflag) function
825 if (vmp->vm_nsegfree < VMEM_MINFREE && !vmem_populate(vmp, vmflag)) {
975 !vmem_populate(vmp, vmflag))
1086 * here on behalf of vmem_populate(), we are taking
1291 if (vmp->vm_nsegfree >= VMEM_MINFREE || vmem_populate(vmp, vmflag)) {
1364 if (vmem_populate(vmp, vmflag))
1559 (void) vmem_populate(vm
[all...]

Completed in 62 milliseconds