Searched refs:ib_nl_wq (Results 1 – 1 of 1) sorted by relevance
160 static struct workqueue_struct *ib_nl_wq; variable890 queue_delayed_work(ib_nl_wq, &ib_nl_timed_work, delay); in ib_nl_make_request()921 mod_delayed_work(ib_nl_wq, &ib_nl_timed_work, 1); in ib_nl_cancel_request()1002 queue_delayed_work(ib_nl_wq, &ib_nl_timed_work, delay); in ib_nl_request_timeout()1075 mod_delayed_work(ib_nl_wq, &ib_nl_timed_work, in ib_nl_handle_set_timeout()2502 ib_nl_wq = alloc_ordered_workqueue("ib_nl_sa_wq", WQ_MEM_RECLAIM); in ib_sa_init()2503 if (!ib_nl_wq) { in ib_sa_init()2523 flush_workqueue(ib_nl_wq); in ib_sa_cleanup()2524 destroy_workqueue(ib_nl_wq); in ib_sa_cleanup()