Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Ddeadline.c56 static bool dl_server(struct sched_dl_entity *dl_se) in dl_server()
1646 void dl_server_start(struct sched_dl_entity *dl_se) in dl_server_start()
1675 void dl_server_stop(struct sched_dl_entity *dl_se) in dl_server_stop()
1761 struct sched_dl_entity *dl_se = &donor->dl; in update_curr_dl() local
2386 struct sched_dl_entity *dl_se = &p->dl; in set_next_task_dl() local
2424 struct sched_dl_entity *dl_se; in __pick_task_dl() local
2459 struct sched_dl_entity *dl_se = &p->dl; in put_prev_task_dl() local
3340 struct sched_dl_entity *dl_se = &p->dl; in __setparam_dl() local
3352 struct sched_dl_entity *dl_se = &p->dl; in __getparam_dl() local
3440 void init_dl_entity(struct sched_dl_entity *dl_se) in init_dl_entity()
[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()
395 static inline bool dl_server_active(struct sched_dl_entity *dl_se) in dl_server_active()
H A Dfair.c8963 static bool fair_server_has_tasks(struct sched_dl_entity *dl_se) in fair_server_has_tasks()
8968 static struct task_struct *fair_server_pick_task(struct sched_dl_entity *dl_se) in fair_server_pick_task()
8975 struct sched_dl_entity *dl_se = &rq->fair_server; in fair_server_init() local