Searched refs:IsReadAheadEnabled (Results 1 – 3 of 3) sorted by relevance
34 inline bool IsReadAheadEnabled(const std::string& default_value) { in IsReadAheadEnabled() function
36 bool readahead_allowed = iorap::common::IsReadAheadEnabled(/*default_value*/"false"); in main()
1234 readahead_allowed_ = common::IsReadAheadEnabled(/*default_value=*/"false"); in RefreshSystemProperties()