Searched refs:PAGE_CLAIMED (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/mm/ |
H A 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() 1088 * reclaim, as indicated by the PAGE_CLAIMED flag being set, this function 1101 page_claimed = test_and_set_bit(PAGE_CLAIMED, &page->private); in z3fold_free() 1147 clear_bit(PAGE_CLAIMED, in z3fold_free() [all...] |
/kernel/linux/linux-5.10/mm/ |
H A D | z3fold.c | 181 PAGE_CLAIMED, /* by either reclaim or free */ enumerator 408 clear_bit(PAGE_CLAIMED, &page->private); in init_z3fold_page() 843 test_and_set_bit(PAGE_CLAIMED, &page->private)) { in do_compact_page() 853 clear_bit(PAGE_CLAIMED, &page->private); in do_compact_page() 861 clear_bit(PAGE_CLAIMED, &page->private); in do_compact_page() 913 test_bit(PAGE_CLAIMED, &page->private)) { in __z3fold_alloc() 958 test_bit(PAGE_CLAIMED, &page->private)) { in __z3fold_alloc() 1221 page_claimed = test_and_set_bit(PAGE_CLAIMED, &page->private); in z3fold_free() 1273 clear_bit(PAGE_CLAIMED, &page->private); in z3fold_free() 1282 clear_bit(PAGE_CLAIMED, in z3fold_free() [all...] |
Completed in 4 milliseconds