Searched refs:evicted (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_bo_evict.c | 175 &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 D | amdgpu_vm.h | 228 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 D | amdgpu_vm.c | 144 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 D | multigen_lru.rst | 72 ``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 D | drm-vm-bind-locking.rst | 99 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 D | cache-policies.rst | 15 e.g. to start writing back dirty blocks that are going to be evicted
|
| /linux/Documentation/mm/ |
| H A D | multigen_lru.rst | 87 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 D | unevictable-lru.rst | 127 may be evicted. To prevent eviction of any such pages, the AS_UNEVICTABLE
|
| /linux/drivers/firmware/efi/ |
| H A D | Kconfig | 180 have been evicted, since otherwise it will trigger even on clean
|
| /linux/Documentation/arch/x86/ |
| H A D | sgx.rst | 64 number for a page evicted from the EPC.
|
| /linux/Documentation/filesystems/ |
| H A D | vfat.rst | 207 evicted from the inode cache. However, it means that operations
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_process.c | 1793 pdd->qpd.evicted = 0; in kfd_create_process_device_data()
|