Searched refs:sched_dl_entity (Results 1 – 3 of 3) sorted by relevance
60 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_s[all...]
286 static inline bool dl_entity_is_special(const struct sched_dl_entity *dl_se) in dl_entity_is_special() 298 static inline bool dl_entity_preempt(const struct sched_dl_entity *a, in dl_entity_preempt() 299 const struct sched_dl_entity *b) in dl_entity_preempt() 361 extern s64 dl_scaled_delta_exec(struct rq *rq, struct sched_dl_entity *dl_se, s64 delta_exec);382 extern void dl_server_update(struct sched_dl_entity *dl_se, s64 delta_exec);383 extern void dl_server_start(struct sched_dl_entity *dl_se);384 extern void dl_server_stop(struct sched_dl_entity *dl_se);385 extern void dl_server_init(struct sched_dl_entity *dl_se, struct rq *rq,393 extern void __dl_server_attach_root(struct sched_dl_entity *dl_se, struct rq *rq);394 extern int dl_server_apply_params(struct sched_dl_entity *dl_s[all...]
8862 static bool fair_server_has_tasks(struct sched_dl_entity *dl_se) in fair_server_has_tasks() 8867 static struct task_struct *fair_server_pick_task(struct sched_dl_entity *dl_se) in fair_server_pick_task() 8874 struct sched_dl_entity *dl_se = &rq->fair_server; in fair_server_init()