Searched refs:evict (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/ttm/
H A Dttm_bo_driver.h269 * @evict: whether this motion is evicting the buffer from
279 bool evict, bool interruptible,
724 * -EINVAL, and the caller should then choose a new buffer to evict and repeat
783 * @evict: 1: This is an eviction. Don't try to pipeline.
799 bool evict, bool no_wait_reserve,
806 * @evict: 1: This is an eviction. Don't try to pipeline.
822 bool evict, bool no_wait_reserve,
841 * @evict: This is an evict move. Don't return until the buffer is idle.
857 bool evict, boo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c461 struct nouveau_bo *nvbo, bool evict,
473 evict || (nvbo->channel &&
496 nouveau_bo_move_m2mf(struct ttm_buffer_object *bo, int evict, bool intr, argument
576 return nouveau_bo_move_accel_cleanup(chan, nvbo, evict, no_wait_reserve, no_wait_gpu, new_mem);
580 nouveau_bo_move_flipd(struct ttm_buffer_object *bo, bool evict, bool intr, argument
607 ret = ttm_bo_move_ttm(bo, evict, no_wait_reserve, no_wait_gpu, new_mem);
619 nouveau_bo_move_flips(struct ttm_buffer_object *bo, bool evict, bool intr, argument
638 ret = ttm_bo_move_ttm(bo, evict, no_wait_reserve, no_wait_gpu, &tmp_mem);
642 ret = nouveau_bo_move_m2mf(bo, evict, intr, no_wait_reserve, no_wait_gpu, new_mem);
708 nouveau_bo_move(struct ttm_buffer_object *bo, bool evict, boo argument
460 nouveau_bo_move_accel_cleanup(struct nouveau_channel *chan, struct nouveau_bo *nvbo, bool evict, bool no_wait_reserve, bool no_wait_gpu, struct ttm_mem_reg *new_mem) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A Dbook3s_32_mmu_host.c146 bool evict = false; local
173 evict = true;
180 if (!evict && (pteg[rr] & PTE_V)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c235 bool evict, int no_wait_reserve, bool no_wait_gpu,
280 evict, no_wait_reserve, no_wait_gpu, new_mem);
286 bool evict, bool interruptible,
340 bool evict, bool interruptible,
386 bool evict, bool interruptible,
414 r = radeon_move_vram_ram(bo, evict, interruptible,
418 r = radeon_move_ram_vram(bo, evict, interruptible,
421 r = radeon_move_blit(bo, evict, no_wait_reserve, no_wait_gpu, new_mem, old_mem);
426 r = ttm_bo_move_memcpy(bo, evict, no_wait_reserve, no_wait_gpu, new_mem);
234 radeon_move_blit(struct ttm_buffer_object *bo, bool evict, int no_wait_reserve, bool no_wait_gpu, struct ttm_mem_reg *new_mem, struct ttm_mem_reg *old_mem) argument
285 radeon_move_vram_ram(struct ttm_buffer_object *bo, bool evict, bool interruptible, bool no_wait_reserve, bool no_wait_gpu, struct ttm_mem_reg *new_mem) argument
339 radeon_move_ram_vram(struct ttm_buffer_object *bo, bool evict, bool interruptible, bool no_wait_reserve, bool no_wait_gpu, struct ttm_mem_reg *new_mem) argument
385 radeon_bo_move(struct ttm_buffer_object *bo, bool evict, bool interruptible, bool no_wait_reserve, bool no_wait_gpu, struct ttm_mem_reg *new_mem) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c53 bool evict, bool no_wait_reserve,
234 bool evict, bool no_wait_reserve, bool no_wait_gpu,
515 bool evict, bool no_wait_reserve,
534 if (evict) {
52 ttm_bo_move_ttm(struct ttm_buffer_object *bo, bool evict, bool no_wait_reserve, bool no_wait_gpu, struct ttm_mem_reg *new_mem) argument
233 ttm_bo_move_memcpy(struct ttm_buffer_object *bo, bool evict, bool no_wait_reserve, bool no_wait_gpu, struct ttm_mem_reg *new_mem) argument
512 ttm_bo_move_accel_cleanup(struct ttm_buffer_object *bo, void *sync_obj, void *sync_obj_arg, bool evict, bool no_wait_reserve, bool no_wait_gpu, struct ttm_mem_reg *new_mem) argument
H A Dttm_bo.c358 bool evict, bool interruptible,
404 ret = ttm_bo_move_ttm(bo, evict, no_wait_reserve, no_wait_gpu, mem);
406 ret = bdev->driver->move(bo, evict, interruptible,
409 ret = ttm_bo_move_memcpy(bo, evict, no_wait_reserve, no_wait_gpu, mem);
832 * Repeatedly evict memory from the LRU for @mem_type until we create enough
926 * ttm_bo_mem_force_space is attempted in priority order to evict and find
356 ttm_bo_handle_move_mem(struct ttm_buffer_object *bo, struct ttm_mem_reg *mem, bool evict, bool interruptible, bool no_wait_reserve, bool no_wait_gpu) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dinode.c296 static void evict(struct inode *inode) function
330 evict(inode);
1192 * us to evict inode, do so. Otherwise, retain inode
1193 * in cache if fs is alive, sync and evict if fs is
1231 evict(inode);

Completed in 66 milliseconds