Lines Matching refs:usec
150 * @usec: returns how many microsecond it took to go over fsize bytes
155 unsigned long *read_bytes, long long *usec,
209 *usec = tst_timer_elapsed_us();
218 long long usec, usec_ra;
233 read_testfile(tc, 0, testfile, testfile_size, &read_bytes, &usec,
242 read_testfile(tc, 0, testfile, testfile_size, &read_bytes, &usec,
286 tst_res(TINFO, "read_testfile(0) took: %lli usec", usec);
287 tst_res(TINFO, "read_testfile(1) took: %lli usec", usec_ra);
327 * readahead02.c:285: TINFO: read_testfile(0) took: 26317623 usec
328 * readahead02.c:286: TINFO: read_testfile(1) took: 26101484 usec
333 tst_set_max_runtime(test.max_runtime + (usec + usec_ra) / 1000000);