Searched refs:lgrp_childcnt (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dlgrp_topo.c292 parent->lgrp_childcnt--;
296 if (parent->lgrp_childcnt != 0)
337 if (lgrp1 == NULL || lgrp2 == NULL || lgrp1->lgrp_childcnt < 1 ||
338 lgrp2->lgrp_childcnt < 1)
391 lgrp2->lgrp_childcnt++;
467 target == lgrp_root || target->lgrp_childcnt == 0 ||
492 lgrp->lgrp_childcnt == 0 ||
571 new->lgrp_childcnt++;
694 if (parent == NULL || parent->lgrp_childcnt < 2 || parent == lgrp_root)
751 parent->lgrp_childcnt
[all...]
H A Dlgrp.c318 lgrp_root->lgrp_childcnt = 0;
492 lgrp_root->lgrp_childcnt = 0;
895 my_lgrp->lgrp_childcnt = 0;
946 lgrp->lgrp_childcnt = 0;
1134 if (lgrp->lgrp_childcnt && lgrp != lgrp_root) {
2170 ASSERT((lgrp->lgrp_childcnt == 0) &&
2174 if ((lgrp->lgrp_childcnt > 0) ||
3094 if (lgrp_table[lgrpid]->lgrp_childcnt != 0)
/illumos-gate/usr/src/uts/common/sys/
H A Dlgrp.h233 uint_t lgrp_childcnt; /* number of children lgroups */ member in struct:lgrp
/illumos-gate/usr/src/uts/common/syscall/
H A Dlgrpsys.c1113 if (from_lgrp->lgrp_childcnt == 0 && to_lgrp->lgrp_childcnt == 0)

Completed in 57 milliseconds