Searched refs:eviction (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.10/mm/ |
D | workingset.c | 185 static void *pack_shadow(int memcgid, pg_data_t *pgdat, unsigned long eviction, in pack_shadow() argument 188 eviction >>= bucket_order; in pack_shadow() 189 eviction &= EVICTION_MASK; in pack_shadow() 190 eviction = (eviction << MEM_CGROUP_ID_SHIFT) | memcgid; in pack_shadow() 191 eviction = (eviction << NODES_SHIFT) | pgdat->node_id; in pack_shadow() 192 eviction = (eviction << 1) | workingset; in pack_shadow() 194 return xa_mk_value(eviction); in pack_shadow() 256 unsigned long eviction; in workingset_eviction() local 269 eviction = atomic_long_read(&lruvec->nonresident_age); in workingset_eviction() 270 return pack_shadow(memcgid, pgdat, eviction, PageWorkingset(page)); in workingset_eviction() [all …]
|
/Linux-v5.10/drivers/gpu/drm/omapdrm/ |
D | TODO | 2 . Where should we do eviction (detatch_pages())? We aren't necessarily
|
/Linux-v5.10/Documentation/filesystems/nfs/ |
D | exporting.rst | 71 refcount reaching zero means immediate eviction, same as for unhashed 78 time for eviction purposes.
|
/Linux-v5.10/arch/arm/mach-omap2/ |
D | Kconfig | 243 bool "Errata 801819: An eviction from L1 data cache might stall indefinitely"
|
/Linux-v5.10/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 | 339 simply of return 1. Note that all actual eviction work is done by caller after 659 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-v5.10/drivers/perf/ |
D | xgene_pmu.c | 395 XGENE_PMU_EVENT_ATTR(index-flush-eviction, 0x03), 398 XGENE_PMU_EVENT_ATTR(clean-eviction, 0x06), 399 XGENE_PMU_EVENT_ATTR(dirty-eviction, 0x07),
|
/Linux-v5.10/Documentation/vm/ |
D | zswap.rst | 80 zsmalloc does not implement compressed page eviction, so once zswap fills it
|
D | unevictable-lru.rst | 129 may be evicted. To prevent eviction of any such pages, the AS_UNEVICTABLE
|
/Linux-v5.10/drivers/fpga/ |
D | dfl-fme-perf.c | 588 FME_EVENT_CACHE(eviction, CACHE_EVNT_EVICTIONS);
|
/Linux-v5.10/arch/arm64/ |
D | Kconfig | 387 Under certain conditions this erratum can cause a clean line eviction
|