Searched refs:cll_holds (Results 1 – 3 of 3) sorted by relevance
79 return ergo(lock->cll_state == CLS_FREEING, lock->cll_holds == 0) && in cl_lock_invariant_trusted()80 atomic_read(&lock->cll_ref) >= lock->cll_holds && in cl_lock_invariant_trusted()81 lock->cll_holds >= lock->cll_users && in cl_lock_invariant_trusted()82 lock->cll_holds >= 0 && in cl_lock_invariant_trusted()136 lock->cll_state, lock->cll_error, lock->cll_holds, in cl_lock_trace0()843 lock->cll_holds += delta; in cl_lock_hold_mod()876 LASSERT(lock->cll_holds > 0); in cl_lock_hold_release()881 if (lock->cll_holds == 0) { in cl_lock_hold_release()1256 LASSERT(lock->cll_holds > 0); in cl_enqueue_locked()1403 LASSERT(lock->cll_holds > 0); in cl_wait_try()[all …]
1594 int cll_holds; member
387 sublock->cll_holds == 1; in lov_sublock_release()