Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/msm/
A 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/net/netfilter/
A Dnf_conntrack_ecache.c47 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/drivers/gpu/drm/amd/amdkfd/
A Dkfd_device_queue_manager.c337 q->properties.is_evicted = !!qpd->evicted; in create_queue_nocpsch()
665 if (qpd->evicted++ > 0) /* already evicted, do nothing */ in evict_process_queues_nocpsch()
718 if (qpd->evicted++ > 0) /* already evicted, do nothing */ in evict_process_queues_cpsch()
763 if (WARN_ON_ONCE(!qpd->evicted)) /* already restored, do nothing */ in restore_process_queues_nocpsch()
765 if (qpd->evicted > 1) { /* ref count still > 0, decrement & quit */ in restore_process_queues_nocpsch()
766 qpd->evicted--; in restore_process_queues_nocpsch()
822 qpd->evicted = 0; in restore_process_queues_nocpsch()
846 if (WARN_ON_ONCE(!qpd->evicted)) /* already restored, do nothing */ in restore_process_queues_cpsch()
849 qpd->evicted--; in restore_process_queues_cpsch()
871 qpd->evicted = 0; in restore_process_queues_cpsch()
[all …]
A Dkfd_priv.h593 unsigned int evicted; /* eviction counter, 0=active */ member
A Dkfd_process.c1498 pdd->qpd.evicted = 0; in kfd_create_process_device_data()
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_vm.h258 struct list_head evicted; member
414 struct amdgpu_bo *bo, bool evicted);
A Damdgpu_vm.c274 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()
1832 list_for_each_entry_safe(bo_va, tmp, &vm->evicted, base.vm_status) { in amdgpu_vm_get_memory()
2754 struct amdgpu_bo *bo, bool evicted) in amdgpu_vm_bo_invalidate() argument
2765 if (evicted && bo->tbo.base.resv == vm->root.bo->tbo.base.resv) { in amdgpu_vm_bo_invalidate()
2934 INIT_LIST_HEAD(&vm->evicted); in amdgpu_vm_init()
3491 list_for_each_entry_safe(bo_va, tmp, &vm->evicted, base.vm_status) { in amdgpu_debugfs_vm_bo_info()
/linux/Documentation/admin-guide/device-mapper/
A Dcache-policies.rst15 e.g. to start writing back dirty blocks that are going to be evicted
/linux/fs/gfs2/
A Dglock.c969 bool evicted = false; in gfs2_try_evict() local
1007 evicted = !ip; in gfs2_try_evict()
1009 return evicted; in gfs2_try_evict()
/linux/Documentation/vm/
A Dtranshuge.rst144 goes away when the page gets evicted from the page cache.
A Dcleancache.rst51 (presumably about-to-be-evicted) page into cleancache and associate it with
A Dfrontswap.rst89 evicted page-cache pages) are a great use for this kind of slower-than-RAM-
A Dunevictable-lru.rst123 may be evicted. To prevent eviction of any such pages, the AS_UNEVICTABLE
/linux/drivers/firmware/efi/
A DKconfig207 have been evicted, since otherwise it will trigger even on clean
/linux/Documentation/filesystems/
A Ddax.rst79 remounted with dax=inode and the inode is evicted from kernel memory.
A Dvfat.rst207 evicted from the inode cache. However, it means that operations
A Dporting.rst329 be used instead. It gets called whenever the inode is evicted, whether it has
A Dfsverity.rst696 hash page gets evicted (you can't pin the entire Merkle tree into
/linux/Documentation/x86/
A Dsgx.rst64 number for a page evicted from the EPC.
A Dresctrl.rst305 are evicted and re-used while the occupancy in the new group rises as
/linux/Documentation/block/
A Dinline-encryption.rst211 the key is evicted from all keyslots it may be programmed into and unlinked from
/linux/Documentation/filesystems/caching/
A Dbackend-api.rst519 This is called when a netfs page is being evicted from the pagecache. The
/linux/Documentation/admin-guide/
A Dmd.rst533 this device but have not caused the device to be evicted from
A Dcgroup-v2.rst1368 Number of refaults of previously evicted anonymous pages.
1371 Number of refaults of previously evicted file pages.
/linux/crypto/
A DKconfig1082 are evicted when the CPU is interrupted to do something else.

Completed in 64 milliseconds

12