Searched refs:PG_owner_priv_1 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | page-flags.h | 113 PG_owner_priv_1, /* Owner use. If pagecache, fs may use*/ enumerator 153 PG_checked = PG_owner_priv_1, 156 PG_swapcache = PG_owner_priv_1, /* Swap page: swp_entry_t in private */ 166 PG_pinned = PG_owner_priv_1, 170 PG_foreign = PG_owner_priv_1, 172 PG_xen_remapped = PG_owner_priv_1, 182 PG_vmemmap_self_hosted = PG_owner_priv_1,
|
/openbmc/linux/fs/proc/ |
H A D | page.c | 216 u |= kpf_copy_bit(k, KPF_OWNER_PRIVATE, PG_owner_priv_1); in stable_page_flags()
|