Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dpage-flags.h113 PG_private, /* If pagecache, has fs-private data */ enumerator
159 PG_slob_free = PG_private,
827 1UL << PG_private | 1UL << PG_private_2 | \
844 (1UL << PG_private | 1UL << PG_private_2)
/Linux-v5.4/include/trace/events/
Dmmflags.h96 {1UL << PG_private, "private" }, \
/Linux-v5.4/fs/proc/
Dpage.c198 u |= kpf_copy_bit(k, KPF_PRIVATE, PG_private); in stable_page_flags()
/Linux-v5.4/kernel/
Dcrash_core.c453 VMCOREINFO_NUMBER(PG_private); in crash_save_vmcoreinfo_init()
/Linux-v5.4/Documentation/admin-guide/kdump/
Dvmcoreinfo.rst244 PG_lru|PG_private|PG_swapcache|PG_swapbacked|PG_slab|PG_hwpoision|PG_head_mask
/Linux-v5.4/Documentation/filesystems/caching/
Dnetfs-api.txt893 will be called on a page to get rid of it, even if PG_private is not set. This
898 This bit does not overlap with such as PG_private. This means that FS-Cache
/Linux-v5.4/mm/
Dhugetlb.c1186 1 << PG_active | 1 << PG_private | in update_and_free_page()