Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/locking/
H A Dlockdep.c4798 static int __lock_is_held(const struct lockdep_map *lock, int read);
4944 if (nest_lock && !__lock_is_held(nest_lock, -1)) { in __lock_acquire()
5300 int __lock_is_held(const struct lockdep_map *lock, int read) in __lock_is_held() function
5604 ret = __lock_is_held(lock, read); in lock_is_held_type()