Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/kernel/
Dtau_6xx.c156 static struct workqueue_struct *tau_workq; variable
163 queue_work(tau_workq, work); in tau_work_func()
203 tau_workq = alloc_workqueue("tau", WQ_UNBOUND, 1); in TAU_init()
204 if (!tau_workq) in TAU_init()
209 queue_work(tau_workq, &tau_work); in TAU_init()