Home
last modified time | relevance | path

Searched refs:testcalls (Results 1 – 2 of 2) sorted by relevance

/freebsd/tools/regression/fsx/
H A Dfsx.c106 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()
[all …]
/freebsd/tools/test/stress2/misc/
H A Dumountf2.sh178 unsigned long testcalls = 0; /* calls to function "test" */
520 if (!quiet && testcalls > simulatedopcount)
526 if (!quiet && testcalls > simulatedopcount)
534 if (testcalls <= simulatedopcount)
538 testcalls % progressinterval == 0) ||
543 prt("%lu read\t0x%x thru\t0x%x\t(0x%x bytes)\n", testcalls,