Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/crypto/
Dap_bus.c97 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()
[all …]