Searched refs:dl_se (Results 1 – 4 of 4) sorted by relevance
23 static inline struct task_struct *dl_task_of(struct sched_dl_entity *dl_se) in dl_task_of() argument25 return container_of(dl_se, struct task_struct, dl); in dl_task_of()33 static inline struct dl_rq *dl_rq_of_se(struct sched_dl_entity *dl_se) in dl_rq_of_se() argument35 struct task_struct *p = dl_task_of(dl_se); in dl_rq_of_se()41 static inline int on_dl_rq(struct sched_dl_entity *dl_se) in on_dl_rq() argument43 return !RB_EMPTY_NODE(&dl_se->rb_node); in on_dl_rq()48 struct sched_dl_entity *dl_se = &p->dl; in is_leftmost() local50 return dl_rq->rb_leftmost == &dl_se->rb_node; in is_leftmost()133 static void inc_dl_migration(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in inc_dl_migration() argument135 struct task_struct *p = dl_task_of(dl_se); in inc_dl_migration()[all …]
108 const struct sched_dl_entity *dl_se = &p->dl; in cpudl_find() local115 dl_time_before(dl_se->deadline, cp->elements[0].dl)) { in cpudl_find()
1777 struct sched_dl_entity *dl_se = &p->dl; in __dl_clear_params() local1779 dl_se->dl_runtime = 0; in __dl_clear_params()1780 dl_se->dl_deadline = 0; in __dl_clear_params()1781 dl_se->dl_period = 0; in __dl_clear_params()1782 dl_se->flags = 0; in __dl_clear_params()1783 dl_se->dl_bw = 0; in __dl_clear_params()1785 dl_se->dl_throttled = 0; in __dl_clear_params()1786 dl_se->dl_new = 1; in __dl_clear_params()1787 dl_se->dl_yielded = 0; in __dl_clear_params()3248 struct sched_dl_entity *dl_se = &p->dl; in __setparam_dl() local[all …]
1298 extern void init_dl_task_timer(struct sched_dl_entity *dl_se);