Home
last modified time | relevance | path

Searched refs:eviction (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/mm/
H A Dworkingset.c185 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 …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/
H A DTODO2 . Where should we do eviction (detatch_pages())? We aren't necessarily
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/redis/redis-7/
H A Dredis.conf654 lazyfree-lazy-eviction no
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A Dredis.conf654 lazyfree-lazy-eviction no
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-imx/
H A D0003-support-glibc-2.20.patch26 * When allocating, the contiguous block of areas with the minimum eviction
/OK3568_Linux_fs/kernel/Documentation/filesystems/nfs/
H A Dexporting.rst71 refcount reaching zero means immediate eviction, same as for unhashed
78 time for eviction purposes.
/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A DKconfig242 bool "Errata 801819: An eviction from L1 data cache might stall indefinitely"
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dvfat.rst201 supported but with cache eviction at NFS server, this could
230 last close if there is memory pressure resulting in eviction of
H A Dporting.rst339 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
H A Dcoda.rst262 (usually a cache eviction or replacement) and when it finishes
/OK3568_Linux_fs/kernel/drivers/perf/
H A Dxgene_pmu.c395 XGENE_PMU_EVENT_ATTR(index-flush-eviction, 0x03),
398 XGENE_PMU_EVENT_ATTR(clean-eviction, 0x06),
399 XGENE_PMU_EVENT_ATTR(dirty-eviction, 0x07),
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dzswap.rst80 zsmalloc does not implement compressed page eviction, so once zswap fills it
H A Dunevictable-lru.rst129 may be evicted. To prevent eviction of any such pages, the AS_UNEVICTABLE
/OK3568_Linux_fs/kernel/drivers/fpga/
H A Ddfl-fme-perf.c588 FME_EVENT_CACHE(eviction, CACHE_EVNT_EVICTIONS);
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-driver-ufs1472 Description: Region deactivation is often due to the fact that eviction took
1475 In host mode, eviction is considered an extreme measure. We
/OK3568_Linux_fs/kernel/arch/arm64/
H A DKconfig399 Under certain conditions this erratum can cause a clean line eviction
743 to DRAM, and subsequently written back by natural eviction, data
/OK3568_Linux_fs/external/xserver/
H A DChangeLog149548 EXA: Offscreen memory eviction improvements.
149550 * Make sure available areas are considered to have no eviction cost. This seems
149553 * Only calculate eviction cost of each area once for each eviction pass.
149555 * Cosmetic enhancements: Name eviction cost related variables 'cost' instead of
149557 comment to the way eviction works now.
150869 EXA: Optimize the eviction scanning loop in exaOffscreenAlloc.