Searched refs:healthy (Results 1 – 2 of 2) sorted by relevance
2640 const bool healthy = (mPreviousBindDelay == 0ms); in needToBind() local2645 << (healthy ? "The DL is healthy/freshly bound, ok to retry for a few times." in needToBind()2649 if (!healthy) { in needToBind()2710 const bool healthy = (bindDelay == 0ms); in bind() local2712 << (healthy ? ", retrying." : ""); in bind()2716 if (healthy) { in bind()
17108 * We expect this to occur only once on a healthy system,