Searched defs:nest_lock (Results 1 – 8 of 8) sorted by relevance
/linux/kernel/locking/ |
H A D | rtmutex_api.c | 24 struct lockdep_map *nest_lock, in __rt_mutex_lock_common() argument 56 void __sched _rt_mutex_lock_nest_lock(struct rt_mutex *lock, struct lockdep_map *nest_lock) in _rt_mutex_lock_nest_lock() argument 511 struct lockdep_map *nest_lock, in __mutex_lock_common() argument 534 struct lockdep_map *nest_lock) in _mutex_lock_nest_lock() argument [all...] |
H A D | ww_rt_mutex.c | 41 struct lockdep_map __maybe_unused *nest_lock = NULL; in __ww_rt_mutex_lock() local
|
H A D | mutex.c | 567 struct lockdep_map *nest_lock, unsigned long ip, in __mutex_lock_common() argument 745 struct lockdep_map *nest_lock, unsigned long ip) in __mutex_lock() argument
|
/linux/include/linux/ |
H A D | rtmutex.h | 104 #define rt_mutex_lock_nest_lock(lock, nest_lock) \ argument 113 #define rt_mutex_lock_nest_lock(lock, nest_lock) rt_mutex_lock(lock) argument
|
H A D | spinlock.h | 223 # define raw_spin_lock_nest_lock(lock, nest_lock) \ argument 236 # define raw_spin_lock_nest_lock(lock, nest_lock) _raw_spin_lock(lock) argument 369 #define spin_lock_nest_lock(lock, nest_lock) \ argument
|
H A D | rwsem.h | 273 # define down_write_nest_lock(sem, nest_lock) \ argument 290 # define down_write_nest_lock(sem, nest_lock) down_write(sem) argument
|
H A D | lockdep_types.h | 224 struct lockdep_map *nest_lock; member
|
/linux/tools/testing/vma/ |
H A D | vma_internal.h | 120 #define down_write_nest_lock(sem, nest_lock) argument
|