Home
last modified time | relevance | path

Searched defs:dl_se (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/kernel/sched/
Ddeadline.c57 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()
[all …]
Dcpudeadline.c119 const struct sched_dl_entity *dl_se = &p->dl; in cpudl_find() local
Dsched.h283 static inline bool dl_entity_is_special(const struct sched_dl_entity *dl_se) in dl_entity_is_special()
/kernel/linux/linux-5.10/kernel/sched/
Ddeadline.c25 static inline struct task_struct *dl_task_of(struct sched_dl_entity *dl_se) in dl_task_of()
35 static inline struct dl_rq *dl_rq_of_se(struct sched_dl_entity *dl_se) in dl_rq_of_se()
43 static inline int on_dl_rq(struct sched_dl_entity *dl_se) in on_dl_rq()
49 static inline struct sched_dl_entity *pi_of(struct sched_dl_entity *dl_se) in pi_of()
54 static inline bool is_dl_boosted(struct sched_dl_entity *dl_se) in is_dl_boosted()
59 static inline struct sched_dl_entity *pi_of(struct sched_dl_entity *dl_se) in pi_of()
64 static inline bool is_dl_boosted(struct sched_dl_entity *dl_se) in is_dl_boosted()
192 void add_rq_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in add_rq_bw()
199 void sub_rq_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in sub_rq_bw()
206 void add_running_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in add_running_bw()
[all …]
Dcpudeadline.c120 const struct sched_dl_entity *dl_se = &p->dl; in cpudl_find() local
Dsched.h313 static inline bool dl_entity_is_special(struct sched_dl_entity *dl_se) in dl_entity_is_special()