Searched refs:rq_unpin_lock (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.1/kernel/sched/ |
| D | sched.h | 1578 static inline void rq_unpin_lock(struct rq *rq, struct rq_flags *rf) in rq_unpin_lock() function 1610 rq_unpin_lock(rq, rf); in __task_rq_unlock() 1619 rq_unpin_lock(rq, rf); in task_rq_unlock() 1652 rq_unpin_lock(rq, rf); in rq_unlock_irqrestore() 1660 rq_unpin_lock(rq, rf); in rq_unlock_irq() 1668 rq_unpin_lock(rq, rf); in rq_unlock()
|
| D | core.c | 3149 rq_unpin_lock(dst_rq, &drf); in __migrate_swap_task() 3150 rq_unpin_lock(src_rq, &srf); in __migrate_swap_task() 3621 rq_unpin_lock(rq, rf); in ttwu_do_wakeup() 4715 rq_unpin_lock(rq, &rf); in wake_up_new_task() 4951 rq_unpin_lock(rq, rf); in prepare_lock_switch() 6525 rq_unpin_lock(rq, &rf); in __schedule() 7000 rq_unpin_lock(rq, &rf); in rt_mutex_setprio()
|
| D | deadline.c | 1197 rq_unpin_lock(rq, &rf); in dl_task_timer() 1938 rq_unpin_lock(rq, rf); in balance_dl()
|
| D | rt.c | 1706 rq_unpin_lock(rq, rf); in balance_rt()
|
| D | fair.c | 11308 rq_unpin_lock(this_rq, rf); in newidle_balance()
|
| /Linux-v6.1/Documentation/locking/ |
| D | lockdep-design.rst | 270 static inline void rq_unpin_lock(struct rq *rq, struct rq_flags *rf)
|