Home
last modified time | relevance | path

Searched refs:evict (Results 1 – 22 of 22) sorted by relevance

/linux-4.1.27/include/drm/ttm/
Dttm_bo_driver.h397 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.1.27/mm/
Dzbud.c130 .evict = zbud_zpool_evict
496 if (!pool->ops || !pool->ops->evict || list_empty(&pool->lru) || in zbud_reclaim_page()
521 ret = pool->ops->evict(pool, first_handle); in zbud_reclaim_page()
526 ret = pool->ops->evict(pool, last_handle); in zbud_reclaim_page()
Dzpool.c92 if (!zpool->ops || !zpool->ops->evict) in zpool_evict()
94 return zpool->ops->evict(zpool, handle); in zpool_evict()
Dzswap.c819 .evict = zswap_writeback_entry
/linux-4.1.27/include/linux/
Dzbud.h9 int (*evict)(struct zbud_pool *pool, unsigned long handle); member
Dzpool.h17 int (*evict)(struct zpool *pool, unsigned long handle); member
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_ttm.c254 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.1.27/drivers/gpu/drm/nouveau/
Dnouveau_bo.c317 bool force = false, evict = false; in nouveau_bo_pin() local
330 evict = true; in nouveau_bo_pin()
338 if (!(memtype & (1 << bo->mem.mem_type)) || evict) { in nouveau_bo_pin()
348 if (evict) { in nouveau_bo_pin()
1062 nouveau_bo_move_m2mf(struct ttm_buffer_object *bo, int evict, bool intr, in nouveau_bo_move_m2mf() argument
1090 evict, in nouveau_bo_move_m2mf()
1162 nouveau_bo_move_flipd(struct ttm_buffer_object *bo, bool evict, bool intr, in nouveau_bo_move_flipd() argument
1198 nouveau_bo_move_flips(struct ttm_buffer_object *bo, bool evict, bool intr, in nouveau_bo_move_flips() argument
1289 nouveau_bo_move(struct ttm_buffer_object *bo, bool evict, bool intr, in nouveau_bo_move() argument
1318 ret = nouveau_bo_move_flipd(bo, evict, intr, in nouveau_bo_move()
[all …]
/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_32_mmu_host.c153 bool evict = false; in kvmppc_mmu_map_page() local
183 evict = true; in kvmppc_mmu_map_page()
190 if (!evict && (pteg[rr] & PTE_V)) { in kvmppc_mmu_map_page()
/linux-4.1.27/drivers/gpu/drm/ttm/
Dttm_bo_util.c48 bool evict, in ttm_bo_move_ttm() argument
324 bool evict, bool no_wait_gpu, in ttm_bo_move_memcpy() argument
635 bool evict, in ttm_bo_move_accel_cleanup() argument
646 if (evict) { in ttm_bo_move_accel_cleanup()
Dttm_bo.c278 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.1.27/drivers/gpu/drm/cirrus/
Dcirrus_ttm.c190 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.1.27/drivers/gpu/drm/mgag200/
Dmgag200_ttm.c190 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.1.27/drivers/gpu/drm/ast/
Dast_ttm.c190 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.1.27/drivers/gpu/drm/qxl/
Dqxl_ttm.c348 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.1.27/drivers/gpu/drm/bochs/
Dbochs_mm.c169 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.1.27/Documentation/vm/
Dzswap.txt35 evict pages from its own compressed pool on an LRU basis and write them back to
/linux-4.1.27/fs/
Dinode.c521 static void evict(struct inode *inode) in evict() function
577 evict(inode); in dispose_list()
1459 evict(inode); in iput_final()
/linux-4.1.27/drivers/gpu/drm/omapdrm/
Domap_gem.c180 static void evict(struct drm_gem_object *obj) in evict() function
1279 evict(obj); in omap_gem_free_object()
/linux-4.1.27/Documentation/
Dthis_cpu_ops.txt326 mind that a remote write will evict the cache line from the processor
/linux-4.1.27/Documentation/locking/
Dww-mutex-design.txt23 evict other buffers which are already queued up to the GPU), but for a
/linux-4.1.27/Documentation/filesystems/
Dporting297 remaining links or not. Caller does *not* evict the pagecache or inode-associated