Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/infiniband/ulp/isert/
Dib_isert.c45 static struct workqueue_struct *isert_login_wq; variable
1024 queue_delayed_work(isert_login_wq, &conn->login_work, 0); in isert_rx_login_req()
2619 isert_login_wq = alloc_workqueue("isert_login_wq", 0, 0); in isert_init()
2620 if (!isert_login_wq) { in isert_init()
2647 destroy_workqueue(isert_login_wq); in isert_init()
2654 flush_workqueue(isert_login_wq); in isert_exit()
2659 destroy_workqueue(isert_login_wq); in isert_exit()