Lines Matching refs:lgrp_mnodes
311 lgrp_root->lgrp_mnodes = 0;
896 my_lgrp->lgrp_mnodes = (mnodeset_t)0;
953 lgrp->lgrp_mnodes = (mnodeset_t)0;
1135 lgrp->lgrp_mnodes = (mnodeset_t)0;
1164 if ((lgrp_rsrc->lgrp_mnodes & mnode_mask) &&
1165 !(lgrp->lgrp_mnodes & mnode_mask)) {
1166 lgrp->lgrp_mnodes |= mnode_mask;
1207 * lgrp with non-empty lgrp_mnodes. To deal with the special case above,
1208 * lgrp_mem_fini() does not remove the last mnode from the lroot->lgrp_mnodes,
1235 * only this mnode) is already present in the lgrp_root->lgrp_mnodes set, we are
1273 * the lgrp_mnodes and the lgrp_nmnodes. This restores the inconsistency
1276 if (! (is_copy_rename && (lgrp_root->lgrp_mnodes == mnodes_mask)) &&
1277 lgrp_root->lgrp_mnodes & mnodes_mask) {
1351 if (!(my_lgrp->lgrp_mnodes & mnodes_mask)) {
1352 my_lgrp->lgrp_mnodes |= mnodes_mask;
1378 * only one present in the lgrp_root->lgrp_mnodes, all the topology is updated,
1379 * but lgrp_root->lgrp_mnodes is left intact. Later, lgrp_mem_init() will insert
1428 !(lgrp->lgrp_mnodes & mnodes_mask))
1436 (lgrp == lgrp_root) && (lgrp->lgrp_mnodes == mnodes_mask))
1442 lgrp->lgrp_mnodes &= ~mnodes_mask;
1452 * removed, the lgrp_mnodes for the root is always non-zero, but we
1457 (my_lgrp->lgrp_mnodes == mnodes_mask))) {
4408 nodes = lp->lgrp_mnodes & ~(c->lmc_tried);