Home
last modified time | relevance | path

Searched defs:evict (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.4/include/linux/
Dzbud.h10 int (*evict)(struct zbud_pool *pool, unsigned long handle); member
Dzpool.h18 int (*evict)(struct zpool *pool, unsigned long handle); member
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dmmu_rb.h70 int (*evict)(void *ops_arg, struct mmu_rb_node *mnode, member
/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_ttm.c202 bool evict, bool no_wait_gpu, in radeon_move_blit()
257 bool evict, bool interruptible, in radeon_move_vram_ram()
302 bool evict, bool interruptible, in radeon_move_ram_vram()
339 static int radeon_bo_move(struct ttm_buffer_object *bo, bool evict, in radeon_bo_move()
Dradeon_object.c777 bool evict, in radeon_bo_move_notify()
/Linux-v5.4/drivers/gpu/drm/qxl/
Dqxl_ttm.c272 static int qxl_bo_move(struct ttm_buffer_object *bo, bool evict, in qxl_bo_move()
291 bool evict, in qxl_bo_move_notify()
/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_bo.c412 bool force = false, evict = false; in nouveau_bo_pin() local
1124 nouveau_bo_move_m2mf(struct ttm_buffer_object *bo, int evict, bool intr, in nouveau_bo_move_m2mf()
1231 nouveau_bo_move_flipd(struct ttm_buffer_object *bo, bool evict, bool intr, in nouveau_bo_move_flipd()
1268 nouveau_bo_move_flips(struct ttm_buffer_object *bo, bool evict, bool intr, in nouveau_bo_move_flips()
1304 nouveau_bo_move_ntfy(struct ttm_buffer_object *bo, bool evict, in nouveau_bo_move_ntfy()
1363 nouveau_bo_move(struct ttm_buffer_object *bo, bool evict, in nouveau_bo_move()
/Linux-v5.4/drivers/gpu/drm/ttm/
Dttm_bo_util.c683 bool evict, in ttm_bo_move_accel_cleanup()
744 struct dma_fence *fence, bool evict, in ttm_bo_pipeline_move()
Dttm_bo.c321 struct ttm_mem_reg *mem, bool evict, in ttm_bo_handle_move_mem()
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ttm.c425 bool evict, bool no_wait_gpu, in amdgpu_move_blit()
483 static int amdgpu_move_vram_ram(struct ttm_buffer_object *bo, bool evict, in amdgpu_move_vram_ram()
542 static int amdgpu_move_ram_vram(struct ttm_buffer_object *bo, bool evict, in amdgpu_move_ram_vram()
616 static int amdgpu_bo_move(struct ttm_buffer_object *bo, bool evict, in amdgpu_bo_move()
Damdgpu_object.c1195 bool evict, in amdgpu_bo_move_notify()
/Linux-v5.4/arch/powerpc/kvm/
Dbook3s_32_mmu_host.c142 bool evict = false; in kvmppc_mmu_map_page() local
/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_buffer.c845 bool evict, in vmw_move_notify()
/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dselftest_hangcheck.c1131 struct drm_mm_node evict = arg->vma->node; in evict_vma() local
/Linux-v5.4/mm/
Dz3fold.c75 int (*evict)(struct z3fold_pool *pool, unsigned long handle); member
/Linux-v5.4/fs/
Dinode.c553 static void evict(struct inode *inode) in evict() function