/linux-4.4.14/mm/ |
D | zbud.c | 130 if (pool->zpool && pool->zpool_ops && pool->zpool_ops->evict) in zbud_zpool_evict() 131 return pool->zpool_ops->evict(pool->zpool, handle); in zbud_zpool_evict() 137 .evict = zbud_zpool_evict 511 if (!pool->ops || !pool->ops->evict || list_empty(&pool->lru) || in zbud_reclaim_page() 536 ret = pool->ops->evict(pool, first_handle); in zbud_reclaim_page() 541 ret = pool->ops->evict(pool, last_handle); in zbud_reclaim_page()
|
D | zswap.c | 192 .evict = zswap_writeback_entry
|
/linux-4.4.14/include/drm/ttm/ |
D | ttm_bo_driver.h | 397 bool evict, bool interruptible, 965 bool evict, bool no_wait_gpu, 987 bool evict, bool no_wait_gpu, 1018 bool evict, bool no_wait_gpu,
|
/linux-4.4.14/include/linux/ |
D | zbud.h | 9 int (*evict)(struct zbud_pool *pool, unsigned long handle); member
|
D | zpool.h | 17 int (*evict)(struct zpool *pool, unsigned long handle); member
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ttm.c | 224 bool evict, bool no_wait_gpu, in amdgpu_move_blit() argument 273 evict, no_wait_gpu, new_mem); in amdgpu_move_blit() 279 bool evict, bool interruptible, in amdgpu_move_vram_ram() argument 326 bool evict, bool interruptible, in amdgpu_move_ram_vram() argument 366 bool evict, bool interruptible, in amdgpu_bo_move() argument 396 r = amdgpu_move_vram_ram(bo, evict, interruptible, in amdgpu_bo_move() 400 r = amdgpu_move_ram_vram(bo, evict, interruptible, in amdgpu_bo_move() 403 r = amdgpu_move_blit(bo, evict, no_wait_gpu, new_mem, old_mem); in amdgpu_bo_move() 408 r = ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem); in amdgpu_bo_move()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_ttm.c | 254 bool evict, bool no_wait_gpu, in radeon_move_blit() argument 304 evict, no_wait_gpu, new_mem); in radeon_move_blit() 310 bool evict, bool interruptible, in radeon_move_vram_ram() argument 357 bool evict, bool interruptible, in radeon_move_ram_vram() argument 397 bool evict, bool interruptible, in radeon_bo_move() argument 426 r = radeon_move_vram_ram(bo, evict, interruptible, in radeon_bo_move() 430 r = radeon_move_ram_vram(bo, evict, interruptible, in radeon_bo_move() 433 r = radeon_move_blit(bo, evict, no_wait_gpu, new_mem, old_mem); in radeon_bo_move() 438 r = ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem); in radeon_bo_move()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 312 bool force = false, evict = false; in nouveau_bo_pin() local 325 evict = true; in nouveau_bo_pin() 333 if (!(memtype & (1 << bo->mem.mem_type)) || evict) { in nouveau_bo_pin() 343 if (evict) { in nouveau_bo_pin() 1056 nouveau_bo_move_m2mf(struct ttm_buffer_object *bo, int evict, bool intr, in nouveau_bo_move_m2mf() argument 1084 evict, in nouveau_bo_move_m2mf() 1156 nouveau_bo_move_flipd(struct ttm_buffer_object *bo, bool evict, bool intr, in nouveau_bo_move_flipd() argument 1192 nouveau_bo_move_flips(struct ttm_buffer_object *bo, bool evict, bool intr, in nouveau_bo_move_flips() argument 1283 nouveau_bo_move(struct ttm_buffer_object *bo, bool evict, bool intr, in nouveau_bo_move() argument 1312 ret = nouveau_bo_move_flipd(bo, evict, intr, in nouveau_bo_move() [all …]
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_32_mmu_host.c | 154 bool evict = false; in kvmppc_mmu_map_page() local 184 evict = true; in kvmppc_mmu_map_page() 191 if (!evict && (pteg[rr] & PTE_V)) { in kvmppc_mmu_map_page()
|
/linux-4.4.14/drivers/gpu/drm/ttm/ |
D | ttm_bo_util.c | 48 bool evict, in ttm_bo_move_ttm() argument 324 bool evict, bool no_wait_gpu, in ttm_bo_move_memcpy() argument 636 bool evict, in ttm_bo_move_accel_cleanup() argument 647 if (evict) { in ttm_bo_move_accel_cleanup()
|
D | ttm_bo.c | 278 bool evict, bool interruptible, in ttm_bo_handle_move_mem() argument 333 ret = ttm_bo_move_ttm(bo, evict, no_wait_gpu, mem); in ttm_bo_handle_move_mem() 335 ret = bdev->driver->move(bo, evict, interruptible, in ttm_bo_handle_move_mem() 338 ret = ttm_bo_move_memcpy(bo, evict, no_wait_gpu, mem); in ttm_bo_handle_move_mem()
|
/linux-4.4.14/drivers/gpu/drm/cirrus/ |
D | cirrus_ttm.c | 190 bool evict, bool interruptible, in cirrus_bo_move() argument 195 r = ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem); in cirrus_bo_move()
|
/linux-4.4.14/drivers/gpu/drm/ast/ |
D | ast_ttm.c | 190 bool evict, bool interruptible, in ast_bo_move() argument 195 r = ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem); in ast_bo_move()
|
/linux-4.4.14/drivers/gpu/drm/mgag200/ |
D | mgag200_ttm.c | 190 bool evict, bool interruptible, in mgag200_bo_move() argument 195 r = ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem); in mgag200_bo_move()
|
/linux-4.4.14/drivers/gpu/drm/qxl/ |
D | qxl_ttm.c | 348 bool evict, bool interruptible, in qxl_bo_move() argument 357 return ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem); in qxl_bo_move()
|
/linux-4.4.14/Documentation/vm/ |
D | zswap.txt | 49 evict pages from its own compressed pool on an LRU basis and write them back to 68 cannot evict the oldest page, it can only reject new pages.
|
/linux-4.4.14/drivers/gpu/drm/bochs/ |
D | bochs_mm.c | 169 bool evict, bool interruptible, in bochs_bo_move() argument 173 return ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem); in bochs_bo_move()
|
/linux-4.4.14/drivers/gpu/drm/virtio/ |
D | virtgpu_ttm.c | 374 bool evict, bool interruptible, in virtio_gpu_bo_move() argument
|
/linux-4.4.14/fs/ |
D | inode.c | 521 static void evict(struct inode *inode) in evict() function 577 evict(inode); in dispose_list() 1477 evict(inode); in iput_final()
|
/linux-4.4.14/drivers/gpu/drm/omapdrm/ |
D | omap_gem.c | 180 static void evict(struct drm_gem_object *obj) in evict() function 1277 evict(obj); in omap_gem_free_object()
|
/linux-4.4.14/Documentation/DocBook/ |
D | gpu.xml.db | 624 API-i915-gem-evict-something 625 API-i915-gem-evict-vm
|
/linux-4.4.14/Documentation/ |
D | this_cpu_ops.txt | 326 mind that a remote write will evict the cache line from the processor
|
/linux-4.4.14/Documentation/locking/ |
D | ww-mutex-design.txt | 23 evict other buffers which are already queued up to the GPU), but for a
|
/linux-4.4.14/Documentation/filesystems/ |
D | porting | 297 remaining links or not. Caller does *not* evict the pagecache or inode-associated
|