Home
last modified time | relevance | path

Searched refs:prefetch_work (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/accel/habanalabs/common/mmu/
Dmmu.c667 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()
/linux-6.6.21/drivers/accel/habanalabs/common/
Dhabanalabs.h2851 struct work_struct prefetch_work; member