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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dwindfarm_core.c60 struct task_struct *wf_thread; variable in typeref:struct:task_struct
131 wf_thread = kthread_run(wf_thread_func, NULL, "kwindfarm");
132 if (IS_ERR(wf_thread)) {
134 PTR_ERR(wf_thread));
135 wf_thread = NULL;
142 if (wf_thread)
143 kthread_stop(wf_thread);
144 wf_thread = NULL;

Completed in 35 milliseconds