Searched refs:prefetch_work (Results 1 – 2 of 2) sorted by relevance
667 struct hl_prefetch_work *pfw = container_of(work, struct hl_prefetch_work, prefetch_work); in hl_mmu_prefetch_work_function()697 INIT_WORK(&handle_prefetch_work->prefetch_work, hl_mmu_prefetch_work_function); in hl_mmu_prefetch_cache_range()709 queue_work(ctx->hdev->prefetch_wq, &handle_prefetch_work->prefetch_work); in hl_mmu_prefetch_cache_range()
2851 struct work_struct prefetch_work; member