Home
last modified time | relevance | path

Searched refs:switched_from (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/kernel/sched/
H A Ddeadline.c2564 .switched_from = switched_from_dl,
H A Drt.c2755 .switched_from = switched_from_rt,
H A Dsched.h1957 * 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 Dcore.c1728 * 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 Dfair.c12032 .switched_from = switched_from_fair,
/kernel/linux/linux-6.6/kernel/sched/
H A Ddeadline.c2751 .switched_from = switched_from_dl,
H A Dsched.h2427 * 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 Drt.c3007 .switched_from = switched_from_rt,
H A Dcore.c2251 * 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 Dfair.c13621 .switched_from = switched_from_fair,

Completed in 78 milliseconds