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

/linux-4.1.27/fs/ocfs2/cluster/
H A Dheartbeat.c265 unsigned int hr_timeout_ms; member in struct:o2hb_region
1119 * hr_timeout_ms between disk writes. On busy systems o2hb_thread()
1136 elapsed_msec < reg->hr_timeout_ms) { o2hb_thread()
1139 msleep_interruptible(reg->hr_timeout_ms - elapsed_msec); o2hb_thread()
1603 reg->hr_timeout_ms = O2HB_REGION_TIMEOUT_MS; o2hb_init_region_params()
1609 mlog(ML_HEARTBEAT, "hr_timeout_ms = %u\n", reg->hr_timeout_ms); o2hb_init_region_params()

Completed in 51 milliseconds