| /OK3568_Linux_fs/kernel/mm/ |
| H A D | zbud.c | 131 if (pool->zpool && pool->zpool_ops && pool->zpool_ops->evict) in zbud_zpool_evict() 132 return pool->zpool_ops->evict(pool->zpool, handle); in zbud_zpool_evict() 138 .evict = zbud_zpool_evict 508 if (!pool->ops || !pool->ops->evict || list_empty(&pool->lru) || in zbud_reclaim_page() 533 ret = pool->ops->evict(pool, first_handle); in zbud_reclaim_page() 538 ret = pool->ops->evict(pool, last_handle); in zbud_reclaim_page()
|
| H A D | z3fold.c | 76 int (*evict)(struct z3fold_pool *pool, unsigned long handle); member 1341 if (!pool->ops || !pool->ops->evict || retries == 0) { in z3fold_reclaim_page() 1439 ret = pool->ops->evict(pool, middle_handle); in z3fold_reclaim_page() 1444 ret = pool->ops->evict(pool, first_handle); in z3fold_reclaim_page() 1449 ret = pool->ops->evict(pool, last_handle); in z3fold_reclaim_page() 1717 if (pool->zpool && pool->zpool_ops && pool->zpool_ops->evict) in z3fold_zpool_evict() 1718 return pool->zpool_ops->evict(pool->zpool, handle); in z3fold_zpool_evict() 1724 .evict = z3fold_zpool_evict
|
| H A D | zpool.c | 185 zpool->evictable = driver->shrink && ops && ops->evict; in zpool_create_pool()
|
| /OK3568_Linux_fs/buildroot/package/vmtouch/ |
| H A D | Config.in | 8 to cache or evict some files or regions of files, lock 9 files into memory so the OS won't evict them, and more.
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_bo.c | 441 bool force = false, evict = false; in nouveau_bo_pin() local 453 evict = true; in nouveau_bo_pin() 458 bool error = evict; in nouveau_bo_pin() 480 if (evict) { in nouveau_bo_pin() 800 nouveau_bo_move_m2mf(struct ttm_buffer_object *bo, int evict, bool intr, in nouveau_bo_move_m2mf() argument 828 evict, false, in nouveau_bo_move_m2mf() 907 nouveau_bo_move_flipd(struct ttm_buffer_object *bo, bool evict, bool intr, in nouveau_bo_move_flipd() argument 949 nouveau_bo_move_flips(struct ttm_buffer_object *bo, bool evict, bool intr, in nouveau_bo_move_flips() argument 986 nouveau_bo_move_ntfy(struct ttm_buffer_object *bo, bool evict, in nouveau_bo_move_ntfy() argument 1055 nouveau_bo_move(struct ttm_buffer_object *bo, bool evict, in nouveau_bo_move() argument [all …]
|
| /OK3568_Linux_fs/kernel/include/drm/ttm/ |
| H A D | ttm_bo_driver.h | 164 int (*move)(struct ttm_buffer_object *bo, bool evict, 191 bool evict, 656 struct dma_fence *fence, bool evict,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/ |
| H A D | offline_database.hpp | 94 std::pair<bool, uint64_t> putInternal(const Resource&, const Response&, bool evict); 114 bool evict(uint64_t neededFreeSize);
|
| H A D | offline_database.cpp | 207 if (evict_ && !evict(size)) { in putInternal() 612 evict(0); in deleteRegion() 834 bool OfflineDatabase::evict(uint64_t neededFreeSize) { in evict() function in mbgl::OfflineDatabase
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | radeon_ttm.c | 154 bool evict, bool no_wait_gpu, in radeon_move_blit() argument 203 r = ttm_bo_move_accel_cleanup(bo, &fence->base, evict, false, new_mem); in radeon_move_blit() 209 bool evict, bool interruptible, in radeon_move_vram_ram() argument 260 bool evict, bool interruptible, in radeon_move_ram_vram() argument 298 static int radeon_bo_move(struct ttm_buffer_object *bo, bool evict, in radeon_bo_move() argument 337 r = radeon_move_vram_ram(bo, evict, ctx->interruptible, in radeon_bo_move() 341 r = radeon_move_ram_vram(bo, evict, ctx->interruptible, in radeon_bo_move() 344 r = radeon_move_blit(bo, evict, ctx->no_wait_gpu, in radeon_bo_move()
|
| H A D | radeon_object.h | 167 bool evict,
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | book3s_32_mmu_host.c | 142 bool evict = false; in kvmppc_mmu_map_page() local 172 evict = true; in kvmppc_mmu_map_page() 179 if (!evict && (pteg[rr] & PTE_V)) { in kvmppc_mmu_map_page()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | zbud.h | 10 int (*evict)(struct zbud_pool *pool, unsigned long handle); member
|
| H A D | zpool.h | 18 int (*evict)(struct zpool *pool, unsigned long handle); member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/qxl/ |
| H A D | qxl_ttm.c | 156 static int qxl_bo_move(struct ttm_buffer_object *bo, bool evict, in qxl_bo_move() argument 175 bool evict, in qxl_bo_move_notify() argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/selftests/ |
| H A D | drm_mm_selftests.h | 20 selftest(evict, igt_evict)
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_mock_selftests.h | 32 selftest(evict, i915_gem_evict_mock_selftests)
|
| H A D | i915_live_selftests.h | 37 selftest(evict, i915_gem_evict_live_selftests)
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | mmu_rb.h | 72 int (*evict)(void *ops_arg, struct mmu_rb_node *mnode, member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ttm.c | 462 bool evict, in amdgpu_move_blit() argument 505 r = ttm_bo_move_accel_cleanup(bo, fence, evict, true, new_mem); in amdgpu_move_blit() 521 static int amdgpu_move_vram_ram(struct ttm_buffer_object *bo, bool evict, in amdgpu_move_vram_ram() argument 565 r = amdgpu_move_blit(bo, evict, &tmp_mem, old_mem); in amdgpu_move_vram_ram() 582 static int amdgpu_move_ram_vram(struct ttm_buffer_object *bo, bool evict, in amdgpu_move_ram_vram() argument 616 r = amdgpu_move_blit(bo, evict, new_mem, old_mem); in amdgpu_move_ram_vram() 654 static int amdgpu_bo_move(struct ttm_buffer_object *bo, bool evict, in amdgpu_bo_move() argument 700 r = amdgpu_move_vram_ram(bo, evict, ctx, new_mem); in amdgpu_bo_move() 703 r = amdgpu_move_ram_vram(bo, evict, ctx, new_mem); in amdgpu_bo_move() 705 r = amdgpu_move_blit(bo, evict, in amdgpu_bo_move()
|
| H A D | amdgpu_object.c | 1283 bool evict, in amdgpu_bo_move_notify() argument 1294 amdgpu_vm_bo_invalidate(adev, abo, evict); in amdgpu_bo_move_notify() 1303 if (evict) in amdgpu_bo_move_notify()
|
| /OK3568_Linux_fs/kernel/fs/exfat/ |
| H A D | file.c | 103 int evict = (ei->dir.dir == DIR_DELETED) ? 1 : 0; in __exfat_truncate() local 152 if (!evict) { in __exfat_truncate()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_gem_vram_helper.c | 608 bool evict, in drm_gem_vram_bo_driver_move_notify() argument 970 bool evict, in bo_driver_move_notify() argument 981 drm_gem_vram_bo_driver_move_notify(gbo, evict, new_mem); in bo_driver_move_notify()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/ |
| H A D | ttm_bo_util.c | 608 bool evict, in ttm_bo_move_accel_cleanup() argument 618 if (!evict) in ttm_bo_move_accel_cleanup()
|
| H A D | ttm_bo.c | 236 struct ttm_resource *mem, bool evict, in ttm_bo_handle_move_mem() argument 274 bdev->driver->move_notify(bo, evict, mem); in ttm_bo_handle_move_mem() 281 bdev->driver->move_notify(bo, evict, mem); in ttm_bo_handle_move_mem() 286 ret = bdev->driver->move(bo, evict, ctx, mem); in ttm_bo_handle_move_mem()
|
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | zswap.rst | 61 evict pages from its own compressed pool on an LRU basis and write them back to 81 cannot evict the oldest page, it can only reject new pages.
|