Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dsentinel.c2077 (master->flags & (SRI_S_DOWN|SRI_O_DOWN)) == 0 && in sentinelMasterLooksSane()
2380 (ri->flags & SRI_S_DOWN) && in sentinelPingReplyCallback()
2810 if (ri->flags & SRI_S_DOWN) { in addReplySentinelRedisInstance()
3626 if ((ri->flags & SRI_S_DOWN) == 0) { in sentinelCheckSubjectivelyDown()
3629 ri->flags |= SRI_S_DOWN; in sentinelCheckSubjectivelyDown()
3633 if (ri->flags & SRI_S_DOWN) { in sentinelCheckSubjectivelyDown()
3651 if (master->flags & SRI_S_DOWN) { in sentinelCheckObjectivelyDown()
3749 if ((master->flags & SRI_S_DOWN) == 0) continue; in sentinelAskMasterStateToOtherSentinels()
4101 if (master->flags & SRI_S_DOWN) in sentinelSelectSlave()
4118 if (master->flags & SRI_S_DOWN) in sentinelSelectSlave()
[all …]