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