Lines Matching defs:nodes
1099 * Update memory nodes in target lgroups and return ones that get changed
1140 * Update memory nodes of of target lgroup with memory nodes
4393 mnodeset_t nodes = c->lmc_nodes;
4403 while (nodes == (mnodeset_t)0 || cnt <= 0) {
4408 nodes = lp->lgrp_mnodes & ~(c->lmc_tried);
4416 * that the nodes count "cnt" is inconsistent with respect
4417 * to the number of elements actually in "nodes", and
4424 ASSERT(nodes != (mnodeset_t)0 && cnt > 0);
4428 if (nodes & ((mnodeset_t)1 << mnode))
4435 c->lmc_nodes = (nodes & ~((mnodeset_t)1 << mnode));