Searched refs:rq_unpin_lock (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/kernel/sched/ |
| D | sched.h | 1554 static inline void rq_unpin_lock(struct rq *rq, struct rq_flags *rf) in rq_unpin_lock() function 1586 rq_unpin_lock(rq, rf); in __task_rq_unlock() 1595 rq_unpin_lock(rq, rf); in task_rq_unlock() 1636 rq_unpin_lock(rq, rf); in rq_unlock_irqrestore() 1644 rq_unpin_lock(rq, rf); in rq_unlock_irq() 1652 rq_unpin_lock(rq, rf); in rq_unlock()
|
| D | core.c | 3062 rq_unpin_lock(dst_rq, &drf); in __migrate_swap_task() 3063 rq_unpin_lock(src_rq, &srf); in __migrate_swap_task() 3534 rq_unpin_lock(rq, rf); in ttwu_do_wakeup() 4472 rq_unpin_lock(rq, &rf); in wake_up_new_task() 4677 rq_unpin_lock(rq, rf); in prepare_lock_switch() 6291 rq_unpin_lock(rq, &rf); in __schedule() 6854 rq_unpin_lock(rq, &rf); in rt_mutex_setprio()
|
| D | deadline.c | 1129 rq_unpin_lock(rq, &rf); in dl_task_timer() 1783 rq_unpin_lock(rq, rf); in balance_dl()
|
| D | rt.c | 1540 rq_unpin_lock(rq, rf); in balance_rt()
|
| D | fair.c | 10797 rq_unpin_lock(this_rq, rf); in newidle_balance()
|
| /Linux-v5.15/Documentation/locking/ |
| D | lockdep-design.rst | 270 static inline void rq_unpin_lock(struct rq *rq, struct rq_flags *rf)
|