Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/qcom/
H A Dpdr_interface.c59 struct workqueue_struct *indack_wq; member
342 queue_work(pdr->indack_wq, &pdr->indack_work); in pdr_indication_cb()
682 pdr->indack_wq = alloc_ordered_workqueue("pdr_indack_wq", WQ_HIGHPRI); in pdr_handle_alloc()
683 if (!pdr->indack_wq) { in pdr_handle_alloc()
710 destroy_workqueue(pdr->indack_wq); in pdr_handle_alloc()
745 destroy_workqueue(pdr->indack_wq); in pdr_handle_release()