Home
last modified time | relevance | path

Searched refs:smt_should_run (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4/sys/
H A Dsmt.h32 #define smt_should_run(t, c) (B_TRUE) macro
/illumos-gate/usr/src/uts/intel/sys/
H A Dsmt.h47 extern boolean_t smt_should_run(kthread_t *, struct cpu *);
/illumos-gate/usr/src/uts/intel/os/
H A Dsmt.c531 smt_should_run(kthread_t *t, cpu_t *cp) in smt_should_run() function
561 if (smt_should_run(t, cp)) in smt_adjust_cpu_score()
/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c1247 !smt_should_run(tp, tp->t_cpu) || in setbackdq()
1279 if (smt_should_run(tp, newcp) && in setbackdq()
2710 if (smt_should_run(t, curcpu)) in disp_choose_best_cpu()