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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-gru/
H A Dgruhandles.c40 struct mcs_op_statistic mcs_op_statistics[mcsop_last]; variable in typeref:struct:mcs_op_statistic
47 atomic_long_inc(&mcs_op_statistics[op].count);
48 atomic_long_add(nsec, &mcs_op_statistics[op].total);
49 if (mcs_op_statistics[op].max < nsec)
50 mcs_op_statistics[op].max = nsec;
H A Dgruprocfs.c137 count = atomic_long_read(&mcs_op_statistics[op].count);
138 total = atomic_long_read(&mcs_op_statistics[op].total);
139 max = mcs_op_statistics[op].max;
149 memset(mcs_op_statistics, 0, sizeof(mcs_op_statistics));
H A Dgrutables.h259 extern struct mcs_op_statistic mcs_op_statistics[mcsop_last];

Completed in 52 milliseconds