Searched refs:t_weakbound_cpu (Results 1 – 5 of 5) sorted by relevance
1205 if (tp->t_bound_cpu || tp->t_weakbound_cpu) in setbackdq()1283 cp = tp->t_weakbound_cpu ? in setbackdq()1284 tp->t_weakbound_cpu : tp->t_bound_cpu; in setbackdq()1392 if (tp->t_bound_cpu || tp->t_weakbound_cpu) in setfrontdq()1442 cp = tp->t_weakbound_cpu ? in setfrontdq()1443 tp->t_weakbound_cpu : tp->t_bound_cpu; in setfrontdq()2126 while (tp && (tp->t_bound_cpu || tp->t_weakbound_cpu)) { in disp_fix_unbound_pri()2222 if (tp->t_bound_cpu || tp->t_weakbound_cpu) in disp_getbest()2448 tp->t_weakbound_cpu == cp)) { in disp_bound_common()2531 ASSERT(tp->t_weakbound_cpu == NULL); in disp_cpu_inactive()
679 tp->t_weakbound_cpu; in cpupart_movable_thread()
403 ASSERT(!(t == curthread && t->t_weakbound_cpu != NULL)); in thread_affinity_set()562 if (t->t_nomigrate && t->t_weakbound_cpu && t->t_weakbound_cpu != cp) { in thread_nomigrate()566 (void *)t->t_weakbound_cpu); in thread_nomigrate()643 t->t_weakbound_cpu = cp; in thread_nomigrate()679 ASSERT(t->t_weakbound_cpu == CPU || in thread_allowmigrate()716 t->t_weakbound_cpu != t->t_bound_cpu) in thread_allowmigrate()718 t->t_weakbound_cpu = NULL; in thread_allowmigrate()1479 t->t_weakbound_cpu == cp); in cpu_offline()1524 t->t_weakbound_cpu == cp); in cpu_offline()2689 tp->t_weakbound_cpu == ocp || in cpu_bind_thread()
148 struct cpu *t_weakbound_cpu; /* cpu weakly bound to */ member
149 t_weakbound_cpu