/Linux-v5.15/drivers/gpu/drm/msm/ |
D | msm_gem_shrinker.c | 136 int evicted = scan(priv, sc->nr_to_scan - freed, in msm_gem_shrinker_scan() local 139 if (evicted > 0) in msm_gem_shrinker_scan() 140 trace_msm_gem_evict(evicted << PAGE_SHIFT); in msm_gem_shrinker_scan() 142 freed += evicted; in msm_gem_shrinker_scan()
|
/Linux-v5.15/net/netfilter/ |
D | nf_conntrack_ecache.c | 47 unsigned int evicted = 0; in ecache_work_evict_list() local 80 refs[evicted] = ct; in ecache_work_evict_list() 82 if (++evicted >= ARRAY_SIZE(refs)) { in ecache_work_evict_list() 91 while (evicted) in ecache_work_evict_list() 92 nf_ct_put(refs[--evicted]); in ecache_work_evict_list()
|
/Linux-v5.15/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_device_queue_manager.c | 337 q->properties.is_evicted = !!qpd->evicted; in create_queue_nocpsch() 664 if (qpd->evicted++ > 0) /* already evicted, do nothing */ in evict_process_queues_nocpsch() 717 if (qpd->evicted++ > 0) /* already evicted, do nothing */ in evict_process_queues_cpsch() 762 if (WARN_ON_ONCE(!qpd->evicted)) /* already restored, do nothing */ in restore_process_queues_nocpsch() 764 if (qpd->evicted > 1) { /* ref count still > 0, decrement & quit */ in restore_process_queues_nocpsch() 765 qpd->evicted--; in restore_process_queues_nocpsch() 821 qpd->evicted = 0; in restore_process_queues_nocpsch() 845 if (WARN_ON_ONCE(!qpd->evicted)) /* already restored, do nothing */ in restore_process_queues_cpsch() 847 if (qpd->evicted > 1) { /* ref count still > 0, decrement & quit */ in restore_process_queues_cpsch() 848 qpd->evicted--; in restore_process_queues_cpsch() [all …]
|
D | kfd_priv.h | 582 unsigned int evicted; /* eviction counter, 0=active */ member
|
D | kfd_process.c | 1447 pdd->qpd.evicted = 0; in kfd_create_process_device_data()
|
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_vm.h | 258 struct list_head evicted; member 414 struct amdgpu_bo *bo, bool evicted);
|
D | amdgpu_vm.c | 274 list_move(&vm_bo->vm_status, &vm->evicted); in amdgpu_vm_bo_evicted() 276 list_move_tail(&vm_bo->vm_status, &vm->evicted); in amdgpu_vm_bo_evicted() 733 vm->bulk_moveable &= list_empty(&vm->evicted); in amdgpu_vm_validate_pt_bos() 735 list_for_each_entry_safe(bo_base, tmp, &vm->evicted, vm_status) { in amdgpu_vm_validate_pt_bos() 775 return list_empty(&vm->evicted); in amdgpu_vm_ready() 1820 list_for_each_entry_safe(bo_va, tmp, &vm->evicted, base.vm_status) { in amdgpu_vm_get_memory() 2742 struct amdgpu_bo *bo, bool evicted) in amdgpu_vm_bo_invalidate() argument 2753 if (evicted && bo->tbo.base.resv == vm->root.bo->tbo.base.resv) { in amdgpu_vm_bo_invalidate() 2922 INIT_LIST_HEAD(&vm->evicted); in amdgpu_vm_init() 3479 list_for_each_entry_safe(bo_va, tmp, &vm->evicted, base.vm_status) { in amdgpu_debugfs_vm_bo_info()
|
/Linux-v5.15/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.15/fs/gfs2/ |
D | glock.c | 835 bool evicted = false; in gfs2_try_evict() local 873 evicted = !ip; in gfs2_try_evict() 875 return evicted; in gfs2_try_evict()
|
/Linux-v5.15/Documentation/vm/ |
D | transhuge.rst | 144 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 | 123 may be evicted. To prevent eviction of any such pages, the AS_UNEVICTABLE
|
/Linux-v5.15/drivers/firmware/efi/ |
D | Kconfig | 207 have been evicted, since otherwise it will trigger even on clean
|
/Linux-v5.15/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 | 329 be used instead. It gets called whenever the inode is evicted, whether it has
|
D | fsverity.rst | 696 hash page gets evicted (you can't pin the entire Merkle tree into
|
D | proc.rst | 1033 Memory which has been evicted from RAM, and is temporarily
|
/Linux-v5.15/Documentation/x86/ |
D | sgx.rst | 64 number for a page evicted from the EPC.
|
D | resctrl.rst | 305 are evicted and re-used while the occupancy in the new group rises as
|
/Linux-v5.15/Documentation/filesystems/caching/ |
D | backend-api.rst | 519 This is called when a netfs page is being evicted from the pagecache. The
|
/Linux-v5.15/Documentation/admin-guide/ |
D | md.rst | 533 this device but have not caused the device to be evicted from
|
D | cgroup-v2.rst | 1360 Number of refaults of previously evicted anonymous pages. 1363 Number of refaults of previously evicted file pages.
|
/Linux-v5.15/crypto/ |
D | Kconfig | 1082 are evicted when the CPU is interrupted to do something else.
|