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