Home
last modified time | relevance | path

Searched refs:dl_se (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/kernel/sched/
Ddeadline.c53 static inline struct task_struct *dl_task_of(struct sched_dl_entity *dl_se) in dl_task_of() argument
55 return container_of(dl_se, struct task_struct, dl); in dl_task_of()
63 static inline struct dl_rq *dl_rq_of_se(struct sched_dl_entity *dl_se) in dl_rq_of_se() argument
65 struct task_struct *p = dl_task_of(dl_se); in dl_rq_of_se()
71 static inline int on_dl_rq(struct sched_dl_entity *dl_se) in on_dl_rq() argument
73 return !RB_EMPTY_NODE(&dl_se->rb_node); in on_dl_rq()
77 static inline struct sched_dl_entity *pi_of(struct sched_dl_entity *dl_se) in pi_of() argument
79 return dl_se->pi_se; in pi_of()
82 static inline bool is_dl_boosted(struct sched_dl_entity *dl_se) in is_dl_boosted() argument
84 return pi_of(dl_se) != dl_se; in is_dl_boosted()
[all …]
Dcpudeadline.c119 const struct sched_dl_entity *dl_se = &p->dl; in cpudl_find() local
154 dl_time_before(dl_se->deadline, cp->elements[0].dl)) { in cpudl_find()
Dsched.h250 static inline bool dl_entity_is_special(struct sched_dl_entity *dl_se) in dl_entity_is_special() argument
253 return unlikely(dl_se->flags & SCHED_FLAG_SUGOV); in dl_entity_is_special()
2322 extern void init_dl_task_timer(struct sched_dl_entity *dl_se);
2323 extern void init_dl_inactive_task_timer(struct sched_dl_entity *dl_se);