Searched refs:mcs_op_statistics (Results 1 – 2 of 2) sorted by relevance
124 count = atomic_long_read(&mcs_op_statistics[op].count); in mcs_statistics_show() 125 total = atomic_long_read(&mcs_op_statistics[op].total); in mcs_statistics_show() 126 max = mcs_op_statistics[op].max; in mcs_statistics_show() 136 memset(mcs_op_statistics, 0, sizeof(mcs_op_statistics)); in mcs_statistics_write()
248 extern struct mcs_op_statistic mcs_op_statistics[mcsop_last];