Searched refs:switched_to (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | stop_task.c | 137 .switched_to = switched_to_stop,
|
H A D | idle.c | 509 .switched_to = switched_to_idle,
|
H A D | deadline.c | 2565 .switched_to = switched_to_dl,
|
H A D | rt.c | 2763 .switched_to = switched_to_rt,
|
H A D | sched.h | 1958 * cannot assume the switched_from/switched_to pair is serliazed by 1962 void (*switched_to) (struct rq *this_rq, struct task_struct *task); member
|
H A D | core.c | 1728 * switched_from, switched_to and prio_changed must _NOT_ drop rq->lock, 1742 p->sched_class->switched_to(rq, p); in check_class_changed()
|
H A D | fair.c | 12033 .switched_to = switched_to_fair,
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | stop_task.c | 142 .switched_to = switched_to_stop,
|
H A D | idle.c | 501 .switched_to = switched_to_idle,
|
H A D | deadline.c | 2752 .switched_to = switched_to_dl,
|
H A D | sched.h | 2428 * cannot assume the switched_from/switched_to pair is serialized by 2432 void (*switched_to) (struct rq *this_rq, struct task_struct *task); member
|
H A D | rt.c | 3016 .switched_to = switched_to_rt,
|
H A D | fair.c | 13622 .switched_to = switched_to_fair,
|
H A D | core.c | 2251 * switched_from, switched_to and prio_changed must _NOT_ drop rq->lock, 2265 p->sched_class->switched_to(rq, p); in check_class_changed()
|
Completed in 85 milliseconds