Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Ddeadline.c394 struct sched_dl_entity *dl_se = &p->dl; in task_non_contending() local
487 struct sched_dl_entity *dl_se = &p->dl; in is_leftmost() local
1047 struct sched_dl_entity *dl_se = &p->dl; in start_dl_timer() local
1301 struct sched_dl_entity *dl_se = &curr->dl; in update_curr_dl() local
1974 struct sched_dl_entity *dl_se = &p->dl; in set_next_task_dl() local
2008 struct sched_dl_entity *dl_se; in pick_task_dl() local
2035 struct sched_dl_entity *dl_se = &p->dl; in put_prev_task_dl() local
2918 struct sched_dl_entity *dl_se = &p->dl; in __setparam_dl() local
2930 struct sched_dl_entity *dl_se = &p->dl; in __getparam_dl() local
3000 struct sched_dl_entity *dl_se = &p->dl; in __dl_clear_params() local
[all …]
H A Dcpudeadline.c119 const struct sched_dl_entity *dl_se = &p->dl; in cpudl_find() local
H A Dsched.h253 static inline bool dl_entity_is_special(const struct sched_dl_entity *dl_se) in dl_entity_is_special()