Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.c194 struct list_head returned_vmas; member
1134 list_for_each_entry_safe(vma, tmp_vma, &op_ctx->returned_vmas, node) { in panthor_vm_cleanup_op_ctx()
1227 INIT_LIST_HEAD(&op_ctx->returned_vmas); in panthor_vm_prepare_map_op_ctx()
1334 INIT_LIST_HEAD(&op_ctx->returned_vmas); in panthor_vm_prepare_unmap_op_ctx()
1382 INIT_LIST_HEAD(&op_ctx->returned_vmas); in panthor_vm_prepare_sync_only_op_ctx()
2006 list_add_tail(&vma->node, &vm->op_ctx->returned_vmas); in panthor_vma_unlink()