| /Linux-v5.4/net/netfilter/ |
| D | nf_conntrack_ecache.c | 45 unsigned int evicted = 0; in ecache_work_evict_list() local 67 refs[evicted] = ct; in ecache_work_evict_list() 69 if (++evicted >= ARRAY_SIZE(refs)) { in ecache_work_evict_list() 78 while (evicted) in ecache_work_evict_list() 79 nf_ct_put(refs[--evicted]); in ecache_work_evict_list()
|
| /Linux-v5.4/drivers/gpu/drm/amd/amdkfd/ |
| D | kfd_device_queue_manager.c | 297 q->properties.is_evicted = !!qpd->evicted; in create_queue_nocpsch() 578 if (qpd->evicted++ > 0) /* already evicted, do nothing */ in evict_process_queues_nocpsch() 620 if (qpd->evicted++ > 0) /* already evicted, do nothing */ in evict_process_queues_cpsch() 663 if (WARN_ON_ONCE(!qpd->evicted)) /* already restored, do nothing */ in restore_process_queues_nocpsch() 665 if (qpd->evicted > 1) { /* ref count still > 0, decrement & quit */ in restore_process_queues_nocpsch() 666 qpd->evicted--; in restore_process_queues_nocpsch() 714 qpd->evicted = 0; in restore_process_queues_nocpsch() 735 if (WARN_ON_ONCE(!qpd->evicted)) /* already restored, do nothing */ in restore_process_queues_cpsch() 737 if (qpd->evicted > 1) { /* ref count still > 0, decrement & quit */ in restore_process_queues_cpsch() 738 qpd->evicted--; in restore_process_queues_cpsch() [all …]
|
| D | kfd_priv.h | 554 unsigned int evicted; /* eviction counter, 0=active */ member
|
| D | kfd_process.c | 747 pdd->qpd.evicted = 0; in kfd_create_process_device_data()
|
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_vm.h | 235 struct list_head evicted; member 371 struct amdgpu_bo *bo, bool evicted);
|
| D | amdgpu_vm.c | 207 list_move(&vm_bo->vm_status, &vm->evicted); in amdgpu_vm_bo_evicted() 209 list_move_tail(&vm_bo->vm_status, &vm->evicted); in amdgpu_vm_bo_evicted() 652 vm->bulk_moveable &= list_empty(&vm->evicted); in amdgpu_vm_validate_pt_bos() 654 list_for_each_entry_safe(bo_base, tmp, &vm->evicted, vm_status) { in amdgpu_vm_validate_pt_bos() 687 return list_empty(&vm->evicted); in amdgpu_vm_ready() 2498 struct amdgpu_bo *bo, bool evicted) in amdgpu_vm_bo_invalidate() argument 2509 if (evicted && bo->tbo.base.resv == vm->root.base.bo->tbo.base.resv) { in amdgpu_vm_bo_invalidate() 2677 INIT_LIST_HEAD(&vm->evicted); in amdgpu_vm_init()
|
| /Linux-v5.4/include/drm/ttm/ |
| D | ttm_bo_api.h | 199 bool evicted; member
|
| /Linux-v5.4/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-v5.4/drivers/gpu/drm/ttm/ |
| D | ttm_bo.c | 393 if (bo->evicted) { in ttm_bo_handle_move_mem() 399 bo->evicted = false; in ttm_bo_handle_move_mem() 751 bo->evicted = true; in ttm_bo_evict()
|
| /Linux-v5.4/drivers/firmware/efi/ |
| D | Kconfig | 180 have been evicted, since otherwise it will trigger even on clean
|
| /Linux-v5.4/Documentation/vm/ |
| D | transhuge.rst | 149 goes away when the page gets evicted from the page cache.
|
| D | cleancache.rst | 51 (presumably about-to-be-evicted) page into cleancache and associate it with
|
| D | frontswap.rst | 89 evicted page-cache pages) are a great use for this kind of slower-than-RAM-
|
| D | unevictable-lru.rst | 129 may be evicted. To prevent eviction of any such pages, the AS_UNEVICTABLE
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | vfat.txt | 167 evicted from the inode cache. However, it means that operations
|
| D | porting.rst | 329 be used instead. It gets called whenever the inode is evicted, whether it has
|
| D | fsverity.rst | 616 hash page gets evicted (you can't pin the entire Merkle tree into
|
| D | proc.txt | 957 SwapFree: Memory which has been evicted from RAM, and is temporarily
|
| /Linux-v5.4/Documentation/filesystems/caching/ |
| D | backend-api.txt | 521 This is called when a netfs page is being evicted from the pagecache. The
|
| /Linux-v5.4/Documentation/admin-guide/ |
| D | md.rst | 529 this device but have not caused the device to be evicted from
|
| D | cgroup-v2.rst | 1309 Number of refaults of previously evicted pages
|
| /Linux-v5.4/Documentation/x86/ |
| D | resctrl_ui.rst | 293 are evicted and re-used while the occupancy in the new group rises as
|
| /Linux-v5.4/crypto/ |
| D | Kconfig | 1062 are evicted when the CPU is interrupted to do something else.
|