Lines Matching refs:testcalls
106 long testcalls = 0; /* calls to function "test" */ variable
441 if (!quiet && testcalls > simulatedopcount) in doread()
447 if (!quiet && testcalls > simulatedopcount) in doread()
455 if (testcalls <= simulatedopcount) in doread()
459 testcalls % progressinterval == 0) || in doread()
464 prt("%lu read\t0x%x thru\t0x%x\t(0x%x bytes)\n", testcalls, in doread()
520 if (!quiet && testcalls > simulatedopcount) in domapread()
526 if (!quiet && testcalls > simulatedopcount) in domapread()
534 if (testcalls <= simulatedopcount) in domapread()
538 testcalls % progressinterval == 0) || in domapread()
543 prt("%lu mapread\t0x%x thru\t0x%x\t(0x%x bytes)\n", testcalls, in domapread()
571 good_buf[offset] = testcalls % 256; in gendata()
587 if (!quiet && testcalls > simulatedopcount) in dowrite()
606 if (testcalls <= simulatedopcount) in dowrite()
610 testcalls % progressinterval == 0) || in dowrite()
615 prt("%lu write\t0x%x thru\t0x%x\t(0x%x bytes)\n", testcalls, in dowrite()
644 if (!quiet && testcalls > simulatedopcount) in domapwrite()
664 if (testcalls <= simulatedopcount) in domapwrite()
668 testcalls % progressinterval == 0) || in domapwrite()
673 prt("%lu mapwrite\t0x%x thru\t0x%x\t(0x%x bytes)\n", testcalls, in domapwrite()
714 if (!quiet && testcalls > simulatedopcount) in dotruncate()
724 if (testcalls <= simulatedopcount) in dotruncate()
727 if ((progressinterval && testcalls % progressinterval == 0) || in dotruncate()
730 prt("%lu trunc\tfrom 0x%x to 0x%x\n", testcalls, oldsize, size); in dotruncate()
768 if (testcalls <= simulatedopcount) in docloseopen()
772 prt("%lu close/open\n", testcalls); in docloseopen()
792 if (testcalls <= simulatedopcount) in doinvl()
795 prt("%lu msync(MS_INVALIDATE)\n", testcalls); in doinvl()
828 if (simulatedopcount > 0 && testcalls == simulatedopcount) in test()
831 testcalls++; in test()
838 if (debugstart > 0 && testcalls >= debugstart) in test()
841 if (!quiet && testcalls < simulatedopcount && testcalls % 100000 == 0) in test()
842 prt("%lu...\n", testcalls); in test()
882 if (sizechecks && testcalls > simulatedopcount) in test()
897 prt("testcalls = %lu\n", testcalls);