/Linux-v6.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-v6.1/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_device_queue_manager.c | 529 q->properties.is_evicted = !!qpd->evicted; in create_queue_nocpsch() 929 if (qpd->evicted++ > 0) /* already evicted, do nothing */ in evict_process_queues_nocpsch() 978 if (qpd->evicted++ > 0) /* already evicted, do nothing */ in evict_process_queues_cpsch() 1033 if (WARN_ON_ONCE(!qpd->evicted)) /* already restored, do nothing */ in restore_process_queues_nocpsch() 1035 if (qpd->evicted > 1) { /* ref count still > 0, decrement & quit */ in restore_process_queues_nocpsch() 1036 qpd->evicted--; in restore_process_queues_nocpsch() 1088 qpd->evicted = 0; in restore_process_queues_nocpsch() 1112 if (WARN_ON_ONCE(!qpd->evicted)) /* already restored, do nothing */ in restore_process_queues_cpsch() 1114 if (qpd->evicted > 1) { /* ref count still > 0, decrement & quit */ in restore_process_queues_cpsch() 1115 qpd->evicted--; in restore_process_queues_cpsch() [all …]
|
D | kfd_priv.h | 620 unsigned int evicted; /* eviction counter, 0=active */ member
|
D | kfd_process.c | 1512 pdd->qpd.evicted = 0; in kfd_create_process_device_data()
|
/Linux-v6.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-v6.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_vm.c | 162 list_move(&vm_bo->vm_status, &vm->evicted); in amdgpu_vm_bo_evicted() 164 list_move_tail(&vm_bo->vm_status, &vm->evicted); in amdgpu_vm_bo_evicted() 355 while (!list_empty(&vm->evicted)) { in amdgpu_vm_validate_pt_bos() 356 bo_base = list_first_entry(&vm->evicted, in amdgpu_vm_validate_pt_bos() 410 empty = list_empty(&vm->evicted); in amdgpu_vm_ready() 924 list_for_each_entry_safe(bo_va, tmp, &vm->evicted, base.vm_status) { in amdgpu_vm_get_memory() 1843 struct amdgpu_bo *bo, bool evicted) in amdgpu_vm_bo_invalidate() argument 1854 if (evicted && bo->tbo.base.resv == vm->root.bo->tbo.base.resv) { in amdgpu_vm_bo_invalidate() 2024 INIT_LIST_HEAD(&vm->evicted); in amdgpu_vm_init() 2576 list_for_each_entry_safe(bo_va, tmp, &vm->evicted, base.vm_status) { in amdgpu_debugfs_vm_bo_info()
|
D | amdgpu_vm.h | 261 struct list_head evicted; member 421 struct amdgpu_bo *bo, bool evicted);
|
/Linux-v6.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
|
/Linux-v6.1/mm/ |
D | workingset.c | 242 atomic_long_add(delta, &lrugen->evicted[hist][type][tier]); in lru_gen_eviction()
|
D | vmscan.c | 3588 atomic_long_read(&lrugen->evicted[hist][type][tier]); in read_ctrl_pos() 3617 atomic_long_read(&lrugen->evicted[hist][type][tier]); in reset_ctrl_pos() 3625 atomic_long_set(&lrugen->evicted[hist][type][tier], 0); in reset_ctrl_pos() 5520 n[1] = atomic_long_read(&lrugen->evicted[hist][type][tier]); in lru_gen_seq_show_full()
|
D | Kconfig | 1148 from evicted generations for debugging purpose.
|
/Linux-v6.1/Documentation/mm/ |
D | multigen_lru.rst | 87 pages can be evicted regardless of swap constraints. These three
|
D | transhuge.rst | 144 goes away when the page gets evicted from the page cache.
|
D | frontswap.rst | 77 evicted page-cache pages) are a great use for this kind of slower-than-RAM-
|
D | unevictable-lru.rst | 126 may be evicted. To prevent eviction of any such pages, the AS_UNEVICTABLE
|
/Linux-v6.1/fs/gfs2/ |
D | glock.c | 965 bool evicted = false; in gfs2_try_evict() local 1003 evicted = !ip; in gfs2_try_evict() 1005 return evicted; in gfs2_try_evict()
|
/Linux-v6.1/include/linux/ |
D | mmzone.h | 425 atomic_long_t evicted[NR_HIST_GENS][ANON_AND_FILE][MAX_NR_TIERS]; member
|
/Linux-v6.1/drivers/firmware/efi/ |
D | Kconfig | 231 have been evicted, since otherwise it will trigger even on clean
|
/Linux-v6.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
|
D | porting.rst | 335 be used instead. It gets called whenever the inode is evicted, whether it has
|
/Linux-v6.1/Documentation/x86/ |
D | sgx.rst | 64 number for a page evicted from the EPC.
|
/Linux-v6.1/Documentation/block/ |
D | inline-encryption.rst | 211 the key is evicted from all keyslots it may be programmed into and unlinked from
|
/Linux-v6.1/Documentation/admin-guide/ |
D | md.rst | 533 this device but have not caused the device to be evicted from
|
/Linux-v6.1/crypto/ |
D | Kconfig | 376 are evicted when the CPU is interrupted to do something else.
|