Searched defs:hmehash_sz (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c951 size_t hmehash_sz, pagelist_sz, tt_sz; local
1137 hmehash_sz = calc_hmehash_sz(npages);
1138 PRM_DEBUG(hmehash_sz);
1167 kmem64_sz = pp_sz + kpm_pp_sz + hmehash_sz + pagehash_sz +
1179 * First, we allocate kpm_pp_sz, hmehash_sz,
1199 * Allocate kpm_pp_sz, hmehash_sz,
1203 tmp_size = roundup(kpm_pp_sz + hmehash_sz + pagehash_sz +

Completed in 65 milliseconds