Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/drivers/gpu/drm/msm/
A Dmsm_gpu_trace.h119 TP_PROTO(u32 nr_to_scan, u32 purged, u32 evicted,
121 TP_ARGS(nr_to_scan, purged, evicted, active_purged, active_evicted),
125 __field(u32, evicted)
132 __entry->evicted = evicted;
137 __entry->nr_to_scan, __entry->purged, __entry->evicted,
/linux-6.3-rc2/drivers/gpu/drm/amd/amdkfd/
A Dkfd_device_queue_manager.c529 q->properties.is_evicted = !!qpd->evicted; in create_queue_nocpsch()
929 if (qpd->evicted++ > 0) /* already evicted, do nothing */ in evict_process_queues_nocpsch()
978 if (qpd->evicted++ > 0) /* already evicted, do nothing */ in evict_process_queues_cpsch()
1033 if (WARN_ON_ONCE(!qpd->evicted)) /* already restored, do nothing */ in restore_process_queues_nocpsch()
1035 if (qpd->evicted > 1) { /* ref count still > 0, decrement & quit */ in restore_process_queues_nocpsch()
1036 qpd->evicted--; in restore_process_queues_nocpsch()
1088 qpd->evicted = 0; in restore_process_queues_nocpsch()
1112 if (WARN_ON_ONCE(!qpd->evicted)) /* already restored, do nothing */ in restore_process_queues_cpsch()
1115 qpd->evicted--; in restore_process_queues_cpsch()
1147 qpd->evicted = 0; in restore_process_queues_cpsch()
[all …]
A Dkfd_priv.h620 unsigned int evicted; /* eviction counter, 0=active */ member
A Dkfd_process.c1512 pdd->qpd.evicted = 0; in kfd_create_process_device_data()
/linux-6.3-rc2/Documentation/admin-guide/mm/
A Dmultigen_lru.rst72 ``N`` milliseconds from getting evicted. The OOM killer is triggered
92 evicted generations in this file.
153 the active list) and therefore cannot be evicted. ``swappiness``
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_vm.c184 list_move(&vm_bo->vm_status, &vm->evicted); in amdgpu_vm_bo_evicted()
186 list_move_tail(&vm_bo->vm_status, &vm->evicted); in amdgpu_vm_bo_evicted()
377 while (!list_empty(&vm->evicted)) { in amdgpu_vm_validate_pt_bos()
378 bo_base = list_first_entry(&vm->evicted, in amdgpu_vm_validate_pt_bos()
432 empty = list_empty(&vm->evicted); in amdgpu_vm_ready()
933 list_for_each_entry_safe(bo_va, tmp, &vm->evicted, base.vm_status) { in amdgpu_vm_get_memory()
1852 struct amdgpu_bo *bo, bool evicted) in amdgpu_vm_bo_invalidate() argument
1863 if (evicted && bo->tbo.base.resv == vm->root.bo->tbo.base.resv) { in amdgpu_vm_bo_invalidate()
2033 INIT_LIST_HEAD(&vm->evicted); in amdgpu_vm_init()
2569 list_for_each_entry_safe(bo_va, tmp, &vm->evicted, base.vm_status) { in amdgpu_debugfs_vm_bo_info()
A Damdgpu_vm.h258 struct list_head evicted; member
417 struct amdgpu_bo *bo, bool evicted);
/linux-6.3-rc2/mm/
A Dworkingset.c242 atomic_long_add(delta, &lrugen->evicted[hist][type][tier]); in lru_gen_eviction()
A Dvmscan.c3644 atomic_long_read(&lrugen->evicted[hist][type][tier]); in read_ctrl_pos()
3673 atomic_long_read(&lrugen->evicted[hist][type][tier]); in reset_ctrl_pos()
3681 atomic_long_set(&lrugen->evicted[hist][type][tier], 0); in reset_ctrl_pos()
5824 n[1] = atomic_long_read(&lrugen->evicted[hist][type][tier]); in lru_gen_seq_show_full()
A DKconfig1200 from evicted generations for debugging purpose.
/linux-6.3-rc2/Documentation/admin-guide/device-mapper/
A Dcache-policies.rst15 e.g. to start writing back dirty blocks that are going to be evicted
/linux-6.3-rc2/Documentation/mm/
A Dmultigen_lru.rst87 pages can be evicted regardless of swap constraints. These three
150 from getting evicted. The OOM killer is triggered if this working set
A Dfrontswap.rst75 evicted page-cache pages) are a great use for this kind of slower-than-RAM-
A Dunevictable-lru.rst125 may be evicted. To prevent eviction of any such pages, the AS_UNEVICTABLE
/linux-6.3-rc2/fs/gfs2/
A Dglock.c937 bool evicted = false; in gfs2_try_evict() local
973 evicted = !ip; in gfs2_try_evict()
975 return evicted; in gfs2_try_evict()
/linux-6.3-rc2/drivers/firmware/efi/
A DKconfig186 have been evicted, since otherwise it will trigger even on clean
/linux-6.3-rc2/include/linux/
A Dmmzone.h426 atomic_long_t evicted[NR_HIST_GENS][ANON_AND_FILE][MAX_NR_TIERS]; member
/linux-6.3-rc2/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.rst335 be used instead. It gets called whenever the inode is evicted, whether it has
A Dfsverity.rst712 hash page gets evicted (you can't pin the entire Merkle tree into
/linux-6.3-rc2/Documentation/x86/
A Dsgx.rst64 number for a page evicted from the EPC.
/linux-6.3-rc2/Documentation/block/
A Dinline-encryption.rst211 the key is evicted from all keyslots it may be programmed into and unlinked from
/linux-6.3-rc2/Documentation/admin-guide/
A Dmd.rst533 this device but have not caused the device to be evicted from
/linux-6.3-rc2/crypto/
A DKconfig373 are evicted when the CPU is interrupted to do something else.

Completed in 57 milliseconds

12