Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dsched.h2270 void (*rq_online)(struct rq *rq); member
H A Ddeadline.c2746 .rq_online = rq_online_dl,
H A Drt.c2715 .rq_online = rq_online_rt,
H A Dcore.c9574 if (class->rq_online) in set_rq_online()
9575 class->rq_online(rq); in set_rq_online()
H A Dfair.c13154 .rq_online = rq_online_fair,