Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/ulp/srp/
H A Dib_srp.c156 static struct workqueue_struct *srp_remove_wq; variable
937 queue_work(srp_remove_wq, &target->remove_work); in srp_queue_remove_work()
4083 flush_workqueue(srp_remove_wq); in srp_remove_one()
4141 srp_remove_wq = create_workqueue("srp_remove"); in srp_init_module()
4142 if (!srp_remove_wq) { in srp_init_module()
4178 destroy_workqueue(srp_remove_wq); in srp_init_module()
4188 destroy_workqueue(srp_remove_wq); in srp_cleanup_module()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srp/
H A Dib_srp.c151 static struct workqueue_struct *srp_remove_wq; variable
932 queue_work(srp_remove_wq, &target->remove_work); in srp_queue_remove_work()
4108 flush_workqueue(srp_remove_wq); in srp_remove_one()
4169 srp_remove_wq = create_workqueue("srp_remove"); in srp_init_module()
4170 if (!srp_remove_wq) { in srp_init_module()
4206 destroy_workqueue(srp_remove_wq); in srp_init_module()
4216 destroy_workqueue(srp_remove_wq); in srp_cleanup_module()

Completed in 10 milliseconds