Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dcore.c6449 struct rq *rq = cpu_rq(cpu), *core_rq = NULL; in sched_core_cpu_starting() local
6466 core_rq = rq; in sched_core_cpu_starting()
6471 if (WARN_ON_ONCE(!core_rq)) /* whoopsie */ in sched_core_cpu_starting()
6479 rq->core = core_rq; in sched_core_cpu_starting()
6481 WARN_ON_ONCE(rq->core != core_rq); in sched_core_cpu_starting()
6488 struct rq *rq = cpu_rq(cpu), *core_rq = NULL; in sched_core_cpu_deactivate() local
6507 core_rq = cpu_rq(t); in sched_core_cpu_deactivate()
6511 if (WARN_ON_ONCE(!core_rq)) /* impossible */ in sched_core_cpu_deactivate()
6517 core_rq->core_cookie = rq->core_cookie; in sched_core_cpu_deactivate()
6527 core_rq->core_forceidle_start = 0; in sched_core_cpu_deactivate()
[all …]