Searched refs:wf_thread (Results 1 – 1 of 1) sorted by relevance
60 struct task_struct *wf_thread; variable131 wf_thread = kthread_run(wf_thread_func, NULL, "kwindfarm"); in wf_start_thread()132 if (IS_ERR(wf_thread)) { in wf_start_thread()134 PTR_ERR(wf_thread)); in wf_start_thread()135 wf_thread = NULL; in wf_start_thread()142 if (wf_thread) in wf_stop_thread()143 kthread_stop(wf_thread); in wf_stop_thread()144 wf_thread = NULL; in wf_stop_thread()