Searched refs:PAGE_CLAIMED (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/mm/ |
| D | z3fold.c | 181 PAGE_CLAIMED, /* by either reclaim or free */ enumerator 410 clear_bit(PAGE_CLAIMED, &page->private); in init_z3fold_page() 851 test_bit(PAGE_CLAIMED, &page->private) || in do_compact_page() 919 test_bit(PAGE_CLAIMED, &page->private)) { in __z3fold_alloc() 964 test_bit(PAGE_CLAIMED, &page->private)) { in __z3fold_alloc() 1232 page_claimed = test_and_set_bit(PAGE_CLAIMED, &page->private); in z3fold_free() 1268 clear_bit(PAGE_CLAIMED, &page->private); in z3fold_free() 1286 clear_bit(PAGE_CLAIMED, &page->private); in z3fold_free() 1295 clear_bit(PAGE_CLAIMED, &page->private); in z3fold_free() 1300 clear_bit(PAGE_CLAIMED, &page->private); in z3fold_free() [all …]
|