Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/core/
Dsa_query.c161 static struct delayed_work ib_nl_timed_work; variable
890 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()
2508 INIT_DELAYED_WORK(&ib_nl_timed_work, ib_nl_request_timeout); in ib_sa_init()
2522 cancel_delayed_work(&ib_nl_timed_work); in ib_sa_cleanup()