Home
last modified time | relevance | path

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

/linux-6.8/kernel/sched/
Ddeadline.c57 static bool dl_server(struct sched_dl_entity *dl_se) in dl_server()
62 static inline struct task_struct *dl_task_of(struct sched_dl_entity *dl_se) in dl_task_of()
73 static inline struct rq *rq_of_dl_se(struct sched_dl_entity *dl_se) in rq_of_dl_se()
83 static inline struct dl_rq *dl_rq_of_se(struct sched_dl_entity *dl_se) in dl_rq_of_se()
88 static inline int on_dl_rq(struct sched_dl_entity *dl_se) in on_dl_rq()
94 static inline struct sched_dl_entity *pi_of(struct sched_dl_entity *dl_se) in pi_of()
99 static inline bool is_dl_boosted(struct sched_dl_entity *dl_se) in is_dl_boosted()
104 static inline struct sched_dl_entity *pi_of(struct sched_dl_entity *dl_se) in pi_of()
109 static inline bool is_dl_boosted(struct sched_dl_entity *dl_se) in is_dl_boosted()
297 void add_rq_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in add_rq_bw()
[all …]
Dcpudeadline.c119 const struct sched_dl_entity *dl_se = &p->dl; in cpudl_find() local
Dsched.h240 static inline bool dl_entity_is_special(const struct sched_dl_entity *dl_se) in dl_entity_is_special()