Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/macintosh/
Dwindfarm_core.c59 struct task_struct *wf_thread; variable
129 wf_thread = kthread_run(wf_thread_func, NULL, "kwindfarm"); in wf_start_thread()
130 if (IS_ERR(wf_thread)) { in wf_start_thread()
132 PTR_ERR(wf_thread)); in wf_start_thread()
133 wf_thread = NULL; in wf_start_thread()
140 if (wf_thread) in wf_stop_thread()
141 kthread_stop(wf_thread); in wf_stop_thread()
142 wf_thread = NULL; in wf_stop_thread()