Home
last modified time | relevance | path

Searched refs:read_testfile (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/readahead/
H A Dreadahead02.c142 /* read_testfile - mmap testfile and read every page.
153 static int read_testfile(struct tcase *tc, int do_readahead, in read_testfile() function
233 read_testfile(tc, 0, testfile, testfile_size, &read_bytes, &usec, in test_readahead()
241 tst_res(TINFO, "read_testfile(0)"); in test_readahead()
242 read_testfile(tc, 0, testfile, testfile_size, &read_bytes, &usec, in test_readahead()
252 tst_res(TINFO, "read_testfile(1)"); in test_readahead()
253 ret = read_testfile(tc, 1, testfile, testfile_size, &read_bytes_ra, in test_readahead()
286 tst_res(TINFO, "read_testfile(0) took: %lli usec", usec); in test_readahead()
287 tst_res(TINFO, "read_testfile(1) took: %lli usec", usec_ra); in test_readahead()
289 tst_res(TINFO, "read_testfile( in test_readahead()
[all...]

Completed in 1 milliseconds