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