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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/cluster/
H A Dheartbeat.c144 struct delayed_work hr_write_timeout_work; member in struct:o2hb_region
163 hr_write_timeout_work.work);
175 cancel_delayed_work(&reg->hr_write_timeout_work);
177 schedule_delayed_work(&reg->hr_write_timeout_work,
183 cancel_delayed_work(&reg->hr_write_timeout_work);
1308 INIT_DELAYED_WORK(&reg->hr_write_timeout_work, o2hb_write_timeout);

Completed in 91 milliseconds