/Linux-v4.19/net/netfilter/ |
D | nf_conntrack_ecache.c | 47 unsigned int evicted = 0; in ecache_work_evict_list() local 69 refs[evicted] = ct; in ecache_work_evict_list() 71 if (++evicted >= ARRAY_SIZE(refs)) { in ecache_work_evict_list() 80 while (evicted) in ecache_work_evict_list() 81 nf_ct_put(refs[--evicted]); in ecache_work_evict_list()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_device_queue_manager.c | 275 if (qpd->evicted) in create_queue_nocpsch() 507 if (pdd->qpd.evicted) in update_queue() 597 if (qpd->evicted++ > 0) /* already evicted, do nothing */ in evict_process_queues_nocpsch() 638 if (qpd->evicted++ > 0) /* already evicted, do nothing */ in evict_process_queues_cpsch() 678 if (WARN_ON_ONCE(!qpd->evicted)) /* already restored, do nothing */ in restore_process_queues_nocpsch() 680 if (qpd->evicted > 1) { /* ref count still > 0, decrement & quit */ in restore_process_queues_nocpsch() 681 qpd->evicted--; in restore_process_queues_nocpsch() 728 qpd->evicted = 0; in restore_process_queues_nocpsch() 749 if (WARN_ON_ONCE(!qpd->evicted)) /* already restored, do nothing */ in restore_process_queues_cpsch() 751 if (qpd->evicted > 1) { /* ref count still > 0, decrement & quit */ in restore_process_queues_cpsch() [all …]
|
D | kfd_priv.h | 517 unsigned int evicted; /* eviction counter, 0=active */ member
|
D | kfd_process.c | 649 pdd->qpd.evicted = 0; in kfd_create_process_device_data()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_vm.h | 180 struct list_head evicted; member 299 struct amdgpu_bo *bo, bool evicted);
|
D | amdgpu_vm.c | 174 list_move_tail(&base->vm_status, &vm->evicted); in amdgpu_vm_bo_base_init() 292 list_for_each_entry_safe(bo_base, tmp, &vm->evicted, vm_status) { in amdgpu_vm_validate_pt_bos() 344 return list_empty(&vm->evicted); in amdgpu_vm_ready() 1711 list_add_tail(&bo_va->base.vm_status, &vm->evicted); in amdgpu_vm_bo_update() 2427 struct amdgpu_bo *bo, bool evicted) in amdgpu_vm_bo_invalidate() argument 2440 if (evicted && bo->tbo.resv == vm->root.base.bo->tbo.resv) { in amdgpu_vm_bo_invalidate() 2442 list_move(&bo_base->vm_status, &vm->evicted); in amdgpu_vm_bo_invalidate() 2445 &vm->evicted); in amdgpu_vm_bo_invalidate() 2607 INIT_LIST_HEAD(&vm->evicted); in amdgpu_vm_init()
|
/Linux-v4.19/include/drm/ttm/ |
D | ttm_bo_api.h | 194 bool evicted; member
|
/Linux-v4.19/Documentation/device-mapper/ |
D | cache-policies.txt | 14 e.g. to start writing back dirty blocks that are going to be evicted
|
/Linux-v4.19/drivers/gpu/drm/ttm/ |
D | ttm_bo.c | 299 if (bo->evicted) { in ttm_bo_handle_move_mem() 305 bo->evicted = false; in ttm_bo_handle_move_mem() 663 bo->evicted = true; in ttm_bo_evict()
|
/Linux-v4.19/drivers/firmware/efi/ |
D | Kconfig | 179 have been evicted, since otherwise it will trigger even on clean
|
/Linux-v4.19/Documentation/vm/ |
D | transhuge.rst | 154 goes away when the page gets evicted from 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-v4.19/Documentation/filesystems/ |
D | vfat.txt | 167 evicted from the inode cache. However, it means that operations
|
D | porting | 296 be used instead. It gets called whenever the inode is evicted, whether it has
|
D | fscrypt.rst | 421 evicted. In the future there probably should be a way to provide keys
|
D | proc.txt | 915 SwapFree: Memory which has been evicted from RAM, and is temporarily
|
/Linux-v4.19/Documentation/filesystems/caching/ |
D | backend-api.txt | 521 This is called when a netfs page is being evicted from the pagecache. The
|
/Linux-v4.19/Documentation/admin-guide/ |
D | md.rst | 529 this device but have not caused the device to be evicted from
|
D | cgroup-v2.rst | 1201 Number of refaults of previously evicted pages
|
/Linux-v4.19/Documentation/x86/ |
D | intel_rdt_ui.txt | 261 are evicted and re-used while the occupancy in the new group rises as
|