Home
last modified time | relevance | path

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

/kernel/locking/
Dlockdep.c3936 int references, int pin_count) in __lock_acquire() argument
3990 if (!references) in __lock_acquire()
3991 references++; in __lock_acquire()
3993 if (!hlock->references) in __lock_acquire()
3994 hlock->references++; in __lock_acquire()
3996 hlock->references += references; in __lock_acquire()
3999 if (DEBUG_LOCKS_WARN_ON(hlock->references < references)) in __lock_acquire()
4022 hlock->references = references; in __lock_acquire()
4138 if (hlock->references) { in match_held_lock()
4220 hlock->references, hlock->pin_count)) { in reacquire_held_locks()
[all …]