Home
last modified time | relevance | path

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

/kernel/sched/
Dsched.h2595 extern void double_rq_lock(struct rq *rq1, struct rq *rq2);
2613 double_rq_lock(this_rq, busiest); in _double_lock_balance()
2644 double_rq_lock(this_rq, busiest); in _double_lock_balance()
2725 static inline void double_rq_lock(struct rq *rq1, struct rq *rq2) in double_rq_lock() function
Dcore.c542 void double_rq_lock(struct rq *rq1, struct rq *rq2) in double_rq_lock() function
555 EXPORT_SYMBOL_GPL(double_rq_lock);
3205 double_rq_lock(src_rq, dst_rq); in migrate_swap_stop()
6123 double_rq_lock(dst, src); in try_steal_cookie()
8566 double_rq_lock(rq, p_rq); in yield_to()