/linux-6.12.1/drivers/gpu/drm/msm/ |
D | msm_gpu_trace.h | 119 TP_PROTO(u32 nr_to_scan, u32 purged, u32 evicted, 121 TP_ARGS(nr_to_scan, purged, evicted, active_purged, active_evicted), 125 __field(u32, evicted) 132 __entry->evicted = evicted; 137 __entry->nr_to_scan, __entry->purged, __entry->evicted,
|
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_bo_evict.c | 103 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()
|
D | xe_device_types.h | 373 struct list_head evicted; member
|
D | xe_device.c | 350 INIT_LIST_HEAD(&xe->pinned.evicted); in xe_device_create()
|
/linux-6.12.1/Documentation/admin-guide/mm/ |
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-6.12.1/drivers/gpu/drm/ttm/ |
D | ttm_bo.c | 501 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-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_vm.c | 185 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() 1116 list_for_each_entry_safe(bo_va, tmp, &vm->evicted, base.vm_status) in amdgpu_vm_get_memory() 2147 struct amdgpu_bo *bo, bool evicted) in amdgpu_vm_bo_invalidate() argument 2154 if (evicted && amdgpu_vm_is_bo_always_valid(vm, bo)) { in amdgpu_vm_bo_invalidate() 2428 INIT_LIST_HEAD(&vm->evicted); in amdgpu_vm_init() 2912 list_for_each_entry_safe(bo_va, tmp, &vm->evicted, base.vm_status) { in amdgpu_debugfs_vm_bo_info()
|
D | amdgpu_vm.h | 340 struct list_head evicted; member 519 struct amdgpu_bo *bo, bool evicted);
|
/linux-6.12.1/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_device_queue_manager.c | 613 q->properties.is_evicted = !!qpd->evicted; in create_queue_nocpsch() 1110 if (qpd->evicted++ > 0) /* already evicted, do nothing */ in evict_process_queues_nocpsch() 1160 if (qpd->evicted++ > 0) /* already evicted, do nothing */ in evict_process_queues_cpsch() 1224 if (WARN_ON_ONCE(!qpd->evicted)) /* already restored, do nothing */ in restore_process_queues_nocpsch() 1226 if (qpd->evicted > 1) { /* ref count still > 0, decrement & quit */ in restore_process_queues_nocpsch() 1227 qpd->evicted--; in restore_process_queues_nocpsch() 1279 qpd->evicted = 0; in restore_process_queues_nocpsch() 1301 if (WARN_ON_ONCE(!qpd->evicted)) /* already restored, do nothing */ in restore_process_queues_cpsch() 1303 if (qpd->evicted > 1) { /* ref count still > 0, decrement & quit */ in restore_process_queues_cpsch() 1304 qpd->evicted--; in restore_process_queues_cpsch() [all …]
|
D | kfd_priv.h | 661 unsigned int evicted; /* eviction counter, 0=active */ member
|
/linux-6.12.1/Documentation/gpu/ |
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-6.12.1/drivers/gpu/drm/ |
D | drm_gpuvm.c | 1154 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-6.12.1/Documentation/admin-guide/device-mapper/ |
D | cache-policies.rst | 15 e.g. to start writing back dirty blocks that are going to be evicted
|
D | vdo-design.rst | 504 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-6.12.1/mm/ |
D | workingset.c | 254 atomic_long_add(delta, &lrugen->evicted[hist][type][tier]); in lru_gen_eviction()
|
D | vmscan.c | 3076 atomic_long_read(&lrugen->evicted[hist][type][tier]); in read_ctrl_pos() 3105 atomic_long_read(&lrugen->evicted[hist][type][tier]); in reset_ctrl_pos() 3113 atomic_long_set(&lrugen->evicted[hist][type][tier], 0); in reset_ctrl_pos() 5273 n[1] = atomic_long_read(&lrugen->evicted[hist][type][tier]); in lru_gen_seq_show_full()
|
/linux-6.12.1/Documentation/mm/ |
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
|
D | page_tables.rst | 188 to persistent storage (swap partition or file) and evicted from their physical
|
/linux-6.12.1/include/drm/ |
D | drm_gpuvm.h | 662 bool evicted; member
|
/linux-6.12.1/fs/gfs2/ |
D | glock.c | 965 bool evicted = false; in gfs2_try_evict() local 1001 evicted = !ip; in gfs2_try_evict() 1003 return evicted; in gfs2_try_evict()
|
/linux-6.12.1/drivers/firmware/efi/ |
D | Kconfig | 186 have been evicted, since otherwise it will trigger even on clean
|
/linux-6.12.1/include/linux/ |
D | mmzone.h | 447 atomic_long_t evicted[NR_HIST_GENS][ANON_AND_FILE][MAX_NR_TIERS]; member
|
/linux-6.12.1/Documentation/filesystems/ |
D | dax.rst | 79 remounted with dax=inode and the inode is evicted from kernel memory.
|
D | vfat.rst | 207 evicted from the inode cache. However, it means that operations
|
/linux-6.12.1/Documentation/arch/x86/ |
D | sgx.rst | 64 number for a page evicted from the EPC.
|