Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dsched.h1866 void (*rq_online)(struct rq *rq); member
H A Drt.c2567 .rq_online = rq_online_rt,
H A Ddeadline.c2538 .rq_online = rq_online_dl,
H A Dcore.c7172 if (class->rq_online) in set_rq_online()
7173 class->rq_online(rq); in set_rq_online()
H A Dfair.c11530 .rq_online = rq_online_fair,