Searched refs:m_checkTime (Results 1 – 3 of 3) sorted by relevance
1194 if ((link->m_checkTime > t) || (t - 2000000 > link->m_checkTime)) in notify()1195 link->m_checkTime = t; in notify()1280 if (l2 && l2->m_checkTime && (l2->m_checkTime < when) && l2->operational()) { in timerTick()1281 l2->m_checkTime = 0; in timerTick()1309 if (l2->m_checkTime || !l2->operational()) in timerTick()1311 l2->m_checkTime = check ? when + check : 0; in timerTick()1370 if ((l2->m_checkTime > t + m_checkT1) || (t - 4000000 > l2->m_checkTime)) in linkChecked()1371 l2->m_checkTime = t; in linkChecked()1376 l2->m_checkTime = m_checkT2 ? Time::now() + m_checkT2 : 0; in linkChecked()
5863 m_checkTime(0), m_checkFail(0), m_inhibited(Unchecked), m_lastUp(0), in SS7Layer2()5940 u_int64_t m_checkTime; variable
780 unsigned int m_checkTime; member in __anonb192e1ea0111::CallMonitor3270 m_checkTime(3600), in CallMonitor()3279 m_notifTime = Time::secNow() + m_checkTime; in CallMonitor()3298 m_notifTime = Time::secNow() + m_checkTime; in run()3329 m_checkTime = sect ? sect->getIntValue("time_interval",3600) : 3600; in setConfigure()3336 if (m_notifTime > Time::secNow() + m_checkTime) in setConfigure()3337 m_notifTime = Time::secNow() + m_checkTime; in setConfigure()