Searched refs:next_lock (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/kernel/locking/ |
D | rtmutex.c | 658 struct rt_mutex_base *next_lock, in rt_mutex_adjust_prio_chain() argument 744 if (next_lock != waiter->lock) in rt_mutex_adjust_prio_chain() 888 next_lock = task_blocked_on_lock(task); in rt_mutex_adjust_prio_chain() 899 if (!next_lock) in rt_mutex_adjust_prio_chain() 1014 next_lock = task_blocked_on_lock(task); in rt_mutex_adjust_prio_chain() 1032 if (!next_lock) in rt_mutex_adjust_prio_chain() 1188 struct rt_mutex_base *next_lock; in task_blocks_on_rt_mutex() local 1254 next_lock = task_blocked_on_lock(owner); in task_blocks_on_rt_mutex() 1262 if (!chain_walk || !next_lock) in task_blocks_on_rt_mutex() 1275 next_lock, waiter, task); in task_blocks_on_rt_mutex() [all …]
|
D | rtmutex_api.c | 456 struct rt_mutex_base *next_lock; in rt_mutex_adjust_pi() local 466 next_lock = waiter->lock; in rt_mutex_adjust_pi() 473 next_lock, NULL, task); in rt_mutex_adjust_pi()
|
/linux-6.6.21/include/trace/events/ |
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.6.21/block/ |
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()
|