Searched refs:l_lock_prmode (Results 1 – 2 of 2) sorted by relevance
430 memset(&res->l_lock_prmode, 0, sizeof(struct ocfs2_lock_stats)); in ocfs2_init_lock_stats()442 stats = &res->l_lock_prmode; in ocfs2_update_lock_stats()3124 if (lockres->l_lock_prmode.ls_last > in ocfs2_dlm_seq_show()3126 last = lockres->l_lock_prmode.ls_last; in ocfs2_dlm_seq_show()3172 # define lock_num_prmode(_l) ((_l)->l_lock_prmode.ls_gets) in ocfs2_dlm_seq_show()3174 # define lock_num_prmode_failed(_l) ((_l)->l_lock_prmode.ls_fail) in ocfs2_dlm_seq_show()3176 # define lock_total_prmode(_l) ((_l)->l_lock_prmode.ls_total) in ocfs2_dlm_seq_show()3178 # define lock_max_prmode(_l) ((_l)->l_lock_prmode.ls_max) in ocfs2_dlm_seq_show()3181 # define lock_last_prmode(_l) ((_l)->l_lock_prmode.ls_last) in ocfs2_dlm_seq_show()
193 struct ocfs2_lock_stats l_lock_prmode; /* PR mode stats */ member