Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dsched.h1916 * The switched_from() call is allowed to drop rq->lock, therefore we
1917 * cannot assume the switched_from/switched_to pair is serliazed by
1920 void (*switched_from)(struct rq *this_rq, struct task_struct *task); member
H A Drt.c2853 .switched_from = switched_from_rt,
H A Dcore.c1819 * switched_from, switched_to and prio_changed must _NOT_ drop rq->lock,
1830 if (prev_class->switched_from) { in check_class_changed()
1831 prev_class->switched_from(rq, p); in check_class_changed()
H A Dfair.c12094 .switched_from = switched_from_fair,

Completed in 33 milliseconds