Lines Matching refs:references
4906 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()
5348 if (hlock->references) { in __lock_release()
5349 hlock->references--; in __lock_release()
5350 if (hlock->references) { in __lock_release()
5651 hlock.references = 0; in lock_acquire()