Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/misc/habanalabs/common/
Ddevice.c763 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()
Dhabanalabs.h3236 struct workqueue_struct *pf_wq; member
/Linux-v6.1/drivers/misc/habanalabs/common/mmu/
Dmmu.c744 queue_work(ctx->hdev->pf_wq, &handle_pf_work->pf_work); in hl_mmu_prefetch_cache_range()