Searched refs:next_lock (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/kernel/ |
D | rtmutex.c | 209 struct rt_mutex *next_lock, in rt_mutex_adjust_prio_chain() argument 276 if (next_lock != waiter->lock) in rt_mutex_adjust_prio_chain() 371 next_lock = task_blocked_on_lock(task); in rt_mutex_adjust_prio_chain() 382 if (!next_lock) in rt_mutex_adjust_prio_chain() 495 struct rt_mutex *next_lock; in task_blocks_on_rt_mutex() local 543 next_lock = task_blocked_on_lock(owner); in task_blocks_on_rt_mutex() 551 if (!chain_walk || !next_lock) in task_blocks_on_rt_mutex() 564 next_lock, waiter, task); in task_blocks_on_rt_mutex() 627 struct rt_mutex *next_lock = NULL; in remove_waiter() local 653 next_lock = task_blocked_on_lock(owner); in remove_waiter() [all …]
|
/linux-3.4.99/include/trace/events/ |
D | lock.h | 16 struct lockdep_map *next_lock, unsigned long ip), 18 TP_ARGS(lock, subclass, trylock, read, check, next_lock, ip),
|
/linux-3.4.99/fs/ |
D | locks.c | 878 goto next_lock; in __posix_lock_file() 910 goto next_lock; in __posix_lock_file() 949 next_lock: in __posix_lock_file()
|