Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_bo_evict.c175 &xe->pinned.late.evicted, xe_bo_evict_pinned); in xe_bo_evict_all()
188 &xe->pinned.early.evicted, in xe_bo_evict_all()
228 return xe_bo_apply_to_pinned(xe, &xe->pinned.early.evicted, in xe_bo_restore_early()
248 ret = xe_bo_apply_to_pinned(xe, &xe->pinned.late.evicted, in xe_bo_restore_late()
346 INIT_LIST_HEAD(&xe->pinned.early.evicted); in xe_bo_pinned_init()
348 INIT_LIST_HEAD(&xe->pinned.late.evicted); in xe_bo_pinned_init()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.h228 struct list_head evicted; member
352 uint64_t evicted; member
542 void amdgpu_vm_bo_invalidate(struct amdgpu_bo *bo, bool evicted);
547 bool evicted);
H A Damdgpu_vm.c144 INIT_LIST_HEAD(&lists->evicted); in amdgpu_vm_bo_status_init()
210 list_move(&vm_bo->vm_status, &lists->evicted); in amdgpu_vm_bo_evicted()
372 vm->stats[bo_memtype].evicted += size; in amdgpu_vm_update_stats_locked()
604 list_for_each_entry_safe(bo_base, tmp, &vm->kernel.evicted, vm_status) { in amdgpu_vm_validate()
622 list_for_each_entry_safe(bo_base, tmp, &vm->always_valid.evicted, in amdgpu_vm_validate()
637 list_for_each_entry(bo_base, &vm->individual.evicted, vm_status) { in amdgpu_vm_validate()
684 ret &= list_empty(&vm->kernel.evicted); in amdgpu_vm_ready()
2304 void amdgpu_vm_bo_invalidate(struct amdgpu_bo *bo, bool evicted) in amdgpu_vm_bo_invalidate() argument
2311 if (evicted && amdgpu_vm_is_bo_always_valid(vm, bo)) { in amdgpu_vm_bo_invalidate()
2333 bool evicted) in amdgpu_vm_bo_move() argument
[all …]
/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/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/Documentation/admin-guide/device-mapper/
H A Dcache-policies.rst15 e.g. to start writing back dirty blocks that are going to be evicted
/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/drivers/firmware/efi/
H A DKconfig180 have been evicted, since otherwise it will trigger even on clean
/linux/Documentation/arch/x86/
H A Dsgx.rst64 number for a page evicted from the EPC.
/linux/Documentation/filesystems/
H A Dvfat.rst207 evicted from the inode cache. However, it means that operations
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c1793 pdd->qpd.evicted = 0; in kfd_create_process_device_data()