Home
last modified time | relevance | path

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

/kernel/locking/
Dlockdep.c4906 int references, int pin_count) in __lock_acquire() argument
4960 if (!references) in __lock_acquire()
4961 references++; in __lock_acquire()
4963 if (!hlock->references) in __lock_acquire()
4964 hlock->references++; in __lock_acquire()
4966 hlock->references += references; in __lock_acquire()
4969 if (DEBUG_LOCKS_WARN_ON(hlock->references < references)) in __lock_acquire()
4992 hlock->references = references; in __lock_acquire()
5111 if (hlock->references) { in match_held_lock()
5193 hlock->references, hlock->pin_count)) { in reacquire_held_locks()
[all …]