Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_common/
H A Dadf_gen4_timer.c88 char wqname[32] = { 0 }; in adf_int_timer_init() local
97 sprintf(wqname, "qat_timer_wq_%d", accel_dev->accel_id); in adf_int_timer_init()
99 int_timer->timer_irq_wq = alloc_workqueue(wqname, WQ_MEM_RECLAIM, 1); in adf_int_timer_init()