Searched refs:set_next_task (Results 1 – 10 of 10) sorted by relevance
/linux/kernel/sched/ ! |
H A D | stop_task.c | 106 .set_next_task = set_next_task_stop,
|
H A D | idle.c | 530 .set_next_task = set_next_task_idle,
|
H A D | syscalls.c | 108 set_next_task(rq, p); in set_user_nice() 727 set_next_task(rq, p); in __sched_setscheduler()
|
H A D | sched.h | 2396 void (*set_next_task)(struct rq *rq, struct task_struct *p, bool first); member 2448 static inline void set_next_task(struct rq *rq, struct task_struct *next) in set_next_task() function 2450 next->sched_class->set_next_task(rq, next, false); in set_next_task() 2475 next->sched_class->set_next_task(rq, next, true); in put_prev_set_next_task()
|
H A D | rt.c | 2577 .set_next_task = set_next_task_rt,
|
H A D | deadline.c | 3100 .set_next_task = set_next_task_dl,
|
H A D | ext.c | 4326 .set_next_task = set_next_task_scx,
|
H A D | fair.c | 13538 .set_next_task = set_next_task_fair,
|
/linux/Documentation/translations/zh_CN/scheduler/ ! |
H A D | sched-design-CFS.rst | 158 - set_next_task(...)
|
/linux/Documentation/scheduler/ ! |
H A D | sched-design-CFS.rst | 199 - set_next_task(...)
|