Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/liblgrp/common/
H A Dlgrp.c318 int nlgrps_max; in prune_tree() local
341 nlgrps_max = snap->ss_nlgrps_max; in prune_tree()
342 for (i = 0; i < nlgrps_max; i++) { in prune_tree()
358 for (i = 0; i < nlgrps_max; i++) { in prune_tree()
370 for (i = 0; i < nlgrps_max; i++) { in prune_tree()
617 int nlgrps_max; in lgrp_parents() local
634 nlgrps_max = snap->ss_nlgrps_max; in lgrp_parents()
635 if (lgrp >= nlgrps_max || !BT_TEST(snap->ss_lgrpset, lgrp)) { in lgrp_parents()
661 lgrp_parents = &snap->ss_parents[lgrp * BT_BITOUL(nlgrps_max)]; in lgrp_parents()
672 for (i = 0; i < nlgrps_max; i++) { in lgrp_parents()
[all …]