Home
last modified time | relevance | path

Searched refs:act_ping_time (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dsentinel.c148 mstime_t act_ping_time; /* Time at which the last pending ping (no pong member
968 link->act_ping_time = mstime(); in createInstanceLink()
1446 ri->link->act_ping_time = mstime(); in sentinelResetMaster()
2375 link->act_ping_time = 0; /* Flag the pong as received. */ in sentinelPingReplyCallback()
2650 if (ri->link->act_ping_time == 0) in sentinelSendPing()
2651 ri->link->act_ping_time = ri->link->last_ping_time; in sentinelSendPing()
2799 ri->link->act_ping_time ? (mstime() - ri->link->act_ping_time) : 0); in addReplySentinelRedisInstance()
3577 if (ri->link->act_ping_time) in sentinelCheckSubjectivelyDown()
3578 elapsed = mstime() - ri->link->act_ping_time; in sentinelCheckSubjectivelyDown()
3591 ri->link->act_ping_time != 0 && /* There is a pending ping... */ in sentinelCheckSubjectivelyDown()
[all …]