Searched refs:next_lock (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/locking/ |
| A D | rtmutex.c | 663 if (next_lock != waiter->lock) in rt_mutex_adjust_prio_chain() 802 next_lock = task_blocked_on_lock(task); in rt_mutex_adjust_prio_chain() 813 if (!next_lock) in rt_mutex_adjust_prio_chain() 919 next_lock = task_blocked_on_lock(task); in rt_mutex_adjust_prio_chain() 937 if (!next_lock) in rt_mutex_adjust_prio_chain() 1093 struct rt_mutex_base *next_lock; in task_blocks_on_rt_mutex() local 1163 if (!chain_walk || !next_lock) in task_blocks_on_rt_mutex() 1176 next_lock, waiter, task); in task_blocks_on_rt_mutex() 1420 struct rt_mutex_base *next_lock; in remove_waiter() local 1454 if (!next_lock) in remove_waiter() [all …]
|
| A 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/include/trace/events/ |
| A D | lock.h | 17 struct lockdep_map *next_lock, unsigned long ip), 19 TP_ARGS(lock, subclass, trylock, read, check, next_lock, ip),
|
| /linux/block/ |
| A D | blk-iolatency.c | 692 goto next_lock; in blkiolatency_timer_fn() 700 goto next_lock; in blkiolatency_timer_fn() 711 next_lock: in blkiolatency_timer_fn()
|
Completed in 10 milliseconds