Searched refs:rq_unpin_lock (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/kernel/sched/ |
H A D | sched.h | 1616 static inline void rq_unpin_lock(struct rq *rq, struct rq_flags *rf) in rq_unpin_lock() function 1648 rq_unpin_lock(rq, rf); in __task_rq_unlock() 1657 rq_unpin_lock(rq, rf); in task_rq_unlock() 1690 rq_unpin_lock(rq, rf); in rq_unlock_irqrestore() 1698 rq_unpin_lock(rq, rf); in rq_unlock_irq() 1706 rq_unpin_lock(rq, rf); in rq_unlock()
|
H A D | core.c | 3414 rq_unpin_lock(dst_rq, &drf); in __migrate_swap_task() 3415 rq_unpin_lock(src_rq, &srf); in __migrate_swap_task() 3798 rq_unpin_lock(rq, rf); in ttwu_do_activate() 4879 rq_unpin_lock(rq, &rf); in wake_up_new_task() 5115 rq_unpin_lock(rq, rf); in prepare_lock_switch() 6699 rq_unpin_lock(rq, &rf); in __schedule() 7174 rq_unpin_lock(rq, &rf); in rt_mutex_setprio()
|
H A D | deadline.c | 1195 rq_unpin_lock(rq, &rf); in dl_task_timer() 1937 rq_unpin_lock(rq, rf); in balance_dl()
|
H A D | rt.c | 1701 rq_unpin_lock(rq, rf); in balance_rt()
|
H A D | fair.c | 12332 rq_unpin_lock(this_rq, rf); in newidle_balance()
|
/openbmc/linux/Documentation/locking/ |
H A D | lockdep-design.rst | 270 static inline void rq_unpin_lock(struct rq *rq, struct rq_flags *rf)
|