Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Ddeadline.c60 static bool dl_server(struct sched_dl_entity *dl_se) in dl_server()
65 static inline struct task_struct *dl_task_of(struct sched_dl_entity *dl_se) in dl_task_of()
76 static inline struct rq *rq_of_dl_se(struct sched_dl_entity *dl_se) in rq_of_dl_se()
86 static inline struct dl_rq *dl_rq_of_se(struct sched_dl_entity *dl_se) in dl_rq_of_se()
91 static inline int on_dl_rq(struct sched_dl_entity *dl_se) in on_dl_rq()
97 static inline struct sched_dl_entity *pi_of(struct sched_dl_entity *dl_se) in pi_of()
102 static inline bool is_dl_boosted(struct sched_dl_entity *dl_se) in is_dl_boosted()
107 static inline struct sched_dl_entity *pi_of(struct sched_dl_entity *dl_se) in pi_of()
112 static inline bool is_dl_boosted(struct sched_dl_entity *dl_se) in is_dl_boosted()
261 void add_rq_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in add_rq_bw()
[all …]
H A Dcpudeadline.c120 const struct sched_dl_entity *dl_se = &p->dl; in cpudl_find() local
H A Dext.c2585 ext_server_pick_task(struct sched_dl_entity * dl_se,struct rq_flags * rf) ext_server_pick_task() argument
2598 struct sched_dl_entity *dl_se = &rq->ext_server; ext_server_init() local
H A Dsched.h289 static inline bool dl_entity_is_special(const struct sched_dl_entity *dl_se) in dl_entity_is_special()
425 static inline bool dl_server_active(struct sched_dl_entity *dl_se) in dl_server_active()
H A Dfair.c9071 dl_server_init(dl_se, rq, fair_server_pick_task); in fair_server_init() local
9064 fair_server_pick_task(struct sched_dl_entity * dl_se,struct rq_flags * rf) fair_server_pick_task() argument