Home
last modified time | relevance | path

Searched refs:evicted (Results 1 – 23 of 23) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/msm/
Dmsm_gem_shrinker.c139 int evicted = scan(priv, sc->nr_to_scan - freed, in msm_gem_shrinker_scan() local
142 if (evicted > 0) in msm_gem_shrinker_scan()
143 trace_msm_gem_evict(evicted << PAGE_SHIFT); in msm_gem_shrinker_scan()
145 freed += evicted; in msm_gem_shrinker_scan()
/linux-5.19.10/drivers/gpu/drm/amd/amdkfd/
Dkfd_device_queue_manager.c518 q->properties.is_evicted = !!qpd->evicted; in create_queue_nocpsch()
919 if (qpd->evicted++ > 0) /* already evicted, do nothing */ in evict_process_queues_nocpsch()
968 if (qpd->evicted++ > 0) /* already evicted, do nothing */ in evict_process_queues_cpsch()
1023 if (WARN_ON_ONCE(!qpd->evicted)) /* already restored, do nothing */ in restore_process_queues_nocpsch()
1025 if (qpd->evicted > 1) { /* ref count still > 0, decrement & quit */ in restore_process_queues_nocpsch()
1026 qpd->evicted--; in restore_process_queues_nocpsch()
1078 qpd->evicted = 0; in restore_process_queues_nocpsch()
1102 if (WARN_ON_ONCE(!qpd->evicted)) /* already restored, do nothing */ in restore_process_queues_cpsch()
1104 if (qpd->evicted > 1) { /* ref count still > 0, decrement & quit */ in restore_process_queues_cpsch()
1105 qpd->evicted--; in restore_process_queues_cpsch()
[all …]
Dkfd_priv.h618 unsigned int evicted; /* eviction counter, 0=active */ member
Dkfd_process.c1513 pdd->qpd.evicted = 0; in kfd_create_process_device_data()
/linux-5.19.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vm.h258 struct list_head evicted; member
415 struct amdgpu_bo *bo, bool evicted);
Damdgpu_vm.c187 list_move(&vm_bo->vm_status, &vm->evicted); in amdgpu_vm_bo_evicted()
189 list_move_tail(&vm_bo->vm_status, &vm->evicted); in amdgpu_vm_bo_evicted()
369 list_for_each_entry_safe(bo_base, tmp, &vm->evicted, vm_status) { in amdgpu_vm_validate_pt_bos()
415 return ret && list_empty(&vm->evicted); in amdgpu_vm_ready()
921 list_for_each_entry_safe(bo_va, tmp, &vm->evicted, base.vm_status) { in amdgpu_vm_get_memory()
1836 struct amdgpu_bo *bo, bool evicted) in amdgpu_vm_bo_invalidate() argument
1847 if (evicted && bo->tbo.base.resv == vm->root.bo->tbo.base.resv) { in amdgpu_vm_bo_invalidate()
2017 INIT_LIST_HEAD(&vm->evicted); in amdgpu_vm_init()
2553 list_for_each_entry_safe(bo_va, tmp, &vm->evicted, base.vm_status) { in amdgpu_debugfs_vm_bo_info()
/linux-5.19.10/Documentation/admin-guide/device-mapper/
Dcache-policies.rst15 e.g. to start writing back dirty blocks that are going to be evicted
/linux-5.19.10/fs/gfs2/
Dglock.c970 bool evicted = false; in gfs2_try_evict() local
1008 evicted = !ip; in gfs2_try_evict()
1010 return evicted; in gfs2_try_evict()
/linux-5.19.10/Documentation/vm/
Dtranshuge.rst144 goes away when the page gets evicted from the page cache.
Dfrontswap.rst77 evicted page-cache pages) are a great use for this kind of slower-than-RAM-
Dunevictable-lru.rst126 may be evicted. To prevent eviction of any such pages, the AS_UNEVICTABLE
/linux-5.19.10/Documentation/filesystems/
Ddax.rst79 remounted with dax=inode and the inode is evicted from kernel memory.
Dvfat.rst207 evicted from the inode cache. However, it means that operations
Dporting.rst335 be used instead. It gets called whenever the inode is evicted, whether it has
Dfsverity.rst707 hash page gets evicted (you can't pin the entire Merkle tree into
Dproc.rst1058 Memory which has been evicted from RAM, and is temporarily
/linux-5.19.10/drivers/firmware/efi/
DKconfig222 have been evicted, since otherwise it will trigger even on clean
/linux-5.19.10/Documentation/x86/
Dsgx.rst64 number for a page evicted from the EPC.
Dresctrl.rst305 are evicted and re-used while the occupancy in the new group rises as
/linux-5.19.10/Documentation/block/
Dinline-encryption.rst211 the key is evicted from all keyslots it may be programmed into and unlinked from
/linux-5.19.10/Documentation/admin-guide/
Dmd.rst533 this device but have not caused the device to be evicted from
Dcgroup-v2.rst1413 Number of refaults of previously evicted anonymous pages.
1416 Number of refaults of previously evicted file pages.
/linux-5.19.10/crypto/
DKconfig1167 are evicted when the CPU is interrupted to do something else.