Home
last modified time | relevance | path

Searched refs:PG_lru (Results 1 – 8 of 8) sorted by relevance

/linux/fs/proc/
H A Dpage.c156 if ((k & (1 << PG_lru)) || is_anon) in stable_page_flags()
194 u |= kpf_copy_bit(k, KPF_LRU, PG_lru); in stable_page_flags()
/linux/kernel/
H A Dvmcore_info.c197 VMCOREINFO_NUMBER(PG_lru); in crash_save_vmcoreinfo_init()
/linux/include/linux/
H A Dpage-flags.h106 PG_lru, enumerator
1146 (1UL << PG_lru | 1UL << PG_locked | \
/linux/lib/
H A Dtest_printf.c675 flags |= 1UL << PG_uptodate | 1UL << PG_dirty | 1UL << PG_lru in flags()
/linux/Documentation/mm/
H A Dunevictable-lru.rst70 PG_lru is set.
324 mlock_count in place of LRU threading). Or if the page was already PG_lru
/linux/Documentation/admin-guide/kdump/
H A Dvmcoreinfo.rst328 PG_lru|PG_private|PG_swapcache|PG_swapbacked|PG_slab|PG_hwpoision|PG_head_mask|PG_hugetlb
/linux/mm/
H A Dmemory-failure.c1255 #define lru (1UL << PG_lru)
/linux/fs/fuse/
H A Ddev.c777 1 << PG_lru | in fuse_check_folio()