Home
last modified time | relevance | path

Searched refs:VMEM_POPULATE_RESERVE (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dvmem.c302 #define VMEM_POPULATE_RESERVE 12 macro
309 #define VMEM_MINFREE (VMEM_POPULATE_RESERVE + VMEM_SEGS_PER_ALLOC_MAX)
707 nseg = VMEM_MINFREE + vmem_populators * VMEM_POPULATE_RESERVE; in vmem_populate()
730 while (vmem_populator[i]->vm_nsegfree < VMEM_POPULATE_RESERVE) in vmem_populate()
/titanic_41/usr/src/lib/libumem/common/
H A Dvmem.c185 #define VMEM_POPULATE_RESERVE \ macro
193 #define VMEM_MINFREE (VMEM_POPULATE_RESERVE + VMEM_SEGS_PER_ALLOC_MAX)
597 nseg = VMEM_MINFREE + vmem_populators * VMEM_POPULATE_RESERVE; in vmem_populate()
625 while (vmem_populator[i]->vm_nsegfree < VMEM_POPULATE_RESERVE) in vmem_populate()