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

/osnet-11/usr/src/lib/libumem/common/
H A Dvmem.c195 static vmem_t *vmem_populator[VMEM_INITIAL]; variable
622 (void) mutex_lock(&vmem_populator[i]->vm_lock);
623 while (vmem_populator[i]->vm_nsegfree < VMEM_POPULATE_RESERVE)
624 vmem_putseg(vmem_populator[i],
626 (void) mutex_unlock(&vmem_populator[i]->vm_lock);
1519 vmem_populator[pop_id - 1] = vmp;
1679 bzero(vmem_populator, sizeof (vmem_populator));

Completed in 17 milliseconds