Lines Matching refs:atomic_read
84 atomic_read(&lock->lock_refs.refcount), in __dlm_print_lock()
109 res->last_used, atomic_read(&res->refs.refcount), in __dlm_print_one_lock_resource()
117 res->inflight_locks, atomic_read(&res->asts_reserved)); in __dlm_print_one_lock_resource()
301 atomic_read(&mle->mle_refs.refcount)); in dump_mle()
517 atomic_read(&lock->lock_refs.refcount)); in dump_lock()
543 atomic_read(&res->asts_reserved), in dump_lockres()
544 atomic_read(&res->refs.refcount)); in dump_lockres()
757 atomic_read(&dlm->res_cur_count), in debug_state_print()
758 atomic_read(&dlm->res_tot_count)); in debug_state_print()
761 tot_mles += atomic_read(&dlm->mle_tot_count[i]); in debug_state_print()
764 cur_mles += atomic_read(&dlm->mle_cur_count[i]); in debug_state_print()
773 atomic_read(&dlm->mle_cur_count[DLM_MLE_BLOCK]), in debug_state_print()
774 atomic_read(&dlm->mle_tot_count[DLM_MLE_BLOCK])); in debug_state_print()
779 atomic_read(&dlm->mle_cur_count[DLM_MLE_MASTER]), in debug_state_print()
780 atomic_read(&dlm->mle_tot_count[DLM_MLE_MASTER])); in debug_state_print()
785 atomic_read(&dlm->mle_cur_count[DLM_MLE_MIGRATION]), in debug_state_print()
786 atomic_read(&dlm->mle_tot_count[DLM_MLE_MIGRATION])); in debug_state_print()
800 atomic_read(&dlm->dlm_refs.refcount)); in debug_state_print()