Lines Matching refs:ap_work_queue
97 static struct workqueue_struct *ap_work_queue; variable
829 if (ap_work_queue != NULL) { in ap_bus_suspend()
830 destroy_workqueue(ap_work_queue); in ap_bus_suspend()
831 ap_work_queue = NULL; in ap_bus_suspend()
879 ap_work_queue = create_singlethread_workqueue("kapwork"); in ap_bus_resume()
880 if (!ap_work_queue) in ap_bus_resume()
899 queue_work(ap_work_queue, &ap_config_work); in ap_bus_resume()
1006 queue_work(ap_work_queue, &ap_config_work); in ap_bus_force_rescan()
1517 queue_work(ap_work_queue, &ap_config_work); in ap_config_timeout()
2025 ap_work_queue = create_singlethread_workqueue("kapwork"); in ap_module_init()
2026 if (!ap_work_queue) { in ap_module_init()
2063 destroy_workqueue(ap_work_queue); in ap_module_init()
2096 destroy_workqueue(ap_work_queue); in ap_module_exit()