Searched refs:hb_task (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.c1231 struct task_struct *hb_task; local
1317 hb_task = kthread_run(o2hb_thread, reg, "o2hb-%s",
1319 if (IS_ERR(hb_task)) {
1320 ret = PTR_ERR(hb_task);
1326 reg->hr_task = hb_task;
1333 hb_task = reg->hr_task;
1337 if (hb_task)
1338 kthread_stop(hb_task);
1508 struct task_struct *hb_task; local
1513 hb_task
[all...]

Completed in 36 milliseconds