Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Ddeadline.c56 static bool dl_server(struct sched_dl_entity *dl_se) in dl_server()
61 static inline struct task_struct *dl_task_of(struct sched_dl_entity *dl_se) in dl_task_of()
72 static inline struct rq *rq_of_dl_se(struct sched_dl_entity *dl_se) in rq_of_dl_se()
82 static inline struct dl_rq *dl_rq_of_se(struct sched_dl_entity *dl_se) in dl_rq_of_se()
87 static inline int on_dl_rq(struct sched_dl_entity *dl_se) in on_dl_rq()
93 static inline struct sched_dl_entity *pi_of(struct sched_dl_entity *dl_se) in pi_of()
98 static inline bool is_dl_boosted(struct sched_dl_entity *dl_se) in is_dl_boosted()
103 static inline struct sched_dl_entity *pi_of(struct sched_dl_entity *dl_se) in pi_of()
108 static inline bool is_dl_boosted(struct sched_dl_entity *dl_se) in is_dl_boosted()
296 void add_rq_bw(struct sched_dl_entity *dl_se, struct dl_rq *dl_rq) in add_rq_bw()
[all …]
H A Dcpudeadline.c119 const struct sched_dl_entity *dl_se = &p->dl; in cpudl_find() local
H A Dsched.h285 static inline bool dl_entity_is_special(const struct sched_dl_entity *dl_se) in dl_entity_is_special() argument
395 dl_server_active(struct sched_dl_entity * dl_se) dl_server_active() argument
[all...]
H A Dfair.c8977 static bool fair_server_has_tasks(struct sched_dl_entity *dl_se) in fair_server_has_tasks()
8982 static struct task_struct *fair_server_pick_task(struct sched_dl_entity *dl_se) in fair_server_pick_task()
8989 struct sched_dl_entity *dl_se = &rq->fair_server; in fair_server_init() local