Searched refs:ROLL_ON_TIME_OR_SIZE (Results 1 – 4 of 4) sorted by relevance
580 diagslog_rolling_enabled == RollingEnabledValues::ROLL_ON_TIME_OR_SIZE) { in should_roll_diagslog()608 diagslog_rolling_enabled == RollingEnabledValues::ROLL_ON_TIME_OR_SIZE) { in should_roll_diagslog()667 outputlog_rolling_enabled == RollingEnabledValues::ROLL_ON_TIME_OR_SIZE) { in should_roll_outputlog()702 outputlog_rolling_enabled == RollingEnabledValues::ROLL_ON_TIME_OR_SIZE) { in should_roll_outputlog()
146 ROLL_ON_TIME_OR_SIZE, enumerator
47 return roll == Log::ROLL_ON_TIME_ONLY || roll == Log::ROLL_ON_TIME_OR_SIZE; in should_roll_on_time()53 return roll == Log::ROLL_ON_SIZE_ONLY || roll == Log::ROLL_ON_TIME_OR_SIZE; in should_roll_on_size()604 if (rolling_enabled == Log::ROLL_ON_TIME_ONLY || rolling_enabled == Log::ROLL_ON_TIME_OR_SIZE || in _setup_rolling()637 if (rolling_enabled == Log::ROLL_ON_SIZE_ONLY || rolling_enabled == Log::ROLL_ON_TIME_OR_SIZE || in _setup_rolling()
78 enum RollingEnabledValues { NO_ROLLING = 0, ROLL_ON_TIME, ROLL_ON_SIZE, ROLL_ON_TIME_OR_SIZE, INVAL… enumerator