Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/qcom/
H A Dpdr_interface.c58 struct workqueue_struct *notifier_wq; member
212 queue_work(pdr->notifier_wq, &pdr->notifier_work); in pdr_notifier_new_server()
235 queue_work(pdr->notifier_wq, &pdr->notifier_work); in pdr_notifier_del_server()
676 pdr->notifier_wq = create_singlethread_workqueue("pdr_notifier_wq"); in pdr_handle_alloc()
677 if (!pdr->notifier_wq) { in pdr_handle_alloc()
712 destroy_workqueue(pdr->notifier_wq); in pdr_handle_alloc()
744 destroy_workqueue(pdr->notifier_wq); in pdr_handle_release()