Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dcore.c6411 struct rq *rq = cpu_rq(cpu), *core_rq = NULL; in sched_core_cpu_starting() local
6428 core_rq = rq; in sched_core_cpu_starting()
6433 if (WARN_ON_ONCE(!core_rq)) /* whoopsie */ in sched_core_cpu_starting()
6436 /* install and validate core_rq */ in sched_core_cpu_starting()
6441 rq->core = core_rq; in sched_core_cpu_starting()
6443 WARN_ON_ONCE(rq->core != core_rq); in sched_core_cpu_starting()
6450 struct rq *rq = cpu_rq(cpu), *core_rq = NULL; in sched_core_cpu_deactivate() local
6469 core_rq = cpu_rq(t); in sched_core_cpu_deactivate()
6473 if (WARN_ON_ONCE(!core_rq)) /* impossible */ in sched_core_cpu_deactivate()
6477 core_rq in sched_core_cpu_deactivate()
[all...]