Searched refs:rq_unpin_lock (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/kernel/sched/ |
D | sched.h | 1226 static inline void rq_unpin_lock(struct rq *rq, struct rq_flags *rf) in rq_unpin_lock() function 1258 rq_unpin_lock(rq, rf); in __task_rq_unlock() 1267 rq_unpin_lock(rq, rf); in task_rq_unlock() 1308 rq_unpin_lock(rq, rf); in rq_unlock_irqrestore() 1316 rq_unpin_lock(rq, rf); in rq_unlock_irq() 1324 rq_unpin_lock(rq, rf); in rq_unlock()
|
D | core.c | 2024 rq_unpin_lock(dst_rq, &drf); in __migrate_swap_task() 2025 rq_unpin_lock(src_rq, &srf); in __migrate_swap_task() 2471 rq_unpin_lock(rq, rf); in ttwu_do_wakeup() 3367 rq_unpin_lock(rq, &rf); in wake_up_new_task() 3502 rq_unpin_lock(rq, rf); in prepare_lock_switch()
|
D | deadline.c | 1127 rq_unpin_lock(rq, &rf); in dl_task_timer() 1784 rq_unpin_lock(rq, rf); in balance_dl()
|
D | rt.c | 1538 rq_unpin_lock(rq, rf); in balance_rt()
|
D | fair.c | 10543 rq_unpin_lock(this_rq, rf); in newidle_balance()
|
/Linux-v5.10/Documentation/locking/ |
D | lockdep-design.rst | 270 static inline void rq_unpin_lock(struct rq *rq, struct rq_flags *rf)
|