Searched refs:readahead (Results 1 – 13 of 13) sorted by relevance
/aosp12/frameworks/base/startop/scripts/app_startup/ |
H A D | run_app_with_prefetch.py | 51 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 D | run_app_with_prefetch_test.py | 150 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 D | run_app_with_prefetch | 26 -r, --readahead <mode> cold, warm, fadvise, mlock (default 'warm') 29 -s, --sleep <sec> how long to sleep after readahead 70 -r|--readahead)
|
H A D | app_startup_runner.py | 250 if combos.readahead in _TRACING_READAHEADS:
|
/aosp12/frameworks/base/startop/scripts/iorap/ |
H A D | common | 65 adb shell setprop iorapd.readahead.enable true 77 adb shell setprop iorapd.readahead.enable false
|
/aosp12/bionic/libc/include/ |
H A D | fcntl.h | 235 ssize_t readahead(int __fd, off64_t __offset, size_t __length);
|
/aosp12/bionic/tests/ |
H A D | fcntl_test.cpp | 263 TEST(fcntl, readahead) { in TEST() argument 266 ASSERT_EQ(-1, readahead(-1, 0, 123)); in TEST()
|
/aosp12/bionic/docs/ |
H A D | status.md | 223 * `faccessat`, `readahead`, `tgkill`.
|
/aosp12/system/core/init/ |
H A D | builtins.cpp | 923 if (readahead(fd, 0, std::numeric_limits<size_t>::max())) { in readahead_file()
|
H A D | README.md | 611 `readahead <file|dir> [--fully]` 612 > Calls readahead(2) on the file or files within given directory.
|
/aosp12/bionic/libc/ |
H A D | SYSCALLS.TXT | 43 ssize_t readahead(int, off64_t, size_t) all
|
H A D | libc.map.txt | 853 readahead;
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 853 readahead;
|