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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_seg.c947 int hlix; local
1041 hlix = !seg_pahcur;
1044 for (hlinkp = seg_pahhead[hlix].p_lnext; hlinkp != &seg_pahhead[hlix];
1050 hp = hlink2phash(hlinkp, hlix);
1121 if (hlinkp == &seg_pahhead[hlix]) {
1123 * We processed the entire hlix active bucket list
1130 ASSERT(seg_pahcur == !hlix);
1131 seg_pahcur = hlix;
1134 hlix
[all...]

Completed in 64 milliseconds