Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/netfilter/
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()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
Dkfd_device_queue_manager.c338 q->properties.is_evicted = !!qpd->evicted; in create_queue_nocpsch()
657 if (qpd->evicted++ > 0) /* already evicted, do nothing */ in evict_process_queues_nocpsch()
704 if (qpd->evicted++ > 0) /* already evicted, do nothing */ in evict_process_queues_cpsch()
749 if (WARN_ON_ONCE(!qpd->evicted)) /* already restored, do nothing */ in restore_process_queues_nocpsch()
751 if (qpd->evicted > 1) { /* ref count still > 0, decrement & quit */ in restore_process_queues_nocpsch()
752 qpd->evicted--; in restore_process_queues_nocpsch()
804 qpd->evicted = 0; in restore_process_queues_nocpsch()
828 if (WARN_ON_ONCE(!qpd->evicted)) /* already restored, do nothing */ in restore_process_queues_cpsch()
830 if (qpd->evicted > 1) { /* ref count still > 0, decrement & quit */ in restore_process_queues_cpsch()
831 qpd->evicted--; in restore_process_queues_cpsch()
[all …]
Dkfd_priv.h574 unsigned int evicted; /* eviction counter, 0=active */ member
Dkfd_process.c1278 pdd->qpd.evicted = 0; in kfd_create_process_device_data()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vm.h259 struct list_head evicted; member
400 struct amdgpu_bo *bo, bool evicted);
Damdgpu_vm.c230 list_move(&vm_bo->vm_status, &vm->evicted); in amdgpu_vm_bo_evicted()
232 list_move_tail(&vm_bo->vm_status, &vm->evicted); in amdgpu_vm_bo_evicted()
686 vm->bulk_moveable &= list_empty(&vm->evicted); in amdgpu_vm_validate_pt_bos()
688 list_for_each_entry_safe(bo_base, tmp, &vm->evicted, vm_status) { in amdgpu_vm_validate_pt_bos()
728 return ret && list_empty(&vm->evicted); in amdgpu_vm_ready()
2642 struct amdgpu_bo *bo, bool evicted) in amdgpu_vm_bo_invalidate() argument
2653 if (evicted && bo->tbo.base.resv == vm->root.base.bo->tbo.base.resv) { in amdgpu_vm_bo_invalidate()
2825 INIT_LIST_HEAD(&vm->evicted); in amdgpu_vm_init()
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/
Dcache-policies.rst15 e.g. to start writing back dirty blocks that are going to be evicted
/kernel/linux/linux-5.10/fs/gfs2/
Dglock.c823 bool evicted = false; in gfs2_try_evict() local
861 evicted = !ip; in gfs2_try_evict()
863 return evicted; in gfs2_try_evict()
/kernel/linux/linux-5.10/Documentation/vm/
Dtranshuge.rst149 goes away when the page gets evicted from the page cache.
Dcleancache.rst51 (presumably about-to-be-evicted) page into cleancache and associate it with
Dfrontswap.rst89 evicted page-cache pages) are a great use for this kind of slower-than-RAM-
Dunevictable-lru.rst129 may be evicted. To prevent eviction of any such pages, the AS_UNEVICTABLE
/kernel/linux/linux-5.10/drivers/firmware/efi/
DKconfig207 have been evicted, since otherwise it will trigger even on clean
/kernel/linux/linux-5.10/Documentation/filesystems/
Ddax.txt73 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.rst329 be used instead. It gets called whenever the inode is evicted, whether it has
Dfsverity.rst624 hash page gets evicted (you can't pin the entire Merkle tree into
Dproc.rst1014 Memory which has been evicted from RAM, and is temporarily
/kernel/linux/linux-5.10/Documentation/filesystems/caching/
Dbackend-api.rst519 This is called when a netfs page is being evicted from the pagecache. The
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dmd.rst533 this device but have not caused the device to be evicted from
Dcgroup-v2.rst1326 Number of refaults of previously evicted anonymous pages.
1329 Number of refaults of previously evicted file pages.
/kernel/linux/linux-5.10/Documentation/x86/
Dresctrl_ui.rst305 are evicted and re-used while the occupancy in the new group rises as
/kernel/linux/linux-5.10/crypto/
DKconfig1138 are evicted when the CPU is interrupted to do something else.