Searched refs:next_lock (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/kernel/locking/ |
| H A D | rtmutex.c | 767 if (next_lock != waiter->lock) in rt_mutex_adjust_prio_chain() 911 next_lock = task_blocked_on_lock(task); in rt_mutex_adjust_prio_chain() 922 if (!next_lock) in rt_mutex_adjust_prio_chain() 1037 next_lock = task_blocked_on_lock(task); in rt_mutex_adjust_prio_chain() 1055 if (!next_lock) in rt_mutex_adjust_prio_chain() 1212 struct rt_mutex_base *next_lock; in task_blocks_on_rt_mutex() local 1286 if (!chain_walk || !next_lock) in task_blocks_on_rt_mutex() 1299 next_lock, waiter, task); in task_blocks_on_rt_mutex() 1544 struct rt_mutex_base *next_lock; in remove_waiter() local 1578 if (!next_lock) in remove_waiter() [all …]
|
| H A D | rtmutex_api.c | 462 struct rt_mutex_base *next_lock; in rt_mutex_adjust_pi() local 472 next_lock = waiter->lock; in rt_mutex_adjust_pi() 479 next_lock, NULL, task); in rt_mutex_adjust_pi()
|
| /linux-6.15/include/trace/events/ |
| H A D | lock.h | 28 struct lockdep_map *next_lock, unsigned long ip), 30 TP_ARGS(lock, subclass, trylock, read, check, next_lock, ip),
|
| /linux-6.15/block/ |
| H A D | blk-iolatency.c | 693 goto next_lock; in blkiolatency_timer_fn() 701 goto next_lock; in blkiolatency_timer_fn() 712 next_lock: in blkiolatency_timer_fn()
|