Searched refs:find_lock_rq (Results 1 – 4 of 4) sorted by relevance
2273 struct rq *(*find_lock_rq)(struct task_struct *p, struct rq *rq); member
2749 .find_lock_rq = find_lock_later_rq,
2719 .find_lock_rq = find_lock_lowest_rq,
2701 if (p->sched_class->find_lock_rq) in push_cpu_stop()2702 lowest_rq = p->sched_class->find_lock_rq(p, rq); in push_cpu_stop()