Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/kernel/
Dtau_6xx.c159 static struct workqueue_struct *tau_workq; variable
166 queue_work(tau_workq, work); in tau_work_func()
206 tau_workq = alloc_workqueue("tau", WQ_UNBOUND, 1, 0); in TAU_init()
207 if (!tau_workq) in TAU_init()
212 queue_work(tau_workq, &tau_work); in TAU_init()