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

/linux-4.4.14/drivers/infiniband/core/
H A Dsa_query.c130 static struct delayed_work ib_nl_timed_work; variable in typeref:struct:delayed_work
572 queue_delayed_work(ib_nl_wq, &ib_nl_timed_work, delay); ib_nl_make_request()
603 mod_delayed_work(ib_nl_wq, &ib_nl_timed_work, 1); ib_nl_cancel_request()
684 queue_delayed_work(ib_nl_wq, &ib_nl_timed_work, delay); ib_nl_request_timeout()
756 mod_delayed_work(ib_nl_wq, &ib_nl_timed_work, ib_nl_handle_set_timeout()
1760 INIT_DELAYED_WORK(&ib_nl_timed_work, ib_nl_request_timeout); ib_sa_init()
1776 cancel_delayed_work(&ib_nl_timed_work); ib_sa_cleanup()

Completed in 68 milliseconds