Searched refs:rq_unpin_lock (Results 1 – 6 of 6) sorted by relevance
/linux/kernel/sched/ |
A D | sched.h | 1548 static inline void rq_unpin_lock(struct rq *rq, struct rq_flags *rf) in rq_unpin_lock() function 1580 rq_unpin_lock(rq, rf); in __task_rq_unlock() 1589 rq_unpin_lock(rq, rf); in task_rq_unlock() 1622 rq_unpin_lock(rq, rf); in rq_unlock_irqrestore() 1630 rq_unpin_lock(rq, rf); in rq_unlock_irq() 1638 rq_unpin_lock(rq, rf); in rq_unlock()
|
A D | core.c | 3085 rq_unpin_lock(dst_rq, &drf); in __migrate_swap_task() 3086 rq_unpin_lock(src_rq, &srf); in __migrate_swap_task() 3557 rq_unpin_lock(rq, rf); in ttwu_do_wakeup() 4510 rq_unpin_lock(rq, &rf); in wake_up_new_task() 4715 rq_unpin_lock(rq, rf); in prepare_lock_switch() 6257 rq_unpin_lock(rq, &rf); in __schedule() 6835 rq_unpin_lock(rq, &rf); in rt_mutex_setprio()
|
A D | deadline.c | 1129 rq_unpin_lock(rq, &rf); in dl_task_timer() 1867 rq_unpin_lock(rq, rf); in balance_dl()
|
A D | rt.c | 1661 rq_unpin_lock(rq, rf); in balance_rt()
|
A D | fair.c | 10893 rq_unpin_lock(this_rq, rf); in newidle_balance()
|
/linux/Documentation/locking/ |
A D | lockdep-design.rst | 270 static inline void rq_unpin_lock(struct rq *rq, struct rq_flags *rf)
|
Completed in 54 milliseconds