Searched refs:PAGE_CLAIMED (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/mm/ |
D | z3fold.c | 177 PAGE_CLAIMED, /* by either reclaim or free */ enumerator 343 clear_bit(PAGE_CLAIMED, &page->private); in init_z3fold_page() 762 test_and_set_bit(PAGE_CLAIMED, &page->private)) { in do_compact_page() 770 clear_bit(PAGE_CLAIMED, &page->private); in do_compact_page() 778 clear_bit(PAGE_CLAIMED, &page->private); in do_compact_page() 830 test_bit(PAGE_CLAIMED, &page->private)) { in __z3fold_alloc() 875 test_bit(PAGE_CLAIMED, &page->private)) { in __z3fold_alloc() 1118 page_claimed = test_and_set_bit(PAGE_CLAIMED, &page->private); in z3fold_free() 1167 clear_bit(PAGE_CLAIMED, &page->private); in z3fold_free() 1174 clear_bit(PAGE_CLAIMED, &page->private); in z3fold_free() [all …]
|