Searched refs:lgrp_mnodes (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c311 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 se
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dlgrp.h243 mnodeset_t lgrp_mnodes; /* set of memory nodes in this lgroup */ member in struct:lgrp
494 (&(c))->lmc_nodes = lgrp->lgrp_mnodes; \

Completed in 60 milliseconds