Searched refs:rq_online (Results 1 – 4 of 4) sorted by relevance
993 void (*rq_online)(struct rq *rq); member
2072 .rq_online = rq_online_rt,
5173 if (class->rq_online) in set_rq_online()5174 class->rq_online(rq); in set_rq_online()
6153 .rq_online = rq_online_fair,