/openbmc/linux/mm/ |
H A D | workingset.c | 198 static void *pack_shadow(int memcgid, pg_data_t *pgdat, unsigned long eviction, in pack_shadow() argument 201 eviction &= EVICTION_MASK; in pack_shadow() 202 eviction = (eviction << MEM_CGROUP_ID_SHIFT) | memcgid; in pack_shadow() 203 eviction = (eviction << NODES_SHIFT) | pgdat->node_id; in pack_shadow() 204 eviction = (eviction << WORKINGSET_SHIFT) | workingset; in pack_shadow() 206 return xa_mk_value(eviction); in pack_shadow() 384 unsigned long eviction; in workingset_eviction() local 399 eviction = atomic_long_read(&lruvec->nonresident_age); in workingset_eviction() 400 eviction >>= bucket_order; in workingset_eviction() 402 return pack_shadow(memcgid, pgdat, eviction, in workingset_eviction() [all …]
|
/openbmc/linux/Documentation/mm/ |
H A D | multigen_lru.rst | 110 eviction. They form a closed-loop system, i.e., the page reclaim. 123 the latter, when the eviction walks the rmap and finds a young PTE, 130 The eviction consumes old generations. Given an ``lruvec``, it 136 unmapped clean pages, which are the best bet. The eviction sorts a 148 set, an ``lruvec`` is protected from the eviction when its oldest 193 forms a feedback loop between the eviction and the aging. 201 In the eviction path, specifically, in ``lru_gen_look_around()``, if a 264 The aging and the eviction form a producer-consumer model; 268 Within the eviction, the PID controller uses refaults as the feedback
|
H A D | unevictable-lru.rst | 127 may be evicted. To prevent eviction of any such pages, the AS_UNEVICTABLE
|
/openbmc/linux/Documentation/bpf/ |
H A D | map_hash.rst | 31 is used to select elements for eviction. This internal LRU list is 230 Updating elements in LRU maps may trigger eviction behaviour when the capacity 245 :alt: Diagram outlining the LRU eviction steps taken during map update. 247 LRU hash eviction during map update for ``BPF_MAP_TYPE_LRU_HASH`` and
|
/openbmc/linux/drivers/gpu/drm/omapdrm/ |
H A D | TODO | 2 . Where should we do eviction (detatch_pages())? We aren't necessarily
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/ |
H A D | valkey.conf | 654 lazyfree-lazy-eviction no
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/ |
H A D | redis.conf | 654 lazyfree-lazy-eviction no
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.6/ |
H A D | redis.conf | 654 lazyfree-lazy-eviction no
|
/openbmc/linux/Documentation/filesystems/nfs/ |
H A D | exporting.rst | 71 refcount reaching zero means immediate eviction, same as for unhashed 78 time for eviction purposes.
|
/openbmc/linux/Documentation/gpu/rfc/ |
H A 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.
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | Kconfig | 263 bool "Errata 801819: An eviction from L1 data cache might stall indefinitely"
|
/openbmc/linux/Documentation/filesystems/ |
H A 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
|
H A 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
|
H A D | coda.rst | 262 (usually a cache eviction or replacement) and when it finishes
|
/openbmc/linux/drivers/perf/ |
H A 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),
|
/openbmc/openbmc/meta-security/recipes-ids/suricata/files/ |
H A D | CVE-2024-38535_pre.patch | 12 of later headers eviction from the dybnamic table.
|
/openbmc/linux/drivers/fpga/ |
H A D | dfl-fme-perf.c | 588 FME_EVENT_CACHE(eviction, CACHE_EVNT_EVICTIONS);
|
/openbmc/qemu/docs/about/ |
H A D | emulation.rst | 747 - Sets the eviction policy to POLICY. Available policies are:
|
/openbmc/linux/arch/arm64/ |
H A D | Kconfig | 470 Under certain conditions this erratum can cause a clean line eviction
|