Searched refs:next_lock (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/kernel/locking/ |
| D | rtmutex.c | 579 struct rt_mutex_base *next_lock, in rt_mutex_adjust_prio_chain() argument 665 if (next_lock != waiter->lock) in rt_mutex_adjust_prio_chain() 804 next_lock = task_blocked_on_lock(task); in rt_mutex_adjust_prio_chain() 815 if (!next_lock) in rt_mutex_adjust_prio_chain() 921 next_lock = task_blocked_on_lock(task); in rt_mutex_adjust_prio_chain() 939 if (!next_lock) in rt_mutex_adjust_prio_chain() 1095 struct rt_mutex_base *next_lock; in task_blocks_on_rt_mutex() local 1160 next_lock = task_blocked_on_lock(owner); in task_blocks_on_rt_mutex() 1168 if (!chain_walk || !next_lock) in task_blocks_on_rt_mutex() 1181 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-v6.1/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-v6.1/block/ |
| D | blk-iolatency.c | 694 goto next_lock; in blkiolatency_timer_fn() 702 goto next_lock; in blkiolatency_timer_fn() 713 next_lock: in blkiolatency_timer_fn()
|