Home
last modified time | relevance | path

Searched refs:mcs_op_statistics (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/misc/sgi-gru/
Dgruhandles.c40 struct mcs_op_statistic mcs_op_statistics[mcsop_last]; variable
47 atomic_long_inc(&mcs_op_statistics[op].count); in update_mcs_stats()
48 atomic_long_add(nsec, &mcs_op_statistics[op].total); in update_mcs_stats()
49 if (mcs_op_statistics[op].max < nsec) in update_mcs_stats()
50 mcs_op_statistics[op].max = nsec; in update_mcs_stats()
Dgruprocfs.c137 count = atomic_long_read(&mcs_op_statistics[op].count); in mcs_statistics_show()
138 total = atomic_long_read(&mcs_op_statistics[op].total); in mcs_statistics_show()
139 max = mcs_op_statistics[op].max; in mcs_statistics_show()
149 memset(mcs_op_statistics, 0, sizeof(mcs_op_statistics)); in mcs_statistics_write()
Dgrutables.h260 extern struct mcs_op_statistic mcs_op_statistics[mcsop_last];