Home
last modified time | relevance | path

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

/fs/ocfs2/cluster/
Dheartbeat.h39 extern unsigned int o2hb_dead_threshold;
43 #define O2HB_MAX_WRITE_TIMEOUT_MS (O2HB_REGION_TIMEOUT_MS * (o2hb_dead_threshold - 1))
Dtcp_internal.h33 #define O2NET_QUORUM_DELAY_MS ((o2hb_dead_threshold + 2) * O2HB_REGION_TIMEOUT_MS)
Dheartbeat.c135 unsigned int o2hb_dead_threshold = O2HB_DEFAULT_DEAD_THRESHOLD; variable
175 o2hb_dead_threshold = threshold; in o2hb_dead_threshold_set()
608 hb_block->hb_dead_ms = cpu_to_le32(o2hb_dead_threshold * O2HB_REGION_TIMEOUT_MS); in o2hb_prepare_block()
776 unsigned int dead_ms = o2hb_dead_threshold * O2HB_REGION_TIMEOUT_MS; in o2hb_check_slot()
907 if (slot->ds_equal_samples >= o2hb_dead_threshold || gen_changed) { in o2hb_check_slot()
1586 mlog(ML_HEARTBEAT, "dead threshold = %u\n", o2hb_dead_threshold); in o2hb_init_region_params()
2076 return sprintf(page, "%u\n", o2hb_dead_threshold); in o2hb_heartbeat_group_dead_threshold_show()