Home
last modified time | relevance | path

Searched refs:wf_thread (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/macintosh/
H A Dwindfarm_core.c57 static struct task_struct *wf_thread; variable
127 wf_thread = kthread_run(wf_thread_func, NULL, "kwindfarm"); in wf_start_thread()
128 if (IS_ERR(wf_thread)) { in wf_start_thread()
130 PTR_ERR(wf_thread)); in wf_start_thread()
131 wf_thread = NULL; in wf_start_thread()
138 if (wf_thread) in wf_stop_thread()
139 kthread_stop(wf_thread); in wf_stop_thread()
140 wf_thread = NULL; in wf_stop_thread()