Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/sched/
Drt.c2304 irq_work_queue_on(&rq->rd->rto_push_work, cpu); in tell_cpu_to_push()
2312 container_of(work, struct root_domain, rto_push_work); in rto_push_irq_work_func()
2342 irq_work_queue_on(&rd->rto_push_work, cpu); in rto_push_irq_work_func()
Dtopology.c549 rd->rto_push_work = IRQ_WORK_INIT_HARD(rto_push_irq_work_func); in init_rootdomain()
Dsched.h861 struct irq_work rto_push_work; member