Home
last modified time | relevance | path

Searched refs:find_lock_rq (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/kernel/sched/
H A Dsched.h2267 struct rq *(*find_lock_rq)(struct task_struct *p, struct rq *rq); member
H A Drt.c2728 .find_lock_rq = find_lock_lowest_rq,
H A Ddeadline.c2741 .find_lock_rq = find_lock_later_rq,
H A Dcore.c2699 if (p->sched_class->find_lock_rq) in push_cpu_stop()
2700 lowest_rq = p->sched_class->find_lock_rq(p, rq); in push_cpu_stop()