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

/fs/ocfs2/cluster/
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;
608 hb_block->hb_dead_ms = cpu_to_le32(o2hb_dead_threshold * O2HB_REGION_TIMEOUT_MS);
776 unsigned int dead_ms = o2hb_dead_threshold * O2HB_REGION_TIMEOUT_MS;
907 if (slot->ds_equal_samples >= o2hb_dead_threshold || gen_changed) {
1610 mlog(ML_HEARTBEAT, "dead threshold = %u\n", o2hb_dead_threshold);
2206 return sprintf(page, "%u\n", o2hb_dead_threshold);

Completed in 154 milliseconds