Home
last modified time | relevance | path

Searched refs:evicted (Results 1 – 25 of 29) sorted by relevance

12

/linux/drivers/gpu/drm/xe/
H A Dxe_bo_evict.c103 list_move_tail(&bo->pinned_link, &xe->pinned.evicted); in xe_bo_evict_all()
138 bo = list_first_entry_or_null(&xe->pinned.evicted, in xe_bo_restore_kernel()
H A Dxe_device_types.h399 struct list_head evicted; member
H A Dxe_device.c351 INIT_LIST_HEAD(&xe->pinned.evicted); in xe_device_create()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.h331 uint64_t evicted; member
349 struct list_head evicted; member
528 struct amdgpu_bo *bo, bool evicted);
H A Damdgpu_vm.c185 list_move(&vm_bo->vm_status, &vm->evicted); in amdgpu_vm_bo_evicted()
187 list_move_tail(&vm_bo->vm_status, &vm->evicted); in amdgpu_vm_bo_evicted()
481 while (!list_empty(&vm->evicted)) { in amdgpu_vm_validate()
482 bo_base = list_first_entry(&vm->evicted, in amdgpu_vm_validate()
558 empty = list_empty(&vm->evicted); in amdgpu_vm_ready()
1119 list_for_each_entry_safe(bo_va, tmp, &vm->evicted, base.vm_status) in amdgpu_vm_get_memory()
2153 struct amdgpu_bo *bo, bool evicted) in amdgpu_vm_bo_invalidate() argument
2160 if (evicted && amdgpu_vm_is_bo_always_valid(vm, bo)) { in amdgpu_vm_bo_invalidate()
2434 INIT_LIST_HEAD(&vm->evicted); in amdgpu_vm_init()
2918 list_for_each_entry_safe(bo_va, tmp, &vm->evicted, base.vm_status) { in amdgpu_debugfs_vm_bo_info()
H A Damdgpu_object.c1237 stats[TTM_PL_VRAM].evicted += size; in amdgpu_bo_get_memory()
/linux/Documentation/admin-guide/mm/
H A Dmultigen_lru.rst72 ``N`` milliseconds from getting evicted. The OOM killer is triggered
92 evicted generations in this file.
153 the active list) and therefore cannot be evicted. ``swappiness``
/linux/drivers/gpu/drm/ttm/
H A Dttm_bo.c501 unsigned long evicted; member
524 evict_walk->evicted++; in ttm_bo_evict_cb()
572 evict_walk.evicted = 0; in ttm_bo_evict_alloc()
574 } while (!lret && evict_walk.evicted); in ttm_bo_evict_alloc()
/linux/Documentation/gpu/
H A Ddrm-vm-bind-locking.rst99 Furthermore, it typically protects the gpu_vm's list of evicted and
109 to be able to update the gpu_vm evicted- and external object
259 option is to just mark the gpu_vm_bos of the evicted gem object with
260 an ``evicted`` bool that is inspected before the next time the
261 corresponding gpu_vm evicted list needs to be traversed. For example, when
264 gpu_vm_bo marked evicted, can then be added to the gpu_vm's list of
265 evicted gpu_vm_bos. The ``evicted`` bool is formally protected by the
/linux/drivers/gpu/drm/
H A Ddrm_gpuvm.c1154 if (vm_bo->evicted) in drm_gpuvm_prepare_objects_locked()
1398 if (!vm_bo->evicted) in drm_gpuvm_validate_locked()
1700 vm_bo->evicted = evict; in drm_gpuvm_bo_evict()
/linux/Documentation/admin-guide/device-mapper/
H A Dcache-policies.rst15 e.g. to start writing back dirty blocks that are going to be evicted
H A Dvdo-design.rst504 the same logical block address. A data_vio may also be evicted from
506 before more compressible blocks need to use its bin. An evicted
520 h. Any data_vio evicted from the packer will have an allocation from
/linux/mm/
H A Dworkingset.c44 * are evicted from the inactive list every time before another access
92 * 1. When a page is finally evicted from memory, the number of
132 * had (R - E) more page slots, the page would not have been evicted
156 * used once will be evicted from memory.
177 * slot of the evicted page. This is called a shadow entry.
254 atomic_long_add(delta, &lrugen->evicted[hist][type][tier]); in lru_gen_eviction()
260 * Tests if the shadow entry is for a folio that was recently evicted.
377 * @folio: the folio being evicted
380 * of the evicted @folio so that a later refault can be detected.
409 * recently evicted
[all...]
H A Dvmscan.c3075 atomic_long_read(&lrugen->evicted[hist][type][tier]); in read_ctrl_pos()
3104 atomic_long_read(&lrugen->evicted[hist][type][tier]); in reset_ctrl_pos()
3112 atomic_long_set(&lrugen->evicted[hist][type][tier], 0); in reset_ctrl_pos()
5285 n[1] = atomic_long_read(&lrugen->evicted[hist][type][tier]); in lru_gen_seq_show_full()
/linux/Documentation/mm/
H A Dmultigen_lru.rst87 pages can be evicted regardless of swap constraints. These three
151 from getting evicted. The OOM killer is triggered if this working set
H A Dunevictable-lru.rst127 may be evicted. To prevent eviction of any such pages, the AS_UNEVICTABLE
/linux/include/drm/
H A Ddrm_gpuvm.h662 bool evicted; member
/linux/drivers/firmware/efi/
H A DKconfig180 have been evicted, since otherwise it will trigger even on clean
/linux/Documentation/filesystems/
H A Ddax.rst79 remounted with dax=inode and the inode is evicted from kernel memory.
H A Dvfat.rst207 evicted from the inode cache. However, it means that operations
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_priv.h661 unsigned int evicted; /* eviction counter, 0=active */ member
/linux/Documentation/arch/x86/
H A Dsgx.rst64 number for a page evicted from the EPC.
/linux/Documentation/block/
H A Dinline-encryption.rst211 the key is evicted from all keyslots it may be programmed into and unlinked from
/linux/Documentation/admin-guide/
H A Dmd.rst533 this device but have not caused the device to be evicted from
/linux/crypto/
H A DKconfig365 are evicted when the CPU is interrupted to do something else.

12