Searched refs:hb_task (Results 1 – 3 of 3) sorted by relevance
1754 struct task_struct *hb_task; in o2hb_region_dev_store() local1849 hb_task = kthread_run(o2hb_thread, reg, "o2hb-%s", in o2hb_region_dev_store()1851 if (IS_ERR(hb_task)) { in o2hb_region_dev_store()1852 ret = PTR_ERR(hb_task); in o2hb_region_dev_store()1858 reg->hr_task = hb_task; in o2hb_region_dev_store()1881 hb_task = reg->hr_task; in o2hb_region_dev_store()1886 if (hb_task) in o2hb_region_dev_store()1891 if (hb_task && o2hb_global_heartbeat_active()) in o2hb_region_dev_store()2063 struct task_struct *hb_task; in o2hb_heartbeat_group_drop_item() local2069 hb_task = reg->hr_task; in o2hb_heartbeat_group_drop_item()[all …]
915 hb_task.work); in octep_hb_timeout_task()921 queue_delayed_work(octep_wq, &oct->hb_task, in octep_hb_timeout_task()1014 INIT_DELAYED_WORK(&oct->hb_task, octep_hb_timeout_task); in octep_device_setup()1015 queue_delayed_work(octep_wq, &oct->hb_task, in octep_device_setup()1052 cancel_delayed_work_sync(&oct->hb_task); in octep_device_cleanup()
289 struct delayed_work hb_task; member