Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ocfs2/dlm/
H A Ddlmdebug.c726 tot_mles += atomic_read(&dlm->mle_tot_count[i]); in debug_state_print()
739 atomic_read(&dlm->mle_tot_count[DLM_MLE_BLOCK])); in debug_state_print()
745 atomic_read(&dlm->mle_tot_count[DLM_MLE_MASTER])); in debug_state_print()
751 atomic_read(&dlm->mle_tot_count[DLM_MLE_MIGRATION])); in debug_state_print()
H A Ddlmcommon.h140 atomic_t mle_tot_count[DLM_MLE_NUM_TYPES]; member
H A Ddlmdomain.c2039 atomic_set(&dlm->mle_tot_count[i], 0); in dlm_alloc_ctxt()
H A Ddlmmaster.c291 atomic_inc(&dlm->mle_tot_count[mle->type]); in dlm_init_mle()