/openbmc/linux/drivers/gpu/drm/msm/ |
H A 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,
|
/openbmc/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``
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vm.c | 170 * amdgpu_vm_bo_evicted - vm_bo is evicted 172 * @vm_bo: vm_bo which is evicted 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() 337 * is currently evicted. add the bo to the evicted list to make sure it in amdgpu_vm_bo_base_init() 462 while (!list_empty(&vm->evicted)) { in amdgpu_vm_validate_pt_bos() 463 bo_base = list_first_entry(&vm->evicted, in amdgpu_vm_validate_pt_bos() 517 empty = list_empty(&vm->evicted); in amdgpu_vm_ready() 1039 list_for_each_entry_safe(bo_va, tmp, &vm->evicted, bas in amdgpu_vm_get_memory() 1977 amdgpu_vm_bo_invalidate(struct amdgpu_device * adev,struct amdgpu_bo * bo,bool evicted) amdgpu_vm_bo_invalidate() argument [all...] |
H A D | amdgpu_vm.h | 270 struct list_head evicted; member 435 struct amdgpu_bo *bo, bool evicted);
|
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_device_queue_manager.c | 569 * Eviction state logic: mark all queues as evicted, even ones in create_queue_nocpsch() 573 q->properties.is_evicted = !!qpd->evicted; in create_queue_nocpsch() 1062 if (qpd->evicted++ > 0) /* already evicted, do nothing */ in evict_process_queues_nocpsch() 1070 /* Mark all queues as evicted. Deactivate all active queues on in evict_process_queues_nocpsch() 1111 if (qpd->evicted++ > 0) /* already evicted, do nothing */ in evict_process_queues_cpsch() 1126 /* Mark all queues as evicted. Deactivate all active queues on in evict_process_queues_cpsch() 1175 if (WARN_ON_ONCE(!qpd->evicted)) /* already restored, do nothing */ in restore_process_queues_nocpsch() 1177 if (qpd->evicted > in restore_process_queues_nocpsch() [all...] |
H A D | kfd_priv.h | 650 unsigned int evicted; /* eviction counter, 0=active */ member
|
H A D | kfd_process.c | 59 /* Ordered, single-threaded workqueue for restoring evicted 63 * remain evicted indefinitely. 1588 pdd->qpd.evicted = 0; in kfd_create_process_device_data() 1818 * we would like to set all the queues to be in evicted state to prevent 1919 * unreserves KFD BOs, it is possible to evicted again. But in evict_process_worker() 1955 * before KFD BOs are unreserved. If not, the process can be evicted in restore_process_worker()
|
/openbmc/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
|
/openbmc/linux/mm/ |
H A D | workingset.c | 253 atomic_long_add(delta, &lrugen->evicted[hist][type][tier]); in lru_gen_eviction()
|
H A D | vmscan.c | 3693 atomic_long_read(&lrugen->evicted[hist][type][tier]); in read_ctrl_pos() 3722 atomic_long_read(&lrugen->evicted[hist][type][tier]); in reset_ctrl_pos() 3730 atomic_long_set(&lrugen->evicted[hist][type][tier], 0); in reset_ctrl_pos() 5906 n[1] = atomic_long_read(&lrugen->evicted[hist][type][tier]); in lru_gen_seq_show_full()
|
/openbmc/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
|
/openbmc/linux/fs/gfs2/ |
H A D | glock.c | 975 bool evicted = false; in gfs2_try_evict() local 1011 evicted = !ip; in gfs2_try_evict() 1013 return evicted; in gfs2_try_evict()
|
/openbmc/qemu/docs/ |
H A D | qcow2-cache.txt | 164 needs to be evicted first.
|
/openbmc/linux/drivers/firmware/efi/ |
H A D | Kconfig | 186 have been evicted, since otherwise it will trigger even on clean
|
/openbmc/linux/include/linux/ |
H A D | mmzone.h | 436 atomic_long_t evicted[NR_HIST_GENS][ANON_AND_FILE][MAX_NR_TIERS]; member
|
/openbmc/linux/Documentation/filesystems/ |
H A D | dax.rst | 79 remounted with dax=inode and the inode is evicted from kernel memory.
|
H A D | vfat.rst | 207 evicted from the inode cache. However, it means that operations
|
H A D | porting.rst | 335 be used instead. It gets called whenever the inode is evicted, whether it has
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | sgx.rst | 64 number for a page evicted from the EPC.
|
/openbmc/linux/Documentation/block/ |
H A D | inline-encryption.rst | 211 the key is evicted from all keyslots it may be programmed into and unlinked from
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | md.rst | 533 this device but have not caused the device to be evicted from
|
/openbmc/linux/crypto/ |
H A D | Kconfig | 381 are evicted when the CPU is interrupted to do something else.
|
/openbmc/phosphor-mboxd/Documentation/ |
H A D | mbox_protocol.md | 588 evicted from the cache.
|
/openbmc/hiomapd/Documentation/ |
H A D | protocol.md | 861 in a window closed with this flag as first to be evicted from the cache.
|