Home | History | Annotate | Download | only in readahead

Lines Matching refs:testfile

54 static const char testfile[] = "testfile";
74 printf(" -s x testfile size (default 64MB)\n");
170 f = fopen(testfile, "w");
174 testfile);
181 testfile);
190 /* read_testfile - mmap testfile and read every page.
294 read_testfile(0, testfile, testfile_size, &read_bytes, &usec, &cached);
302 read_testfile(0, testfile, testfile_size, &read_bytes, &usec, &cached);
312 read_testfile(1, testfile, testfile_size, &read_bytes_ra,
350 "to hold whole testfile.");
390 unlink(testfile);