Searched refs:rq_unpin_lock (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | sched.h | 1246 * one position though, because the next rq_unpin_lock() will shift it 1345 static inline void rq_unpin_lock(struct rq *rq, struct rq_flags *rf) in rq_unpin_lock() function 1374 rq_unpin_lock(rq, rf); 1381 rq_unpin_lock(rq, rf); 1412 rq_unpin_lock(rq, rf); 1418 rq_unpin_lock(rq, rf); 1424 rq_unpin_lock(rq, rf);
|
H A D | core.c | 2234 rq_unpin_lock(dst_rq, &drf); in __migrate_swap_task() 2235 rq_unpin_lock(src_rq, &srf); in __migrate_swap_task() 2742 rq_unpin_lock(rq, rf); in ttwu_do_wakeup() 3750 rq_unpin_lock(rq, &rf); in wake_up_new_task() 3889 rq_unpin_lock(rq, rf); in prepare_lock_switch()
|
H A D | rt.c | 1653 rq_unpin_lock(rq, rf); in balance_rt()
|
H A D | fair.c | 11289 rq_unpin_lock(this_rq, rf); in newidle_balance()
|
Completed in 34 milliseconds