Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dvmem.c227 #define VMEM_INITIAL 10 /* early vmem arenas */ macro
314 static vmem_t vmem0[VMEM_INITIAL];
315 static vmem_t *vmem_populator[VMEM_INITIAL];
1470 ASSERT(id <= VMEM_INITIAL); in vmem_create_common()
1565 ASSERT(vmem_populators < VMEM_INITIAL); in vmem_create_common()
/illumos-gate/usr/src/lib/libumem/common/
H A Dvmem.c121 #define VMEM_INITIAL 6 /* early vmem arenas */ macro
197 static vmem_t vmem0[VMEM_INITIAL];
198 static vmem_t *vmem_populator[VMEM_INITIAL];
1450 ASSERT(id <= VMEM_INITIAL); in vmem_create()
1525 ASSERT(pop_id <= VMEM_INITIAL); in vmem_create()