Home
last modified time | relevance | path

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

/aosp12/system/iorap/src/manager/
H A Devent_manager.cc69 static std::atomic<bool> s_readahead_allowed{false}; variable
202 allowed_readahead_ = s_readahead_allowed; in OnNewEvent()
1235 s_readahead_allowed = readahead_allowed_; in RefreshSystemProperties()
1236 printer.printFormatLine("iorapd.readahead.enable = %s", s_readahead_allowed ? "true" : "false"); in RefreshSystemProperties()