Lines Matching refs:sched_dl_entity
57 static inline struct task_struct *dl_task_of(struct sched_dl_entity *dl_se) in dl_task_of()
67 static inline struct dl_rq *dl_rq_of_se(struct sched_dl_entity *dl_se) in dl_rq_of_se()
75 static inline int on_dl_rq(struct sched_dl_entity *dl_se) in on_dl_rq()
81 static inline struct sched_dl_entity *pi_of(struct sched_dl_entity *dl_se) in pi_of()
86 static inline bool is_dl_boosted(struct sched_dl_entity *dl_se) in is_dl_boosted()
91 static inline struct sched_dl_entity *pi_of(struct sched_dl_entity *dl_se) in pi_of()
96 static inline bool is_dl_boosted(struct sched_dl_entity *dl_se) in is_dl_boosted()
284 void add_rq_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in add_rq_bw()
291 void sub_rq_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in sub_rq_bw()
298 void add_running_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in add_running_bw()
305 void sub_running_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in sub_running_bw()
394 struct sched_dl_entity *dl_se = &p->dl; in task_non_contending()
448 static void task_contending(struct sched_dl_entity *dl_se, int flags) in task_contending()
487 struct sched_dl_entity *dl_se = &p->dl; in is_leftmost()
569 static void inc_dl_migration(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in inc_dl_migration()
579 static void dec_dl_migration(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in dec_dl_migration()
746 void inc_dl_migration(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in inc_dl_migration()
751 void dec_dl_migration(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in dec_dl_migration()
768 static inline void replenish_dl_new_period(struct sched_dl_entity *dl_se, in replenish_dl_new_period()
788 static inline void setup_new_dl_entity(struct sched_dl_entity *dl_se) in setup_new_dl_entity()
830 static void replenish_dl_entity(struct sched_dl_entity *dl_se) in replenish_dl_entity()
902 static bool dl_entity_overflow(struct sched_dl_entity *dl_se, u64 t) in dl_entity_overflow()
950 update_dl_revised_wakeup(struct sched_dl_entity *dl_se, struct rq *rq) in update_dl_revised_wakeup()
976 static inline bool dl_is_implicit(struct sched_dl_entity *dl_se) in dl_is_implicit()
1011 static void update_dl_entity(struct sched_dl_entity *dl_se) in update_dl_entity()
1030 static inline u64 dl_next_period(struct sched_dl_entity *dl_se) in dl_next_period()
1047 struct sched_dl_entity *dl_se = &p->dl; in start_dl_timer()
1105 struct sched_dl_entity *dl_se = container_of(timer, in dl_task_timer()
1106 struct sched_dl_entity, in dl_task_timer()
1210 void init_dl_task_timer(struct sched_dl_entity *dl_se) in init_dl_task_timer()
1236 static inline void dl_check_constrained_dl(struct sched_dl_entity *dl_se) in dl_check_constrained_dl()
1252 int dl_runtime_exceeded(struct sched_dl_entity *dl_se) in dl_runtime_exceeded()
1274 static u64 grub_reclaim(u64 delta, struct rq *rq, struct sched_dl_entity *dl_se) in grub_reclaim()
1301 struct sched_dl_entity *dl_se = &curr->dl; in update_curr_dl()
1401 struct sched_dl_entity *dl_se = container_of(timer, in inactive_task_timer()
1402 struct sched_dl_entity, in inactive_task_timer()
1441 void init_dl_inactive_task_timer(struct sched_dl_entity *dl_se) in init_dl_inactive_task_timer()
1450 rb_entry((node), struct sched_dl_entity, rb_node)
1482 struct sched_dl_entity *entry = __node_2_dle(leftmost); in dec_dl_deadline()
1497 void inc_dl_tasks(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in inc_dl_tasks()
1511 void dec_dl_tasks(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in dec_dl_tasks()
1530 __schedstats_from_dl_se(struct sched_dl_entity *dl_se) in __schedstats_from_dl_se()
1536 update_stats_wait_start_dl(struct dl_rq *dl_rq, struct sched_dl_entity *dl_se) in update_stats_wait_start_dl()
1548 update_stats_wait_end_dl(struct dl_rq *dl_rq, struct sched_dl_entity *dl_se) in update_stats_wait_end_dl()
1560 update_stats_enqueue_sleeper_dl(struct dl_rq *dl_rq, struct sched_dl_entity *dl_se) in update_stats_enqueue_sleeper_dl()
1572 update_stats_enqueue_dl(struct dl_rq *dl_rq, struct sched_dl_entity *dl_se, in update_stats_enqueue_dl()
1583 update_stats_dequeue_dl(struct dl_rq *dl_rq, struct sched_dl_entity *dl_se, in update_stats_dequeue_dl()
1605 static void __enqueue_dl_entity(struct sched_dl_entity *dl_se) in __enqueue_dl_entity()
1616 static void __dequeue_dl_entity(struct sched_dl_entity *dl_se) in __dequeue_dl_entity()
1631 enqueue_dl_entity(struct sched_dl_entity *dl_se, int flags) in enqueue_dl_entity()
1656 static void dequeue_dl_entity(struct sched_dl_entity *dl_se) in dequeue_dl_entity()
1974 struct sched_dl_entity *dl_se = &p->dl; in set_next_task_dl()
1996 static struct sched_dl_entity *pick_next_dl_entity(struct dl_rq *dl_rq) in pick_next_dl_entity()
2008 struct sched_dl_entity *dl_se; in pick_task_dl()
2035 struct sched_dl_entity *dl_se = &p->dl; in put_prev_task_dl()
2918 struct sched_dl_entity *dl_se = &p->dl; in __setparam_dl()
2930 struct sched_dl_entity *dl_se = &p->dl; in __getparam_dl()
3000 struct sched_dl_entity *dl_se = &p->dl; in __dl_clear_params()
3021 struct sched_dl_entity *dl_se = &p->dl; in dl_param_changed()