Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/liblgrp/common/
H A Dlgrp.c315 int nlgrps_max; in prune_tree() local
338 nlgrps_max = snap->ss_nlgrps_max; in prune_tree()
339 for (i = 0; i < nlgrps_max; i++) { in prune_tree()
355 for (i = 0; i < nlgrps_max; i++) { in prune_tree()
367 for (i = 0; i < nlgrps_max; i++) { in prune_tree()
614 int nlgrps_max; in lgrp_parents() local
631 nlgrps_max = snap->ss_nlgrps_max; in lgrp_parents()
632 if (lgrp >= nlgrps_max || !BT_TEST(snap->ss_lgrpset, lgrp)) { in lgrp_parents()
658 lgrp_parents = &snap->ss_parents[lgrp * BT_BITOUL(nlgrps_max)]; in lgrp_parents()
669 for (i = 0; i < nlgrps_max; i++) { in lgrp_parents()
[all …]