Home
last modified time | relevance | path

Searched refs:readahead (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/base/startop/scripts/app_startup/
H A Drun_app_with_prefetch.py51 readahead: str,
66 self.readahead = readahead
94 if self.readahead != 'warm':
99 if self.readahead != 'warm' and self.readahead != 'cold':
117 if self.readahead != 'warm' and self.readahead != 'cold':
153 needs_trace_file = self.readahead != 'cold' and self.readahead != 'warm'
H A Drun_app_with_prefetch_test.py150 assert parse_optional_args('-r warm') == mad(readahead='warm')
151 assert parse_optional_args('--readahead warm') == mad(readahead='warm')
174 readahead='warm',
199 readahead='cold',
227 readahead='fadvise',
261 readahead='fadvise',
H A Drun_app_with_prefetch26 -r, --readahead <mode> cold, warm, fadvise, mlock (default 'warm')
29 -s, --sleep <sec> how long to sleep after readahead
70 -r|--readahead)
H A Dapp_startup_runner.py250 if combos.readahead in _TRACING_READAHEADS:
/aosp12/frameworks/base/startop/scripts/iorap/
H A Dcommon65 adb shell setprop iorapd.readahead.enable true
77 adb shell setprop iorapd.readahead.enable false
/aosp12/bionic/libc/include/
H A Dfcntl.h235 ssize_t readahead(int __fd, off64_t __offset, size_t __length);
/aosp12/bionic/tests/
H A Dfcntl_test.cpp263 TEST(fcntl, readahead) { in TEST() argument
266 ASSERT_EQ(-1, readahead(-1, 0, 123)); in TEST()
/aosp12/bionic/docs/
H A Dstatus.md223 * `faccessat`, `readahead`, `tgkill`.
/aosp12/system/core/init/
H A Dbuiltins.cpp923 if (readahead(fd, 0, std::numeric_limits<size_t>::max())) { in readahead_file()
H A DREADME.md611 `readahead <file|dir> [--fully]`
612 > Calls readahead(2) on the file or files within given directory.
/aosp12/bionic/libc/
H A DSYSCALLS.TXT43 ssize_t readahead(int, off64_t, size_t) all
H A Dlibc.map.txt853 readahead;
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt853 readahead;