HomeSort by relevance Sort by last modified time
    Searched refs:MAXTIMES (Results 1 - 5 of 5) sorted by null

  /external/netperf/
netcpu_kstat.c 259 rate[MAXTIMES],
280 if (iterations > MAXTIMES) {
281 iterations = MAXTIMES;
netcpu_perfstat.c 125 rate[MAXTIMES],
149 if (iterations > MAXTIMES) {
150 iterations = MAXTIMES;
netcpu_pstat.c 108 rate[MAXTIMES],
126 if (iterations > MAXTIMES) {
127 iterations = MAXTIMES;
netcpu_looper.c 495 rate[MAXTIMES],
509 if (iterations > MAXTIMES) {
510 iterations = MAXTIMES;
netlib.h 23 #define MAXTIMES 4 /* how many times may we loop */

Completed in 112 milliseconds