Home
last modified time | relevance | path

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

/linux-6.15/drivers/accel/habanalabs/common/mmu/
H A Dmmu.c674 struct hl_prefetch_work *pfw = container_of(work, struct hl_prefetch_work, prefetch_work); in hl_mmu_prefetch_work_function()
704 INIT_WORK(&handle_prefetch_work->prefetch_work, hl_mmu_prefetch_work_function); in hl_mmu_prefetch_cache_range()
716 queue_work(ctx->hdev->prefetch_wq, &handle_prefetch_work->prefetch_work); in hl_mmu_prefetch_cache_range()
/linux-6.15/drivers/accel/habanalabs/common/
H A Dhabanalabs.h2924 struct work_struct prefetch_work; member