Home
last modified time | relevance | path

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

/linux/fs/ocfs2/cluster/ !
H A Dheartbeat.c239 unsigned int hr_timeout_ms; member
1221 * hr_timeout_ms between disk writes. On busy systems in o2hb_thread()
1239 elapsed_msec < reg->hr_timeout_ms) { in o2hb_thread()
1242 msleep_interruptible(reg->hr_timeout_ms - elapsed_msec); in o2hb_thread()
1657 reg->hr_timeout_ms = O2HB_REGION_TIMEOUT_MS; in o2hb_init_region_params()
1663 mlog(ML_HEARTBEAT, "hr_timeout_ms = %u\n", reg->hr_timeout_ms); in o2hb_init_region_params()