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 …]
103 const struct sched_dl_entity *dl_se = &p->dl; in cpudl_find() local110 dl_time_before(dl_se->deadline, cp->elements[0].dl)) { in cpudl_find()
2081 struct sched_dl_entity *dl_se = &p->dl; in __dl_clear_params() local2083 dl_se->dl_runtime = 0; in __dl_clear_params()2084 dl_se->dl_deadline = 0; in __dl_clear_params()2085 dl_se->dl_period = 0; in __dl_clear_params()2086 dl_se->flags = 0; in __dl_clear_params()2087 dl_se->dl_bw = 0; in __dl_clear_params()2089 dl_se->dl_throttled = 0; in __dl_clear_params()2090 dl_se->dl_new = 1; in __dl_clear_params()2091 dl_se->dl_yielded = 0; in __dl_clear_params()3619 struct sched_dl_entity *dl_se = &p->dl; in __setparam_dl() local[all …]
1307 extern void init_dl_task_timer(struct sched_dl_entity *dl_se);