Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dpage-flags.h153 PG_anon_exclusive = PG_mappedtodisk, enumerator
1003 return test_bit(PG_anon_exclusive, &PF_ANY(page, 1)->flags); in PageAnonExclusive()
1010 set_bit(PG_anon_exclusive, &PF_ANY(page, 1)->flags); in SetPageAnonExclusive()
1017 clear_bit(PG_anon_exclusive, &PF_ANY(page, 1)->flags); in ClearPageAnonExclusive()
1024 __clear_bit(PG_anon_exclusive, &PF_ANY(page, 1)->flags); in __ClearPageAnonExclusive()

Completed in 5 milliseconds