Searched refs:pws (Results 1 – 2 of 2) sorted by relevance
81 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()
54 struct workqueue_struct *pws; member
Completed in 7 milliseconds