Lines Matching refs:loops
39 * (second "loops" counter) the date of the due (aka next) connect()
208 uint64_t loops[4], shortwait[3]; /* rate stats */
1316 loops[1]++;
1441 loops[2]++;
1505 loops[3]++;
1770 "- loops: number of thread loop iterations\n"
2277 loops[0]++;
2409 printf("loops: %llu,%llu,%llu,%llu\n",
2410 (unsigned long long) loops[0],
2411 (unsigned long long) loops[1],
2412 (unsigned long long) loops[2],
2413 (unsigned long long) loops[3]);