Searched refs:MAXTIMES (Results 1 - 5 of 5) sorted by relevance

/external/netperf/src/
H A Dnetcpu_kstat.c259 rate[MAXTIMES],
280 if (iterations > MAXTIMES) {
281 iterations = MAXTIMES;
H A Dnetcpu_perfstat.c125 rate[MAXTIMES],
149 if (iterations > MAXTIMES) {
150 iterations = MAXTIMES;
H A Dnetcpu_pstat.c108 rate[MAXTIMES],
126 if (iterations > MAXTIMES) {
127 iterations = MAXTIMES;
H A Dnetcpu_looper.c495 rate[MAXTIMES],
509 if (iterations > MAXTIMES) {
510 iterations = MAXTIMES;
H A Dnetlib.h23 #define MAXTIMES 4 /* how many times may we loop */ macro

Completed in 84 milliseconds