Searched refs:usable (Results 1 – 4 of 4) sorted by relevance
2863 int usable = 1; /* Number of usable Sentinels. Init to 1 to count myself. */ in sentinelIsQuorumReachable() local2872 usable++; in sentinelIsQuorumReachable()2876 if (usable < (int)master->quorum) result |= SENTINEL_ISQR_NOQUORUM; in sentinelIsQuorumReachable()2877 if (usable < voters/2+1) result |= SENTINEL_ISQR_NOAUTH; in sentinelIsQuorumReachable()2878 if (usableptr) *usableptr = usable; in sentinelIsQuorumReachable()3073 int usable; in sentinelCommand() local3078 int result = sentinelIsQuorumReachable(ri,&usable); in sentinelCommand()3082 "can be reached\r\n",usable)); in sentinelCommand()3085 "-NOQUORUM %i usable Sentinels. ",usable); in sentinelCommand()
662 * Compute usable size that would result from allocating an object with the676 * Compute usable size that would result from allocating an object with the
282 - Add a configure test for SSE2 rather than assuming it is usable on i686325 - Don't junk-fill reallocations unless usable size changes. This fixes a715 - Enhance the heap profiler to trigger samples based on usable size, rather
497 test {Timedout script link is still usable after Lua returns} {