Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dhfi.h1179 struct workqueue_struct *update_cntr_wq; member
H A Dchip.c12372 if (dd->update_cntr_wq) { in free_cntrs()
12373 destroy_workqueue(dd->update_cntr_wq); in free_cntrs()
12374 dd->update_cntr_wq = NULL; in free_cntrs()
12630 queue_work(dd->update_cntr_wq, &dd->update_cntr_work); in update_synth_timer()
12867 dd->update_cntr_wq = alloc_ordered_workqueue("hfi1_update_cntr_%d", in init_cntrs()
12869 if (!dd->update_cntr_wq) in init_cntrs()