Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dzbud.h10 int (*evict)(struct zbud_pool *pool, unsigned long handle); member
H A Dzpool.h18 int (*evict)(struct zpool *pool, unsigned long handle); member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c441 bool force = false, evict = false; in nouveau_bo_pin() local
800 nouveau_bo_move_m2mf(struct ttm_buffer_object *bo, int evict, bool intr, in nouveau_bo_move_m2mf()
907 nouveau_bo_move_flipd(struct ttm_buffer_object *bo, bool evict, bool intr, in nouveau_bo_move_flipd()
949 nouveau_bo_move_flips(struct ttm_buffer_object *bo, bool evict, bool intr, in nouveau_bo_move_flips()
986 nouveau_bo_move_ntfy(struct ttm_buffer_object *bo, bool evict, in nouveau_bo_move_ntfy()
1055 nouveau_bo_move(struct ttm_buffer_object *bo, bool evict, in nouveau_bo_move()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/qxl/
H A Dqxl_ttm.c156 static int qxl_bo_move(struct ttm_buffer_object *bo, bool evict, in qxl_bo_move()
175 bool evict, in qxl_bo_move_notify()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c154 bool evict, bool no_wait_gpu, in radeon_move_blit()
209 bool evict, bool interruptible, in radeon_move_vram_ram()
260 bool evict, bool interruptible, in radeon_move_ram_vram()
298 static int radeon_bo_move(struct ttm_buffer_object *bo, bool evict, in radeon_bo_move()
H A Dradeon_object.c777 bool evict, in radeon_bo_move_notify()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dmmu_rb.h72 int (*evict)(void *ops_arg, struct mmu_rb_node *mnode, member
/OK3568_Linux_fs/kernel/fs/exfat/
H A Dfile.c103 int evict = (ei->dir.dir == DIR_DELETED) ? 1 : 0; in __exfat_truncate() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.c462 bool evict, in amdgpu_move_blit()
521 static int amdgpu_move_vram_ram(struct ttm_buffer_object *bo, bool evict, in amdgpu_move_vram_ram()
582 static int amdgpu_move_ram_vram(struct ttm_buffer_object *bo, bool evict, in amdgpu_move_ram_vram()
654 static int amdgpu_bo_move(struct ttm_buffer_object *bo, bool evict, in amdgpu_bo_move()
H A Damdgpu_object.c1283 bool evict, in amdgpu_bo_move_notify()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_gem_vram_helper.c608 bool evict, in drm_gem_vram_bo_driver_move_notify()
970 bool evict, in bo_driver_move_notify()
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_32_mmu_host.c142 bool evict = false; in kvmppc_mmu_map_page() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c608 bool evict, in ttm_bo_move_accel_cleanup()
H A Dttm_bo.c236 struct ttm_resource *mem, bool evict, in ttm_bo_handle_move_mem()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ttm_buffer.c773 bool evict, in vmw_move_notify()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline_database.cpp834 bool OfflineDatabase::evict(uint64_t neededFreeSize) { in evict() function in mbgl::OfflineDatabase
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dselftest_hangcheck.c1114 struct drm_mm_node evict = arg->vma->node; in evict_vma() local
/OK3568_Linux_fs/kernel/fs/
H A Dinode.c556 static void evict(struct inode *inode) in evict() function
/OK3568_Linux_fs/kernel/mm/
H A Dz3fold.c76 int (*evict)(struct z3fold_pool *pool, unsigned long handle); member