Searched refs:PAGE_CLAIMED (Results 1 – 1 of 1) sorted by relevance
/mm/ |
D | z3fold.c | 183 PAGE_CLAIMED, /* by either reclaim or free */ enumerator 396 clear_bit(PAGE_CLAIMED, &page->private); in init_z3fold_page() 826 test_and_set_bit(PAGE_CLAIMED, &page->private)) { in do_compact_page() 836 clear_bit(PAGE_CLAIMED, &page->private); in do_compact_page() 844 clear_bit(PAGE_CLAIMED, &page->private); in do_compact_page() 897 test_bit(PAGE_CLAIMED, &page->private)) { in __z3fold_alloc() 942 test_bit(PAGE_CLAIMED, &page->private)) { in __z3fold_alloc() 1206 page_claimed = test_and_set_bit(PAGE_CLAIMED, &page->private); in z3fold_free() 1258 clear_bit(PAGE_CLAIMED, &page->private); in z3fold_free() 1267 clear_bit(PAGE_CLAIMED, &page->private); in z3fold_free() [all …]
|