Searched refs:PG_owner_priv_1 (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
A D | page-flags.h | 114 PG_owner_priv_1, /* Owner use. If pagecache, fs may use*/ enumerator 149 PG_checked = PG_owner_priv_1, 152 PG_swapcache = PG_owner_priv_1, /* Swap page: swp_entry_t in private */ 162 PG_pinned = PG_owner_priv_1, 166 PG_foreign = PG_owner_priv_1, 168 PG_xen_remapped = PG_owner_priv_1,
|
/linux/include/trace/events/ |
A D | mmflags.h | 107 {1UL << PG_owner_priv_1, "owner_priv_1" }, \
|
/linux/fs/proc/ |
A D | page.c | 218 u |= kpf_copy_bit(k, KPF_OWNER_PRIVATE, PG_owner_priv_1); in stable_page_flags()
|
Completed in 7 milliseconds