Home
last modified time | relevance | path

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

/linux-3.3/drivers/s390/crypto/
Dap_bus.c95 static struct workqueue_struct *ap_work_queue; variable
740 if (ap_work_queue != NULL) { in ap_bus_suspend()
741 destroy_workqueue(ap_work_queue); in ap_bus_suspend()
742 ap_work_queue = NULL; in ap_bus_suspend()
780 ap_work_queue = create_singlethread_workqueue("kapwork"); in ap_bus_resume()
781 if (!ap_work_queue) in ap_bus_resume()
797 queue_work(ap_work_queue, &ap_config_work); in ap_bus_resume()
1268 queue_work(ap_work_queue, &ap_config_work); in ap_config_timeout()
1774 ap_work_queue = create_singlethread_workqueue("kapwork"); in ap_module_init()
1775 if (!ap_work_queue) { in ap_module_init()
[all …]