Lines Matching refs:references
3071 int references, int pin_count) in __lock_acquire() argument
3131 if (hlock->references) in __lock_acquire()
3132 hlock->references++; in __lock_acquire()
3134 hlock->references = 2; in __lock_acquire()
3155 hlock->references = references; in __lock_acquire()
3269 if (hlock->references) { in match_held_lock()
3346 hlock->references, hlock->pin_count)) in __lock_set_class()
3409 if (hlock->references) { in __lock_release()
3410 hlock->references--; in __lock_release()
3411 if (hlock->references) { in __lock_release()
3436 hlock->references, hlock->pin_count)) in __lock_release()