Searched refs:ib_nl_timed_work (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | sa_query.c | 161 static struct delayed_work ib_nl_timed_work; variable 886 queue_delayed_work(ib_nl_wq, &ib_nl_timed_work, delay); in ib_nl_make_request() 908 mod_delayed_work(ib_nl_wq, &ib_nl_timed_work, 1); in ib_nl_cancel_request() 989 queue_delayed_work(ib_nl_wq, &ib_nl_timed_work, delay); in ib_nl_request_timeout() 1062 mod_delayed_work(ib_nl_wq, &ib_nl_timed_work, in ib_nl_handle_set_timeout() 2447 INIT_DELAYED_WORK(&ib_nl_timed_work, ib_nl_request_timeout); in ib_sa_init() 2461 cancel_delayed_work(&ib_nl_timed_work); in ib_sa_cleanup()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | sa_query.c | 157 static struct delayed_work ib_nl_timed_work; variable 836 queue_delayed_work(ib_nl_wq, &ib_nl_timed_work, delay); in ib_nl_make_request() 858 mod_delayed_work(ib_nl_wq, &ib_nl_timed_work, 1); in ib_nl_cancel_request() 966 queue_delayed_work(ib_nl_wq, &ib_nl_timed_work, delay); in ib_nl_request_timeout() 1039 mod_delayed_work(ib_nl_wq, &ib_nl_timed_work, in ib_nl_handle_set_timeout() 2279 INIT_DELAYED_WORK(&ib_nl_timed_work, ib_nl_request_timeout); in ib_sa_init() 2293 cancel_delayed_work(&ib_nl_timed_work); in ib_sa_cleanup()
|
Completed in 6 milliseconds