Searched refs:o2hb_dead_threshold (Results 1 – 3 of 3) sorted by relevance
22 extern unsigned int o2hb_dead_threshold;26 #define O2HB_MAX_WRITE_TIMEOUT_MS (O2HB_REGION_TIMEOUT_MS * (o2hb_dead_threshold - 1))
17 #define O2NET_QUORUM_DELAY_MS ((o2hb_dead_threshold + 2) * O2HB_REGION_TIMEOUT_MS)
113 unsigned int o2hb_dead_threshold = O2HB_DEFAULT_DEAD_THRESHOLD; variable153 o2hb_dead_threshold = threshold; in o2hb_dead_threshold_set()725 hb_block->hb_dead_ms = cpu_to_le32(o2hb_dead_threshold * O2HB_REGION_TIMEOUT_MS); in o2hb_prepare_block()893 unsigned int dead_ms = o2hb_dead_threshold * O2HB_REGION_TIMEOUT_MS; in o2hb_check_slot()1024 if (slot->ds_equal_samples >= o2hb_dead_threshold || gen_changed) { in o2hb_check_slot()1661 mlog(ML_HEARTBEAT, "dead threshold = %u\n", o2hb_dead_threshold); in o2hb_init_region_params()2134 return sprintf(page, "%u\n", o2hb_dead_threshold); in o2hb_heartbeat_group_dead_threshold_show()
Completed in 9 milliseconds