Home
last modified time | relevance | path

Searched defs:task_rq (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/sched/ext/
H A Dext.c2668 struct rq *task_rq = task_rq(p); in scx_consume_dispatch_q() local
4526 struct rq *task_rq; in reenq_user() local
/linux/kernel/sched/
H A Dsched.h1442 #define task_rq(p) cpu_rq(task_cpu(p)) macro