Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Dcore.c6447 struct rq *rq = cpu_rq(cpu), *core_rq = NULL; in sched_core_cpu_starting() local
6464 core_rq = rq; in sched_core_cpu_starting()
6469 if (WARN_ON_ONCE(!core_rq)) /* whoopsie */ in sched_core_cpu_starting()
6477 rq->core = core_rq; in sched_core_cpu_starting()
6479 WARN_ON_ONCE(rq->core != core_rq); in sched_core_cpu_starting()
6486 struct rq *rq = cpu_rq(cpu), *core_rq = NULL; in sched_core_cpu_deactivate() local
6505 core_rq = cpu_rq(t); in sched_core_cpu_deactivate()
6509 if (WARN_ON_ONCE(!core_rq)) /* impossible */ in sched_core_cpu_deactivate()
6515 core_rq->core_cookie = rq->core_cookie; in sched_core_cpu_deactivate()
6525 core_rq->core_forceidle_start = 0; in sched_core_cpu_deactivate()
[all …]