Searched refs:handle_pf_work (Results 1 – 1 of 1) sorted by relevance
726 struct hl_prefetch_work *handle_pf_work; in hl_mmu_prefetch_cache_range() local728 handle_pf_work = kmalloc(sizeof(*handle_pf_work), GFP_KERNEL); in hl_mmu_prefetch_cache_range()729 if (!handle_pf_work) in hl_mmu_prefetch_cache_range()732 INIT_WORK(&handle_pf_work->pf_work, hl_mmu_prefetch_work_function); in hl_mmu_prefetch_cache_range()733 handle_pf_work->ctx = ctx; in hl_mmu_prefetch_cache_range()734 handle_pf_work->va = va; in hl_mmu_prefetch_cache_range()735 handle_pf_work->size = size; in hl_mmu_prefetch_cache_range()736 handle_pf_work->flags = flags; in hl_mmu_prefetch_cache_range()737 handle_pf_work->asid = asid; in hl_mmu_prefetch_cache_range()744 queue_work(ctx->hdev->pf_wq, &handle_pf_work->pf_work); in hl_mmu_prefetch_cache_range()