Home
last modified time | relevance | path

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

/drivers/dma/amd/ae4dma/
A Dae4dma-dev.c81 if (!ae4cmd_q->pws) in ae4_destroy_work()
85 destroy_workqueue(ae4cmd_q->pws); in ae4_destroy_work()
139 ae4cmd_q->pws = alloc_ordered_workqueue("ae4dma_%d", WQ_MEM_RECLAIM, ae4cmd_q->id); in ae4_core_init()
140 if (!ae4cmd_q->pws) { in ae4_core_init()
145 queue_delayed_work(ae4cmd_q->pws, &ae4cmd_q->p_work, usecs_to_jiffies(100)); in ae4_core_init()
A Dae4dma.h54 struct workqueue_struct *pws; member

Completed in 7 milliseconds