Home
last modified time | relevance | path

Searched refs:t_weakbound_cpu (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c1223 if (tp->t_bound_cpu || tp->t_weakbound_cpu) in setbackdq()
1302 cp = tp->t_weakbound_cpu ? in setbackdq()
1303 tp->t_weakbound_cpu : tp->t_bound_cpu; in setbackdq()
1405 if (tp->t_bound_cpu || tp->t_weakbound_cpu) in setfrontdq()
1452 cp = tp->t_weakbound_cpu ? in setfrontdq()
1453 tp->t_weakbound_cpu : tp->t_bound_cpu; in setfrontdq()
2124 while (tp && (tp->t_bound_cpu || tp->t_weakbound_cpu)) { in disp_fix_unbound_pri()
2220 if (tp->t_bound_cpu || tp->t_weakbound_cpu) in disp_getbest()
2446 tp->t_weakbound_cpu == cp)) { in disp_bound_common()
2529 ASSERT(tp->t_weakbound_cpu == NULL); in disp_cpu_inactive()
H A Dcpupart.c682 tp->t_weakbound_cpu; in cpupart_movable_thread()
/illumos-gate/usr/src/uts/common/os/
H A Dcpu.c419 ASSERT(!(t == curthread && t->t_weakbound_cpu != NULL)); in thread_affinity_set()
588 if (t->t_nomigrate && t->t_weakbound_cpu && t->t_weakbound_cpu != cp) { in thread_nomigrate()
592 (void *)t->t_weakbound_cpu); in thread_nomigrate()
669 t->t_weakbound_cpu = cp; in thread_nomigrate()
705 ASSERT(t->t_weakbound_cpu == CPU || in thread_allowmigrate()
742 t->t_weakbound_cpu != t->t_bound_cpu) in thread_allowmigrate()
744 t->t_weakbound_cpu = NULL; in thread_allowmigrate()
1515 t->t_weakbound_cpu == cp); in cpu_offline()
1559 t->t_weakbound_cpu == cp); in cpu_offline()
2714 tp->t_weakbound_cpu == ocp || in cpu_bind_thread()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h155 struct cpu *t_weakbound_cpu; /* cpu weakly bound to */ member
/illumos-gate/usr/src/uts/sun4/ml/
H A Doffsets.in150 t_weakbound_cpu