Searched refs:o2hb_dead_threshold (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/fs/ocfs2/cluster/
H A Dheartbeat.h39 extern unsigned int o2hb_dead_threshold;
43 #define O2HB_MAX_WRITE_TIMEOUT_MS (O2HB_REGION_TIMEOUT_MS * (o2hb_dead_threshold - 1))
H A Dheartbeat.c135 unsigned int o2hb_dead_threshold = O2HB_DEFAULT_DEAD_THRESHOLD; variable
168 * o2hb_dead_threshold as it can't change once regions are active and
175 o2hb_dead_threshold = threshold; o2hb_dead_threshold_set()
608 hb_block->hb_dead_ms = cpu_to_le32(o2hb_dead_threshold * O2HB_REGION_TIMEOUT_MS); o2hb_prepare_block()
776 unsigned int dead_ms = o2hb_dead_threshold * O2HB_REGION_TIMEOUT_MS; o2hb_check_slot()
907 if (slot->ds_equal_samples >= o2hb_dead_threshold || gen_changed) { o2hb_check_slot()
1610 mlog(ML_HEARTBEAT, "dead threshold = %u\n", o2hb_dead_threshold); o2hb_init_region_params()
2206 return sprintf(page, "%u\n", o2hb_dead_threshold); o2hb_heartbeat_group_threshold_show()
H A Dtcp_internal.h33 #define O2NET_QUORUM_DELAY_MS ((o2hb_dead_threshold + 2) * O2HB_REGION_TIMEOUT_MS)

Completed in 91 milliseconds