Searched refs:s_readahead_allowed (Results 1 – 1 of 1) sorted by relevance
69 static std::atomic<bool> s_readahead_allowed{false}; variable202 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()