Lines Matching refs:testcalls
104 unsigned long testcalls = 0; /* calls to function "test" */ variable
567 testcalls % progressinterval == 0) || in output_line()
578 testcalls, tv->tv_sec, tv->tv_usec, max_tf_len, in output_line()
595 if (!quiet && testcalls > simulatedopcount) in doread()
601 if (!quiet && testcalls > simulatedopcount) in doread()
609 if (testcalls <= simulatedopcount) in doread()
650 if (!quiet && testcalls > simulatedopcount) in domapread()
656 if (!quiet && testcalls > simulatedopcount) in domapread()
664 if (testcalls <= simulatedopcount) in domapread()
710 good_buf[offset] = testcalls % 256; in gendata()
728 if (!quiet && testcalls > simulatedopcount) in dowrite()
747 if (testcalls <= simulatedopcount) in dowrite()
788 if (!quiet && testcalls > simulatedopcount) in domapwrite()
808 if (testcalls <= simulatedopcount) in domapwrite()
887 if (!quiet && testcalls > simulatedopcount) in dotruncate()
897 if (testcalls <= simulatedopcount) in dotruncate()
943 if (testcalls <= simulatedopcount) in docloseopen()
950 prt("%06lu %lu.%06lu close/open\n", testcalls, t.tv_sec, in docloseopen()
983 if (simulatedopcount > 0 && testcalls == simulatedopcount) in test()
986 testcalls++; in test()
988 if (debugstart > 0 && testcalls >= debugstart) in test()
991 if (!quiet && testcalls < simulatedopcount && testcalls % 100000 == 0) in test()
992 prt("%lu...\n", testcalls); in test()
1032 if (sizechecks && testcalls > simulatedopcount) in test()
1042 prt("testcalls = %lu\n", testcalls); in cleanup()