Searched refs:PAGE_CLAIMED (Results 1 – 1 of 1) sorted by relevance
/mm/ |
D | z3fold.c | 178 PAGE_CLAIMED, /* by either reclaim or free */ enumerator 309 clear_bit(PAGE_CLAIMED, &page->private); in init_z3fold_page() 635 test_bit(PAGE_CLAIMED, &page->private) || in do_compact_page() 1005 page_claimed = test_and_set_bit(PAGE_CLAIMED, &page->private); in z3fold_free() 1057 clear_bit(PAGE_CLAIMED, &page->private); in z3fold_free() 1067 clear_bit(PAGE_CLAIMED, &page->private); in z3fold_free() 1072 clear_bit(PAGE_CLAIMED, &page->private); in z3fold_free() 1137 if (test_and_set_bit(PAGE_CLAIMED, &page->private)) { in z3fold_reclaim_page() 1143 clear_bit(PAGE_CLAIMED, &page->private); in z3fold_reclaim_page() 1152 clear_bit(PAGE_CLAIMED, &page->private); in z3fold_reclaim_page() [all …]
|