Home
last modified time | relevance | path

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

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