Home
last modified time | relevance | path

Searched defs:nest_lock (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/locking/
H A Drtmutex_api.c42 struct lockdep_map *nest_lock, in __rt_mutex_lock_common()
82 void __sched _rt_mutex_lock_nest_lock(struct rt_mutex *lock, struct lockdep_map *nest_lock) in _rt_mutex_lock_nest_lock()
554 struct lockdep_map *nest_lock, in __mutex_lock_common()
585 struct lockdep_map *nest_lock) in _mutex_lock_nest_lock()
599 struct lockdep_map *nest_lock) in _mutex_lock_killable()
618 struct lockdep_map *nest_lock) in _mutex_trylock_nest_lock()
H A Dlockdep.c5126 struct lockdep_map *nest_lock, unsigned long ip, in __lock_acquire()
5901 struct lockdep_map *nest_lock, unsigned long ip) in lock_acquire()
5980 int check, struct lockdep_map *nest_lock, unsigned long ip) in lock_sync()
/linux/include/linux/
H A Dspinlock.h225 # define raw_spin_lock_nest_lock(lock, nest_lock) \ argument
238 # define raw_spin_lock_nest_lock(lock, nest_lock) _raw_spin_lock(lock) argument
368 #define spin_lock_nest_lock(lock, nest_lock) \ argument
/linux/tools/testing/vma/include/
H A Dstubs.h30 #define down_write_nest_lock(sem, nest_lock) argument