Lines Matching defs:dl_se
57 static bool dl_server(struct sched_dl_entity *dl_se) in dl_server()
62 static inline struct task_struct *dl_task_of(struct sched_dl_entity *dl_se) in dl_task_of()
73 static inline struct rq *rq_of_dl_se(struct sched_dl_entity *dl_se) in rq_of_dl_se()
83 static inline struct dl_rq *dl_rq_of_se(struct sched_dl_entity *dl_se) in dl_rq_of_se()
88 static inline int on_dl_rq(struct sched_dl_entity *dl_se) in on_dl_rq()
94 static inline struct sched_dl_entity *pi_of(struct sched_dl_entity *dl_se) in pi_of()
99 static inline bool is_dl_boosted(struct sched_dl_entity *dl_se) in is_dl_boosted()
104 static inline struct sched_dl_entity *pi_of(struct sched_dl_entity *dl_se) in pi_of()
109 static inline bool is_dl_boosted(struct sched_dl_entity *dl_se) in is_dl_boosted()
297 void add_rq_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in add_rq_bw()
304 void sub_rq_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in sub_rq_bw()
311 void add_running_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in add_running_bw()
318 void sub_running_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in sub_running_bw()
407 static void task_non_contending(struct sched_dl_entity *dl_se) in task_non_contending()
471 static void task_contending(struct sched_dl_entity *dl_se, int flags) in task_contending()
510 static inline int is_leftmost(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in is_leftmost()
745 void inc_dl_migration(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in inc_dl_migration()
750 void dec_dl_migration(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in dec_dl_migration()
769 static inline void replenish_dl_new_period(struct sched_dl_entity *dl_se, in replenish_dl_new_period()
789 static inline void setup_new_dl_entity(struct sched_dl_entity *dl_se) in setup_new_dl_entity()
831 static void replenish_dl_entity(struct sched_dl_entity *dl_se) in replenish_dl_entity()
903 static bool dl_entity_overflow(struct sched_dl_entity *dl_se, u64 t) in dl_entity_overflow()
951 update_dl_revised_wakeup(struct sched_dl_entity *dl_se, struct rq *rq) in update_dl_revised_wakeup()
977 static inline bool dl_is_implicit(struct sched_dl_entity *dl_se) in dl_is_implicit()
1012 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()
1045 static int start_dl_timer(struct sched_dl_entity *dl_se) in start_dl_timer()
1125 struct sched_dl_entity *dl_se = container_of(timer, in dl_task_timer() local
1240 static void init_dl_task_timer(struct sched_dl_entity *dl_se) in init_dl_task_timer()
1266 static inline void dl_check_constrained_dl(struct sched_dl_entity *dl_se) in dl_check_constrained_dl()
1281 int dl_runtime_exceeded(struct sched_dl_entity *dl_se) in dl_runtime_exceeded()
1303 static u64 grub_reclaim(u64 delta, struct rq *rq, struct sched_dl_entity *dl_se) in grub_reclaim()
1326 static void update_curr_dl_se(struct rq *rq, struct sched_dl_entity *dl_se, s64 delta_exec) in update_curr_dl_se()
1411 void dl_server_update(struct sched_dl_entity *dl_se, s64 delta_exec) in dl_server_update()
1416 void dl_server_start(struct sched_dl_entity *dl_se) in dl_server_start()
1425 void dl_server_stop(struct sched_dl_entity *dl_se) in dl_server_stop()
1430 void dl_server_init(struct sched_dl_entity *dl_se, struct rq *rq, in dl_server_init()
1446 struct sched_dl_entity *dl_se = &curr->dl; in update_curr_dl() local
1466 struct sched_dl_entity *dl_se = container_of(timer, in inactive_task_timer() local
1522 static void init_dl_inactive_task_timer(struct sched_dl_entity *dl_se) in init_dl_inactive_task_timer()
1578 void inc_dl_tasks(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in inc_dl_tasks()
1589 void dec_dl_tasks(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in dec_dl_tasks()
1604 __schedstats_from_dl_se(struct sched_dl_entity *dl_se) in __schedstats_from_dl_se()
1610 update_stats_wait_start_dl(struct dl_rq *dl_rq, struct sched_dl_entity *dl_se) in update_stats_wait_start_dl()
1622 update_stats_wait_end_dl(struct dl_rq *dl_rq, struct sched_dl_entity *dl_se) in update_stats_wait_end_dl()
1634 update_stats_enqueue_sleeper_dl(struct dl_rq *dl_rq, struct sched_dl_entity *dl_se) in update_stats_enqueue_sleeper_dl()
1646 update_stats_enqueue_dl(struct dl_rq *dl_rq, struct sched_dl_entity *dl_se, in update_stats_enqueue_dl()
1657 update_stats_dequeue_dl(struct dl_rq *dl_rq, struct sched_dl_entity *dl_se, in update_stats_dequeue_dl()
1679 static void __enqueue_dl_entity(struct sched_dl_entity *dl_se) in __enqueue_dl_entity()
1690 static void __dequeue_dl_entity(struct sched_dl_entity *dl_se) in __dequeue_dl_entity()
1705 enqueue_dl_entity(struct sched_dl_entity *dl_se, int flags) in enqueue_dl_entity()
1764 static void dequeue_dl_entity(struct sched_dl_entity *dl_se, int flags) in dequeue_dl_entity()
2044 static void start_hrtick_dl(struct rq *rq, struct sched_dl_entity *dl_se) in start_hrtick_dl()
2049 static void start_hrtick_dl(struct rq *rq, struct sched_dl_entity *dl_se) in start_hrtick_dl()
2056 struct sched_dl_entity *dl_se = &p->dl; in set_next_task_dl() local
2087 struct sched_dl_entity *dl_se; in pick_task_dl() local
2133 struct sched_dl_entity *dl_se = &p->dl; in put_prev_task_dl() local
3013 struct sched_dl_entity *dl_se = &p->dl; in __setparam_dl() local
3025 struct sched_dl_entity *dl_se = &p->dl; in __getparam_dl() local
3093 static void __dl_clear_params(struct sched_dl_entity *dl_se) in __dl_clear_params()
3113 void init_dl_entity(struct sched_dl_entity *dl_se) in init_dl_entity()
3123 struct sched_dl_entity *dl_se = &p->dl; in dl_param_changed() local