Searched defs:maxRetry (Results 1 – 3 of 3) sorted by relevance
/openbmc/estoraged/include/ | ||
H A D | zero.hpp | 63 static constexpr size_t maxRetry = 32; member in estoraged::Zero |
H A D | pattern.hpp | 66 static constexpr size_t maxRetry = 32; member in estoraged::Pattern |
/openbmc/phosphor-logging/ | ||
H A D | util.cpp | 79 constexpr auto maxRetry = 3; in journalSync() local |