Searched refs:eviction (Results 1 – 13 of 13) sorted by relevance
/linux/mm/ |
A D | workingset.c | 190 eviction >>= bucket_order; in pack_shadow() 191 eviction &= EVICTION_MASK; in pack_shadow() 192 eviction = (eviction << MEM_CGROUP_ID_SHIFT) | memcgid; in pack_shadow() 193 eviction = (eviction << NODES_SHIFT) | pgdat->node_id; in pack_shadow() 194 eviction = (eviction << WORKINGSET_SHIFT) | workingset; in pack_shadow() 196 return xa_mk_value(eviction); in pack_shadow() 258 unsigned long eviction; in workingset_eviction() local 270 eviction = atomic_long_read(&lruvec->nonresident_age); in workingset_eviction() 293 unsigned long eviction; in workingset_refault() local 300 unpack_shadow(shadow, &memcgid, &pgdat, &eviction, &workingset); in workingset_refault() [all …]
|
/linux/drivers/gpu/drm/omapdrm/ |
A D | TODO | 2 . Where should we do eviction (detatch_pages())? We aren't necessarily
|
/linux/arch/arm/mach-omap2/ |
A D | Kconfig | 223 bool "Errata 801819: An eviction from L1 data cache might stall indefinitely"
|
/linux/Documentation/filesystems/nfs/ |
A D | exporting.rst | 71 refcount reaching zero means immediate eviction, same as for unhashed 78 time for eviction purposes.
|
/linux/Documentation/filesystems/ |
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
|
A 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
|
A D | coda.rst | 262 (usually a cache eviction or replacement) and when it finishes
|
/linux/drivers/perf/ |
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),
|
/linux/Documentation/admin-guide/mm/ |
A D | zswap.rst | 80 zsmalloc does not implement compressed page eviction, so once zswap fills it
|
/linux/drivers/fpga/ |
A D | dfl-fme-perf.c | 588 FME_EVENT_CACHE(eviction, CACHE_EVNT_EVICTIONS);
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-driver-ufs | 1617 Description: Region deactivation is often due to the fact that eviction took 1620 In host mode, eviction is considered an extreme measure. We 1630 be a candidate for eviction only if it has fewer reads than
|
/linux/Documentation/vm/ |
A D | unevictable-lru.rst | 123 may be evicted. To prevent eviction of any such pages, the AS_UNEVICTABLE
|
/linux/arch/arm64/ |
A D | Kconfig | 394 Under certain conditions this erratum can cause a clean line eviction
|
Completed in 96 milliseconds