Searched refs:post_schedule (Results 1 – 4 of 4) sorted by relevance
622 int post_schedule; member1189 void (*post_schedule) (struct rq *this_rq); member
2255 static inline void post_schedule(struct rq *rq) in post_schedule() function2257 if (rq->post_schedule) { in post_schedule()2261 if (rq->curr->sched_class->post_schedule) in post_schedule()2262 rq->curr->sched_class->post_schedule(rq); in post_schedule()2265 rq->post_schedule = 0; in post_schedule()2271 static inline void post_schedule(struct rq *rq) in post_schedule() function2289 post_schedule(rq); in schedule_tail()2810 post_schedule(rq); in __schedule()7217 rq->post_schedule = 0; in sched_init()
218 rq->post_schedule = has_pushable_dl_tasks(rq); in set_post_schedule()1795 .post_schedule = post_schedule_dl,
359 rq->post_schedule = has_pushable_tasks(rq); in set_post_schedule()2317 .post_schedule = post_schedule_rt,