Searched refs:ib_cpi_work (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | sa_query.c | 95 struct delayed_work ib_cpi_work; member 2105 container_of(work, struct ib_sa_port, ib_cpi_work.work); in update_ib_cpi() 2146 queue_delayed_work(ib_wq, &port->ib_cpi_work, delay); in update_ib_cpi() 2316 &port->ib_cpi_work, delay); in ib_sa_event() 2360 INIT_DELAYED_WORK(&sa_dev->port[i].ib_cpi_work, in ib_sa_add_one() 2410 cancel_delayed_work_sync(&sa_dev->port[i].ib_cpi_work); in ib_sa_remove_one()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | sa_query.c | 95 struct delayed_work ib_cpi_work; member 1935 container_of(work, struct ib_sa_port, ib_cpi_work.work); in update_ib_cpi() 1976 queue_delayed_work(ib_wq, &port->ib_cpi_work, delay); in update_ib_cpi() 2146 &port->ib_cpi_work, delay); in ib_sa_event() 2192 INIT_DELAYED_WORK(&sa_dev->port[i].ib_cpi_work, in ib_sa_add_one() 2242 cancel_delayed_work_sync(&sa_dev->port[i].ib_cpi_work); in ib_sa_remove_one()
|
Completed in 6 milliseconds