Searched refs:PAGE_CLAIMED (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/mm/ |
D | z3fold.c | 164 PAGE_CLAIMED, /* by either reclaim or free */ enumerator 329 clear_bit(PAGE_CLAIMED, &page->private); in init_z3fold_page() 756 test_and_set_bit(PAGE_CLAIMED, &page->private)) { in do_compact_page() 764 clear_bit(PAGE_CLAIMED, &page->private); in do_compact_page() 772 clear_bit(PAGE_CLAIMED, &page->private); in do_compact_page() 824 test_bit(PAGE_CLAIMED, &page->private)) { in __z3fold_alloc() 869 test_bit(PAGE_CLAIMED, &page->private)) { in __z3fold_alloc() 1101 page_claimed = test_and_set_bit(PAGE_CLAIMED, &page->private); in z3fold_free() 1147 clear_bit(PAGE_CLAIMED, &page->private); in z3fold_free() 1154 clear_bit(PAGE_CLAIMED, &page->private); in z3fold_free() [all …]
|