Searched refs:ap_work_queue (Results 1 – 1 of 1) sorted by relevance
97 static struct workqueue_struct *ap_work_queue; variable829 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()[all …]