Home
last modified time | relevance | path

Searched refs:refault (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/mm/
Dworkingset.c302 unsigned long refault; in workingset_refault() local
337 refault = atomic_long_read(&eviction_lruvec->nonresident_age); in workingset_refault()
355 refault_distance = (refault - eviction) & EVICTION_MASK; in workingset_refault()
Dzswapd.c747 u64 get_do_eswap_size(bool refault) in get_do_eswap_size() argument
754 else if (policy == CHECK_BUFFER_ONLY && (zram_watermark_ok() || refault)) in get_do_eswap_size()
779 bool refault = false; in zswapd() local
789 refault = true; in zswapd()
804 size = get_do_eswap_size(refault); in zswapd()
DKconfig98 and the refault of anonymous pages is high, the content of
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/
Dfile.c343 goto refault; in spufs_ps_fault()
361 refault: in spufs_ps_fault()