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

/linux-master/arch/powerpc/kernel/
H A Dtau_6xx.c156 static struct workqueue_struct *tau_workq; variable in typeref:struct:workqueue_struct
163 queue_work(tau_workq, work);
203 tau_workq = alloc_ordered_workqueue("tau", 0);
204 if (!tau_workq)
209 queue_work(tau_workq, &tau_work);

Completed in 206 milliseconds