Searched refs:next_lock (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/kernel/locking/ |
| D | rtmutex.c | 570 struct rt_mutex_base *next_lock, in rt_mutex_adjust_prio_chain() argument 656 if (next_lock != waiter->lock) in rt_mutex_adjust_prio_chain() 795 next_lock = task_blocked_on_lock(task); in rt_mutex_adjust_prio_chain() 806 if (!next_lock) in rt_mutex_adjust_prio_chain() 912 next_lock = task_blocked_on_lock(task); in rt_mutex_adjust_prio_chain() 930 if (!next_lock) in rt_mutex_adjust_prio_chain() 1086 struct rt_mutex_base *next_lock; in task_blocks_on_rt_mutex() local 1148 next_lock = task_blocked_on_lock(owner); in task_blocks_on_rt_mutex() 1156 if (!chain_walk || !next_lock) in task_blocks_on_rt_mutex() 1169 next_lock, waiter, task); in task_blocks_on_rt_mutex() [all …]
|
| D | rtmutex_api.c | 434 struct rt_mutex_base *next_lock; in rt_mutex_adjust_pi() local 444 next_lock = waiter->lock; in rt_mutex_adjust_pi() 451 next_lock, NULL, task); in rt_mutex_adjust_pi()
|
| /Linux-v5.15/include/trace/events/ |
| D | lock.h | 17 struct lockdep_map *next_lock, unsigned long ip), 19 TP_ARGS(lock, subclass, trylock, read, check, next_lock, ip),
|
| /Linux-v5.15/block/ |
| D | blk-iolatency.c | 691 goto next_lock; in blkiolatency_timer_fn() 699 goto next_lock; in blkiolatency_timer_fn() 710 next_lock: in blkiolatency_timer_fn()
|