Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/misc/habanalabs/common/
Dirq.c427 queue_work(hdev->eq_wq, &handle_eqe_work->eq_work); in hl_irq_handler_eq()
553 flush_workqueue(hdev->eq_wq); in hl_eq_fini()
Ddevice.c740 hdev->eq_wq = alloc_workqueue("hl-events", WQ_UNBOUND, 0); in device_early_init()
741 if (hdev->eq_wq == NULL) { in device_early_init()
820 destroy_workqueue(hdev->eq_wq); in device_early_init()
860 destroy_workqueue(hdev->eq_wq); in device_early_fini()
1478 flush_workqueue(hdev->eq_wq); in hl_device_reset()
Dhabanalabs.h3233 struct workqueue_struct *eq_wq; member