Searched refs:rq_unpin_lock (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/kernel/sched/ |
D | sched.h | 1149 static inline void rq_unpin_lock(struct rq *rq, struct rq_flags *rf) in rq_unpin_lock() function 1181 rq_unpin_lock(rq, rf); in __task_rq_unlock() 1190 rq_unpin_lock(rq, rf); in task_rq_unlock() 1231 rq_unpin_lock(rq, rf); in rq_unlock_irqrestore() 1239 rq_unpin_lock(rq, rf); in rq_unlock_irq() 1247 rq_unpin_lock(rq, rf); in rq_unlock()
|
D | core.c | 1776 rq_unpin_lock(dst_rq, &drf); in __migrate_swap_task() 1777 rq_unpin_lock(src_rq, &srf); in __migrate_swap_task() 2229 rq_unpin_lock(rq, rf); in ttwu_do_wakeup() 2975 rq_unpin_lock(rq, &rf); in wake_up_new_task() 3107 rq_unpin_lock(rq, rf); in prepare_lock_switch()
|
D | deadline.c | 1067 rq_unpin_lock(rq, &rf); in dl_task_timer() 1703 rq_unpin_lock(rq, rf); in balance_dl()
|
D | rt.c | 1481 rq_unpin_lock(rq, rf); in balance_rt()
|
D | fair.c | 9788 rq_unpin_lock(this_rq, rf); in newidle_balance()
|
/Linux-v5.4/Documentation/locking/ |
D | lockdep-design.rst | 267 static inline void rq_unpin_lock(struct rq *rq, struct rq_flags *rf)
|