Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_common/
H A Dadf_gen4_timer.c73 queue_work(int_timer->timer_irq_wq, in timer_handler()
99 int_timer->timer_irq_wq = alloc_workqueue(wqname, WQ_MEM_RECLAIM, 1); in adf_int_timer_init()
101 if (!int_timer->timer_irq_wq) { in adf_int_timer_init()
125 if (accel_dev->int_timer->timer_irq_wq) { in adf_int_timer_exit()
126 flush_workqueue(accel_dev->int_timer->timer_irq_wq); in adf_int_timer_exit()
127 destroy_workqueue(accel_dev->int_timer->timer_irq_wq); in adf_int_timer_exit()
/freebsd/sys/dev/qat/include/common/
H A Dadf_accel_devices.h646 struct workqueue_struct *timer_irq_wq; member