Searched refs:eviction (Results 1 – 16 of 16) sorted by relevance
/linux-6.1.9/mm/ |
D | workingset.c | 187 static void *pack_shadow(int memcgid, pg_data_t *pgdat, unsigned long eviction, in pack_shadow() argument 190 eviction &= EVICTION_MASK; in pack_shadow() 191 eviction = (eviction << MEM_CGROUP_ID_SHIFT) | memcgid; in pack_shadow() 192 eviction = (eviction << NODES_SHIFT) | pgdat->node_id; in pack_shadow() 193 eviction = (eviction << WORKINGSET_SHIFT) | workingset; in pack_shadow() 195 return xa_mk_value(eviction); in pack_shadow() 354 unsigned long eviction; in workingset_eviction() local 369 eviction = atomic_long_read(&lruvec->nonresident_age); in workingset_eviction() 370 eviction >>= bucket_order; in workingset_eviction() 372 return pack_shadow(memcgid, pgdat, eviction, in workingset_eviction() [all …]
|
/linux-6.1.9/Documentation/mm/ |
D | multigen_lru.rst | 109 eviction. They form a closed-loop system, i.e., the page reclaim. 122 the latter, when the eviction walks the rmap and finds a young PTE, 129 The eviction consumes old generations. Given an ``lruvec``, it 135 unmapped clean pages, which are the best bet. The eviction sorts a 154 The aging and the eviction form a producer-consumer model; 158 Within the eviction, the PID controller uses refaults as the feedback
|
D | unevictable-lru.rst | 126 may be evicted. To prevent eviction of any such pages, the AS_UNEVICTABLE
|
/linux-6.1.9/drivers/gpu/drm/omapdrm/ |
D | TODO | 2 . Where should we do eviction (detatch_pages())? We aren't necessarily
|
/linux-6.1.9/Documentation/filesystems/nfs/ |
D | exporting.rst | 71 refcount reaching zero means immediate eviction, same as for unhashed 78 time for eviction purposes.
|
/linux-6.1.9/Documentation/bpf/ |
D | map_hash.rst | 30 is used to select elements for eviction. This internal LRU list is
|
/linux-6.1.9/Documentation/gpu/rfc/ |
D | i915_vm_bind.rst | 66 the i915 driver. Hence all VA assignment, eviction are not applicable in 122 invalidated vmas (due to eviction and userptr invalidation) etc.
|
/linux-6.1.9/arch/arm/mach-omap2/ |
D | Kconfig | 274 bool "Errata 801819: An eviction from L1 data cache might stall indefinitely"
|
/linux-6.1.9/Documentation/filesystems/ |
D | vfat.rst | 201 supported but with cache eviction at NFS server, this could 230 last close if there is memory pressure resulting in eviction of
|
D | porting.rst | 345 simply of return 1. Note that all actual eviction work is done by caller after 665 i_pipe/i_link union zeroed out at inode eviction. As the result, you can't
|
D | coda.rst | 262 (usually a cache eviction or replacement) and when it finishes
|
/linux-6.1.9/drivers/perf/ |
D | xgene_pmu.c | 392 XGENE_PMU_EVENT_ATTR(index-flush-eviction, 0x03), 395 XGENE_PMU_EVENT_ATTR(clean-eviction, 0x06), 396 XGENE_PMU_EVENT_ATTR(dirty-eviction, 0x07),
|
/linux-6.1.9/Documentation/admin-guide/mm/ |
D | zswap.rst | 80 zsmalloc does not implement compressed page eviction, so once zswap fills it
|
/linux-6.1.9/drivers/fpga/ |
D | dfl-fme-perf.c | 588 FME_EVENT_CACHE(eviction, CACHE_EVNT_EVICTIONS);
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-driver-ufs | 1667 Description: Region deactivation is often due to the fact that eviction took 1670 In host mode, eviction is considered an extreme measure. We 1680 be a candidate for eviction only if it has fewer reads than
|
/linux-6.1.9/arch/arm64/ |
D | Kconfig | 413 Under certain conditions this erratum can cause a clean line eviction
|