Searched refs:find_lock_rq (Results 1 – 4 of 4) sorted by relevance
2231 struct rq *(*find_lock_rq)(struct task_struct *p, struct rq *rq); member
2734 .find_lock_rq = find_lock_later_rq,
2816 .find_lock_rq = find_lock_lowest_rq,
2727 if (p->sched_class->find_lock_rq) in push_cpu_stop()2728 lowest_rq = p->sched_class->find_lock_rq(p, rq); in push_cpu_stop()