Lines Matching refs:sd
1092 struct sched_domain *sd; in get_nohz_timer_target() local
1109 for_each_domain(cpu, sd) { in get_nohz_timer_target()
1110 for_each_cpu_and(i, sched_domain_span(sd), hk_mask) { in get_nohz_timer_target()
3744 struct sched_domain *sd; in ttwu_stat() local
3748 for_each_domain(rq->cpu, sd) { in ttwu_stat()
3749 if (cpumask_test_cpu(cpu, sched_domain_span(sd))) { in ttwu_stat()
3750 __schedstat_inc(sd->ttwu_wake_remote); in ttwu_stat()
6378 static bool steal_cookie_task(int cpu, struct sched_domain *sd) in steal_cookie_task() argument
6382 for_each_cpu_wrap(i, sched_domain_span(sd), cpu) { in steal_cookie_task()
6398 struct sched_domain *sd; in sched_core_balance() local
6404 for_each_domain(cpu, sd) { in sched_core_balance()
6408 if (steal_cookie_task(cpu, sd)) in sched_core_balance()
9992 rq->sd = NULL; in sched_init()