Home
last modified time | relevance | path

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

/kernel/locking/
Dlockdep.c3814 int references, int pin_count) in __lock_acquire() argument
3868 if (!references) in __lock_acquire()
3869 references++; in __lock_acquire()
3871 if (!hlock->references) in __lock_acquire()
3872 hlock->references++; in __lock_acquire()
3874 hlock->references += references; in __lock_acquire()
3877 if (DEBUG_LOCKS_WARN_ON(hlock->references < references)) in __lock_acquire()
3900 hlock->references = references; in __lock_acquire()
4016 if (hlock->references) { in match_held_lock()
4098 hlock->references, hlock->pin_count)) { in reacquire_held_locks()
[all …]