Searched refs:pf_wq (Results 1 – 3 of 3) sorted by relevance
763 hdev->pf_wq = alloc_workqueue("hl-prefetch", WQ_UNBOUND, 0); in device_early_init()764 if (!hdev->pf_wq) { in device_early_init()814 destroy_workqueue(hdev->pf_wq); in device_early_init()857 destroy_workqueue(hdev->pf_wq); in device_early_fini()1056 flush_workqueue(hdev->pf_wq); in cleanup_resources()
3236 struct workqueue_struct *pf_wq; member
744 queue_work(ctx->hdev->pf_wq, &handle_pf_work->pf_work); in hl_mmu_prefetch_cache_range()