Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dzpool.h18 int (*evict)(struct zpool *pool, unsigned long handle); member
/Linux-v5.15/drivers/infiniband/hw/hfi1/
Dmmu_rb.h31 int (*evict)(void *ops_arg, struct mmu_rb_node *mnode, member
/Linux-v5.15/drivers/gpu/drm/msm/
Dmsm_gem_shrinker.c53 evict(struct msm_gem_object *msm_obj) in evict() function
/Linux-v5.15/drivers/gpu/drm/qxl/
Dqxl_ttm.c139 static int qxl_bo_move(struct ttm_buffer_object *bo, bool evict, in qxl_bo_move()
/Linux-v5.15/drivers/gpu/drm/nouveau/
Dnouveau_bo.c423 bool force = false, evict = false; in nouveau_bo_pin() local
793 nouveau_bo_move_m2mf(struct ttm_buffer_object *bo, int evict, in nouveau_bo_move_m2mf()
969 nouveau_bo_move(struct ttm_buffer_object *bo, bool evict, in nouveau_bo_move()
/Linux-v5.15/drivers/gpu/drm/
Ddrm_gem_vram_helper.c574 bool evict, in drm_gem_vram_bo_driver_move()
907 bool evict, in bo_driver_move()
/Linux-v5.15/drivers/gpu/drm/radeon/
Dradeon_ttm.c140 bool evict, in radeon_move_blit()
194 static int radeon_bo_move(struct ttm_buffer_object *bo, bool evict, in radeon_bo_move()
/Linux-v5.15/fs/exfat/
Dfile.c104 int evict = (ei->dir.dir == DIR_DELETED) ? 1 : 0; in __exfat_truncate() local
/Linux-v5.15/arch/powerpc/kvm/
Dbook3s_32_mmu_host.c142 bool evict = false; in kvmppc_mmu_map_page() local
/Linux-v5.15/drivers/gpu/drm/ttm/
Dttm_bo_util.c547 bool evict, in ttm_bo_move_accel_cleanup()
Dttm_bo.c165 struct ttm_resource *mem, bool evict, in ttm_bo_handle_move_mem()
/Linux-v5.15/mm/
Dzbud.c78 int (*evict)(struct zbud_pool *pool, unsigned long handle); member
Dz3fold.c76 int (*evict)(struct z3fold_pool *pool, unsigned long handle); member
/Linux-v5.15/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_buffer.c678 bool evict, in vmw_move()
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ttm.c375 bool evict, in amdgpu_move_blit()
460 static int amdgpu_bo_move(struct ttm_buffer_object *bo, bool evict, in amdgpu_bo_move()
Damdgpu_object.c1264 bool evict, in amdgpu_bo_move_notify()
/Linux-v5.15/drivers/gpu/drm/i915/gem/
Di915_gem_ttm.c488 static int i915_ttm_move(struct ttm_buffer_object *bo, bool evict, in i915_ttm_move()
/Linux-v5.15/drivers/gpu/drm/i915/gt/
Dselftest_hangcheck.c1375 struct drm_mm_node evict = arg->vma->node; in evict_vma() local
/Linux-v5.15/fs/
Dinode.c567 static void evict(struct inode *inode) in evict() function