Home
last modified time | relevance | path

Searched refs:double_rq_lock (Results 1 – 2 of 2) sorted by relevance

/kernel/sched/
Dsched.h2629 extern void double_rq_lock(struct rq *rq1, struct rq *rq2);
2647 double_rq_lock(this_rq, busiest); in _double_lock_balance()
2678 double_rq_lock(this_rq, busiest); in _double_lock_balance()
2759 static inline void double_rq_lock(struct rq *rq1, struct rq *rq2) in double_rq_lock() function
Dcore.c605 void double_rq_lock(struct rq *rq1, struct rq *rq2) in double_rq_lock() function
618 EXPORT_SYMBOL_GPL(double_rq_lock);
3447 double_rq_lock(src_rq, dst_rq); in migrate_swap_stop()
6335 double_rq_lock(dst, src); in try_steal_cookie()
8910 double_rq_lock(rq, p_rq); in yield_to()