hb_task 1766 fs/ocfs2/cluster/heartbeat.c struct task_struct *hb_task; hb_task 1867 fs/ocfs2/cluster/heartbeat.c hb_task = kthread_run(o2hb_thread, reg, "o2hb-%s", hb_task 1869 fs/ocfs2/cluster/heartbeat.c if (IS_ERR(hb_task)) { hb_task 1870 fs/ocfs2/cluster/heartbeat.c ret = PTR_ERR(hb_task); hb_task 1876 fs/ocfs2/cluster/heartbeat.c reg->hr_task = hb_task; hb_task 1899 fs/ocfs2/cluster/heartbeat.c hb_task = reg->hr_task; hb_task 1904 fs/ocfs2/cluster/heartbeat.c if (hb_task) hb_task 1909 fs/ocfs2/cluster/heartbeat.c if (hb_task && o2hb_global_heartbeat_active()) hb_task 2078 fs/ocfs2/cluster/heartbeat.c struct task_struct *hb_task; hb_task 2084 fs/ocfs2/cluster/heartbeat.c hb_task = reg->hr_task; hb_task 2089 fs/ocfs2/cluster/heartbeat.c if (hb_task) hb_task 2090 fs/ocfs2/cluster/heartbeat.c kthread_stop(hb_task);