Searched refs:LGRP_CPUS_IN_PART (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dlgrp.h518 #define LGRP_CPUS_IN_PART(lgrpid, cpupart) \ macro
/illumos-gate/usr/src/uts/common/disp/
H A Dcpupart.c554 if (!LGRP_CPUS_IN_PART(t->t_lpl->lpl_lgrpid,
609 if (!LGRP_CPUS_IN_PART(t->t_lpl->lpl_lgrpid,
732 if (LGRP_CPUS_IN_PART(tp->t_lpl->lpl_lgrpid, newpp) &&
/illumos-gate/usr/src/uts/common/syscall/
H A Dlgrpsys.c534 if (!prefer_start && LGRP_CPUS_IN_PART(home, cpupart))
536 else if (start != LGRP_NONE && LGRP_CPUS_IN_PART(start, cpupart))
549 if (!LGRP_CPUS_IN_PART(lgrpid, cpupart)) {
576 ASSERT(LGRP_CPUS_IN_PART(lgrpid, cpupart) && best_lpl->lpl_ncpu > 0);

Completed in 64 milliseconds