Searched refs:switched_from (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | deadline.c | 2564 .switched_from = switched_from_dl,
|
H A D | rt.c | 2755 .switched_from = switched_from_rt,
|
H A D | sched.h | 1957 * The switched_from() call is allowed to drop rq->lock, therefore we 1958 * cannot assume the switched_from/switched_to pair is serliazed by 1961 void (*switched_from)(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, 1739 if (prev_class->switched_from) in check_class_changed() 1740 prev_class->switched_from(rq, p); in check_class_changed()
|
H A D | fair.c | 12032 .switched_from = switched_from_fair,
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | deadline.c | 2751 .switched_from = switched_from_dl,
|
H A D | sched.h | 2427 * The switched_from() call is allowed to drop rq->lock, therefore we 2428 * cannot assume the switched_from/switched_to pair is serialized by 2431 void (*switched_from)(struct rq *this_rq, struct task_struct *task); member
|
H A D | rt.c | 3007 .switched_from = switched_from_rt,
|
H A D | core.c | 2251 * switched_from, switched_to and prio_changed must _NOT_ drop rq->lock, 2262 if (prev_class->switched_from) in check_class_changed() 2263 prev_class->switched_from(rq, p); in check_class_changed()
|
H A D | fair.c | 13621 .switched_from = switched_from_fair,
|
Completed in 78 milliseconds