o2hb_dead_threshold  117 fs/ocfs2/cluster/heartbeat.c unsigned int o2hb_dead_threshold = O2HB_DEFAULT_DEAD_THRESHOLD;
o2hb_dead_threshold  157 fs/ocfs2/cluster/heartbeat.c 			o2hb_dead_threshold = threshold;
o2hb_dead_threshold  729 fs/ocfs2/cluster/heartbeat.c 	hb_block->hb_dead_ms = cpu_to_le32(o2hb_dead_threshold * O2HB_REGION_TIMEOUT_MS);
o2hb_dead_threshold  897 fs/ocfs2/cluster/heartbeat.c 	unsigned int dead_ms = o2hb_dead_threshold * O2HB_REGION_TIMEOUT_MS;
o2hb_dead_threshold 1028 fs/ocfs2/cluster/heartbeat.c 	if (slot->ds_equal_samples >= o2hb_dead_threshold || gen_changed) {
o2hb_dead_threshold 1666 fs/ocfs2/cluster/heartbeat.c 	mlog(ML_HEARTBEAT, "dead threshold = %u\n", o2hb_dead_threshold);
o2hb_dead_threshold 2141 fs/ocfs2/cluster/heartbeat.c 	return sprintf(page, "%u\n", o2hb_dead_threshold);
o2hb_dead_threshold   24 fs/ocfs2/cluster/heartbeat.h extern unsigned int o2hb_dead_threshold;
o2hb_dead_threshold   28 fs/ocfs2/cluster/heartbeat.h #define O2HB_MAX_WRITE_TIMEOUT_MS (O2HB_REGION_TIMEOUT_MS * (o2hb_dead_threshold - 1))
o2hb_dead_threshold   19 fs/ocfs2/cluster/tcp_internal.h #define O2NET_QUORUM_DELAY_MS	((o2hb_dead_threshold + 2) * O2HB_REGION_TIMEOUT_MS)