Searched refs:cll_ref (Results 1 – 2 of 2) sorted by relevance
/drivers/staging/lustre/lustre/obdclass/ |
D | cl_lock.c | 80 atomic_read(&lock->cll_ref) >= lock->cll_holds && in cl_lock_invariant_trusted() 97 result = atomic_read(&lock->cll_ref) > 0 && in cl_lock_invariant() 134 prefix, lock, atomic_read(&lock->cll_ref), in cl_lock_trace0() 294 atomic_read(&lock->cll_ref), lock, RETIP); in cl_lock_put() 296 if (atomic_dec_and_test(&lock->cll_ref)) { in cl_lock_put() 318 atomic_read(&lock->cll_ref), lock, RETIP); in cl_lock_get() 319 atomic_inc(&lock->cll_ref); in cl_lock_get() 335 atomic_read(&lock->cll_ref), lock, RETIP); in cl_lock_get_trust() 336 if (atomic_inc_return(&lock->cll_ref) == 1) in cl_lock_get_trust() 366 atomic_set(&lock->cll_ref, 1); in cl_lock_alloc() [all …]
|
/drivers/staging/lustre/lustre/include/ |
D | cl_object.h | 1547 atomic_t cll_ref; member
|