Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dvmcore_info.c197 VMCOREINFO_NUMBER(PG_lru); in crash_save_vmcoreinfo_init()
/linux-6.15/fs/proc/
H A Dpage.c194 u |= kpf_copy_bit(k, KPF_LRU, PG_lru); in stable_page_flags()
/linux-6.15/include/linux/
H A Dpage-flags.h99 PG_lru, enumerator
1201 (1UL << PG_lru | 1UL << PG_locked | \
/linux-6.15/lib/tests/
H A Dprintf_kunit.c649 flags |= 1UL << PG_uptodate | 1UL << PG_dirty | 1UL << PG_lru in flags()
/linux-6.15/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-6.15/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-6.15/mm/
H A Dmemory-failure.c1257 #define lru (1UL << PG_lru)
/linux-6.15/fs/fuse/
H A Ddev.c940 1 << PG_lru | in fuse_check_folio()