Searched defs:nest_lock (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/kernel/locking/ |
D | rtmutex_api.c | 24 struct lockdep_map *nest_lock, in __rt_mutex_lock_common() 56 void __sched _rt_mutex_lock_nest_lock(struct rt_mutex *lock, struct lockdep_map *nest_lock) in _rt_mutex_lock_nest_lock() 505 struct lockdep_map *nest_lock, in __mutex_lock_common() 528 struct lockdep_map *nest_lock) in _mutex_lock_nest_lock()
|
D | ww_rt_mutex.c | 41 struct lockdep_map __maybe_unused *nest_lock = NULL; in __ww_rt_mutex_lock() local
|
D | mutex.c | 570 struct lockdep_map *nest_lock, unsigned long ip, in __mutex_lock_common() 745 struct lockdep_map *nest_lock, unsigned long ip) in __mutex_lock()
|
D | spinlock_rt.c | 68 struct lockdep_map *nest_lock) in rt_spin_lock_nest_lock()
|
D | spinlock.c | 397 struct lockdep_map *nest_lock) in _raw_spin_lock_nest_lock()
|
D | lockdep.c | 4991 struct lockdep_map *nest_lock, unsigned long ip, in __lock_acquire() 5721 struct lockdep_map *nest_lock, unsigned long ip) in lock_acquire() 5790 int check, struct lockdep_map *nest_lock, unsigned long ip) in lock_sync()
|
/linux-6.6.21/include/linux/ |
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
|
D | mutex.h | 193 #define mutex_lock_nest_lock(lock, nest_lock) \ argument 208 # define mutex_lock_nest_lock(lock, nest_lock) mutex_lock(lock) argument
|
D | spinlock_rt.h | 52 # define __spin_lock_nest_lock(lock, nest_lock) \ argument 79 #define spin_lock_nest_lock(lock, nest_lock) \ argument
|
D | rwsem.h | 237 # define down_write_nest_lock(sem, nest_lock) \ argument 254 # define down_write_nest_lock(sem, nest_lock) down_write(sem) argument
|
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
|
D | lockdep.h | 107 struct lockdep_map *nest_lock; member
|