Home
last modified time | relevance | path

Searched refs:mpo_heap32_bufsz (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmpo.h116 extern size_t mpo_heap32_bufsz;
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c247 size_t mpo_heap32_bufsz = 0; variable
1484 if (mpo_heap32_bufsz > (size_t)0) { in startup_memlist()
1485 (void) vmem_xalloc(heap32_arena, mpo_heap32_bufsz, in startup_memlist()
1487 mpo_heap32_buf + mpo_heap32_bufsz, in startup_memlist()
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmpo.c1507 mpo_heap32_bufsz = MPOBUF_SIZE; in mblock_alloc()