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()
338 static void __dl_clear_params(struct sched_dl_entity *dl_se);
394 static void task_non_contending(struct sched_dl_entity *dl_se) in task_non_contending()
451 static void task_contending(struct sched_dl_entity *dl_se, int flags) in task_contending()
490 struct sched_dl_entity *dl_se = &p->dl; in is_leftmost()
572 static void inc_dl_migration(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in inc_dl_migration()
582 static void dec_dl_migration(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in dec_dl_migration()
749 void inc_dl_migration(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in inc_dl_migration()
754 void dec_dl_migration(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in dec_dl_migration()
771 static inline void replenish_dl_new_period(struct sched_dl_entity *dl_se, in replenish_dl_new_period()
791 static inline void setup_new_dl_entity(struct sched_dl_entity *dl_se) in setup_new_dl_entity()
833 static void replenish_dl_entity(struct sched_dl_entity *dl_se) in replenish_dl_entity()
905 static bool dl_entity_overflow(struct sched_dl_entity *dl_se, u64 t) in dl_entity_overflow()
953 update_dl_revised_wakeup(struct sched_dl_entity *dl_se, struct rq *rq) in update_dl_revised_wakeup()
979 static inline bool dl_is_implicit(struct sched_dl_entity *dl_se) in dl_is_implicit()
1014 static void update_dl_entity(struct sched_dl_entity *dl_se) in update_dl_entity()
1033 static inline u64 dl_next_period(struct sched_dl_entity *dl_se) in dl_next_period()
1050 struct sched_dl_entity *dl_se = &p->dl; in start_dl_timer()
1108 struct sched_dl_entity *dl_se = container_of(timer, in dl_task_timer()
1109 struct sched_dl_entity, in dl_task_timer()
1213 static void init_dl_task_timer(struct sched_dl_entity *dl_se) in init_dl_task_timer()
1239 static inline void dl_check_constrained_dl(struct sched_dl_entity *dl_se) in dl_check_constrained_dl()
1255 int dl_runtime_exceeded(struct sched_dl_entity *dl_se) in dl_runtime_exceeded()
1277 static u64 grub_reclaim(u64 delta, struct rq *rq, struct sched_dl_entity *dl_se) in grub_reclaim()
1304 struct sched_dl_entity *dl_se = &curr->dl; in update_curr_dl()
1395 struct sched_dl_entity *dl_se = container_of(timer, in inactive_task_timer()
1396 struct sched_dl_entity, in inactive_task_timer()
1435 static void init_dl_inactive_task_timer(struct sched_dl_entity *dl_se) in init_dl_inactive_task_timer()
1444 rb_entry((node), struct sched_dl_entity, rb_node)
1476 struct sched_dl_entity *entry = __node_2_dle(leftmost); in dec_dl_deadline()
1491 void inc_dl_tasks(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in inc_dl_tasks()
1505 void dec_dl_tasks(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in dec_dl_tasks()
1524 __schedstats_from_dl_se(struct sched_dl_entity *dl_se) in __schedstats_from_dl_se()
1530 update_stats_wait_start_dl(struct dl_rq *dl_rq, struct sched_dl_entity *dl_se) in update_stats_wait_start_dl()
1542 update_stats_wait_end_dl(struct dl_rq *dl_rq, struct sched_dl_entity *dl_se) in update_stats_wait_end_dl()
1554 update_stats_enqueue_sleeper_dl(struct dl_rq *dl_rq, struct sched_dl_entity *dl_se) in update_stats_enqueue_sleeper_dl()
1566 update_stats_enqueue_dl(struct dl_rq *dl_rq, struct sched_dl_entity *dl_se, in update_stats_enqueue_dl()
1577 update_stats_dequeue_dl(struct dl_rq *dl_rq, struct sched_dl_entity *dl_se, in update_stats_dequeue_dl()
1599 static void __enqueue_dl_entity(struct sched_dl_entity *dl_se) in __enqueue_dl_entity()
1610 static void __dequeue_dl_entity(struct sched_dl_entity *dl_se) in __dequeue_dl_entity()
1625 enqueue_dl_entity(struct sched_dl_entity *dl_se, int flags) in enqueue_dl_entity()
1686 static void dequeue_dl_entity(struct sched_dl_entity *dl_se, int flags) in dequeue_dl_entity()
1982 struct sched_dl_entity *dl_se = &p->dl; in set_next_task_dl()
2004 static struct sched_dl_entity *pick_next_dl_entity(struct dl_rq *dl_rq) in pick_next_dl_entity()
2016 struct sched_dl_entity *dl_se; in pick_task_dl()
2043 struct sched_dl_entity *dl_se = &p->dl; in put_prev_task_dl()
2926 struct sched_dl_entity *dl_se = &p->dl; in __setparam_dl()
2938 struct sched_dl_entity *dl_se = &p->dl; in __getparam_dl()
3006 static void __dl_clear_params(struct sched_dl_entity *dl_se) in __dl_clear_params()
3025 void init_dl_entity(struct sched_dl_entity *dl_se) in init_dl_entity()
3035 struct sched_dl_entity *dl_se = &p->dl; in dl_param_changed()