Home
last modified time | relevance | path

Searched refs:PG_private (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dpage-flags.h118 PG_private, /* If pagecache, has fs-private data */ enumerator
170 PG_slob_free = PG_private,
840 1UL << PG_private | 1UL << PG_private_2 | \
857 (1UL << PG_private | 1UL << PG_private_2)
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dmmflags.h110 {1UL << PG_private, "private" }, \
/OK3568_Linux_fs/kernel/fs/proc/
H A Dpage.c216 u |= kpf_copy_bit(k, KPF_PRIVATE, PG_private); in stable_page_flags()
/OK3568_Linux_fs/kernel/kernel/
H A Dcrash_core.c505 VMCOREINFO_NUMBER(PG_private); in crash_save_vmcoreinfo_init()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/kdump/
H A Dvmcoreinfo.rst322 PG_lru|PG_private|PG_swapcache|PG_swapbacked|PG_slab|PG_hwpoision|PG_head_mask
/OK3568_Linux_fs/kernel/Documentation/filesystems/caching/
H A Dnetfs-api.rst879 will be called on a page to get rid of it, even if PG_private is not set. This
884 This bit does not overlap with such as PG_private. This means that FS-Cache
/OK3568_Linux_fs/kernel/mm/
H A Dhugetlb.c1352 1 << PG_active | 1 << PG_private | in update_and_free_page()