Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpage-flags.h146 PG_anon_exclusive = PG_owner_2, enumerator
1120 return test_bit(PG_anon_exclusive, &PF_ANY(page, 1)->flags); in PageAnonExclusive()
1127 set_bit(PG_anon_exclusive, &PF_ANY(page, 1)->flags); in SetPageAnonExclusive()
1134 clear_bit(PG_anon_exclusive, &PF_ANY(page, 1)->flags); in ClearPageAnonExclusive()
1141 __clear_bit(PG_anon_exclusive, &PF_ANY(page, 1)->flags); in __ClearPageAnonExclusive()