Home
last modified time | relevance | path

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

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