Lines Matching refs:references
5080 int references, int pin_count, int sync) in __lock_acquire() argument
5147 if (!references) in __lock_acquire()
5148 references++; in __lock_acquire()
5150 if (!hlock->references) in __lock_acquire()
5151 hlock->references++; in __lock_acquire()
5153 hlock->references += references; in __lock_acquire()
5156 if (DEBUG_LOCKS_WARN_ON(hlock->references < references)) in __lock_acquire()
5180 hlock->references = references; in __lock_acquire()
5309 if (hlock->references) { in match_held_lock()
5391 hlock->references, hlock->pin_count, 0)) { in reacquire_held_locks()
5546 if (hlock->references) { in __lock_release()
5547 hlock->references--; in __lock_release()
5548 if (hlock->references) { in __lock_release()
5857 hlock.references = 0; in lock_acquire()