Searched refs:current_log (Results 1 – 1 of 1) sorted by relevance
690 auto current_log = GetLogNumber(); in OldestLogToKeep() local698 if (imm_prep_log > 0 && imm_prep_log < current_log) { in OldestLogToKeep()699 current_log = imm_prep_log; in OldestLogToKeep()702 if (mem_prep_log > 0 && mem_prep_log < current_log) { in OldestLogToKeep()703 current_log = mem_prep_log; in OldestLogToKeep()707 return current_log; in OldestLogToKeep()