Searched refs:rtrs_wq (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/infiniband/ulp/rtrs/ |
| H A D | rtrs-clt.c | 47 static struct workqueue_struct *rtrs_wq; variable 316 queue_work(rtrs_wq, &clt_path->err_recovery_work); in rtrs_rdma_error_recovery() 1511 rtrs_wq); in rtrs_clt_err_recovery_work() 1527 queue_delayed_work(rtrs_wq, &clt_path->reconnect_dwork, in alloc_path() 1962 queue_work(rtrs_wq, &clt_path->close_work); in flag_error_on_conn() 2703 queue_work(rtrs_wq, &clt_path->err_recovery_work); in alloc_clt() 2939 queue_delayed_work(rtrs_wq, &clt_path->reconnect_dwork, 0); in rtrs_clt_remove_path_from_sysfs() 3226 rtrs_wq = alloc_workqueue("rtrs_client_wq", 0, 0); 3227 if (!rtrs_wq) { 3237 destroy_workqueue(rtrs_wq); [all...] |
| H A D | rtrs-srv.c | 59 static struct workqueue_struct *rtrs_wq; variable 446 queue_work(rtrs_wq, &srv_path->close_work); in send_io_resp_imm() 707 rtrs_wq); in rtrs_srv_info_rsp_done() 2297 flush_workqueue(rtrs_wq); 2394 rtrs_wq = alloc_workqueue("rtrs_server_wq", 0, 0); 2395 if (!rtrs_wq) { 2410 destroy_workqueue(rtrs_wq);
|