Lines Matching refs:references
4884 int references, int pin_count) in __lock_acquire() argument
4938 if (!references) in __lock_acquire()
4939 references++; in __lock_acquire()
4941 if (!hlock->references) in __lock_acquire()
4942 hlock->references++; in __lock_acquire()
4944 hlock->references += references; in __lock_acquire()
4947 if (DEBUG_LOCKS_WARN_ON(hlock->references < references)) in __lock_acquire()
4970 hlock->references = references; in __lock_acquire()
5089 if (hlock->references) { in match_held_lock()
5171 hlock->references, hlock->pin_count)) { in reacquire_held_locks()
5325 if (hlock->references) { in __lock_release()
5326 hlock->references--; in __lock_release()
5327 if (hlock->references) { in __lock_release()
5626 hlock.references = 0; in lock_acquire()