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

/opensolaris-onvv-gate/usr/src/lib/libumem/common/
H A Dvmem.c119 #define VMEM_INITIAL 6 /* early vmem arenas */ macro
195 static vmem_t vmem0[VMEM_INITIAL];
196 static vmem_t *vmem_populator[VMEM_INITIAL];
1443 ASSERT(id <= VMEM_INITIAL);
1518 ASSERT(pop_id <= VMEM_INITIAL);
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dvmem.c219 #define VMEM_INITIAL 10 /* early vmem arenas */ macro
306 static vmem_t vmem0[VMEM_INITIAL];
307 static vmem_t *vmem_populator[VMEM_INITIAL];
1442 ASSERT(id <= VMEM_INITIAL);
1537 ASSERT(vmem_populators < VMEM_INITIAL);

Completed in 145 milliseconds