Searched refs:eviction (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/mm/ |
D | workingset.c | 173 static void *pack_shadow(int memcgid, pg_data_t *pgdat, unsigned long eviction) in pack_shadow() argument 175 eviction >>= bucket_order; in pack_shadow() 176 eviction = (eviction << MEM_CGROUP_ID_SHIFT) | memcgid; in pack_shadow() 177 eviction = (eviction << NODES_SHIFT) | pgdat->node_id; in pack_shadow() 178 eviction = (eviction << RADIX_TREE_EXCEPTIONAL_SHIFT); in pack_shadow() 180 return (void *)(eviction | RADIX_TREE_EXCEPTIONAL_ENTRY); in pack_shadow() 213 unsigned long eviction; in workingset_eviction() local 222 eviction = atomic_long_inc_return(&lruvec->inactive_age); in workingset_eviction() 223 return pack_shadow(memcgid, pgdat, eviction); in workingset_eviction() 240 unsigned long eviction; in workingset_refault() local [all …]
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/ |
D | TODO | 2 . Where should we do eviction (detatch_pages())? We aren't necessarily
|
/Linux-v4.19/Documentation/filesystems/nfs/ |
D | Exporting | 70 refcount reaching zero means immediate eviction, same as for unhashed 77 time for eviction purposes.
|
/Linux-v4.19/arch/arm/mach-omap2/ |
D | Kconfig | 240 bool "Errata 801819: An eviction from L1 data cache might stall indefinitely"
|
/Linux-v4.19/Documentation/filesystems/ |
D | vfat.txt | 161 supported but with cache eviction at NFS server, this could 189 last close if there is memory pressure resulting in eviction of
|
D | porting | 306 simply of return 1. Note that all actual eviction work is done by caller after 533 i_pipe/i_link union zeroed out at inode eviction. As the result, you can't
|
D | coda.txt | 325 (usually a cache eviction or replacement) and when it finishes
|
/Linux-v4.19/Documentation/vm/ |
D | zswap.rst | 77 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-v4.19/drivers/perf/ |
D | xgene_pmu.c | 404 XGENE_PMU_EVENT_ATTR(index-flush-eviction, 0x03), 407 XGENE_PMU_EVENT_ATTR(clean-eviction, 0x06), 408 XGENE_PMU_EVENT_ATTR(dirty-eviction, 0x07),
|
/Linux-v4.19/arch/arm64/ |
D | Kconfig | 340 Under certain conditions this erratum can cause a clean line eviction
|