Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/ulp/srp/
Dib_srp.c140 static struct workqueue_struct *srp_remove_wq; variable
808 queue_work(srp_remove_wq, &target->remove_work); in srp_queue_remove_work()
3563 flush_workqueue(srp_remove_wq); in srp_remove_one()
3614 srp_remove_wq = create_workqueue("srp_remove"); in srp_init_module()
3615 if (!srp_remove_wq) { in srp_init_module()
3651 destroy_workqueue(srp_remove_wq); in srp_init_module()
3661 destroy_workqueue(srp_remove_wq); in srp_cleanup_module()