Searched refs:__lock_is_held (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/locking/
H A Dlockdep.c4979 static int __lock_is_held(const struct lockdep_map *lock, int read);
5127 if (nest_lock && !__lock_is_held(nest_lock, -1)) {
5487 int __lock_is_held(const struct lockdep_map *lock, int read) function
5825 ret = __lock_is_held(lock, read);

Completed in 116 milliseconds