Searched defs:nest_lock (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/kernel/locking/ |
H A D | mutex.c | 508 __mutex_lock_common(struct mutex *lock, long state, unsigned int subclass, struct lockdep_map *nest_lock, unsigned long ip, struct ww_acquire_ctx *ww_ctx, const bool use_ww_ctx) __mutex_lock_common() argument
|
H A D | spinlock.c | 388 _raw_spin_lock_nest_lock(raw_spinlock_t *lock, struct lockdep_map *nest_lock) _raw_spin_lock_nest_lock() argument
|
H A D | lockdep.c | 3068 __lock_acquire(struct lockdep_map *lock, unsigned int subclass, int trylock, int read, int check, int hardirqs_off, struct lockdep_map *nest_lock, unsigned long ip, int references, int pin_count) __lock_acquire() argument 3571 lock_acquire(struct lockdep_map *lock, unsigned int subclass, int trylock, int read, int check, struct lockdep_map *nest_lock, unsigned long ip) lock_acquire() argument
|
/linux-4.4.14/include/linux/ |
H A D | lockdep.h | 232 struct lockdep_map *nest_lock; member in struct:held_lock
|
Completed in 104 milliseconds