Home
last modified time | relevance | path

Searched refs:NEEDS_COMPACTING (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Dz3fold.c162 NEEDS_COMPACTING, enumerator
327 clear_bit(NEEDS_COMPACTING, &page->private); in init_z3fold_page()
445 clear_bit(NEEDS_COMPACTING, &page->private); in __release_z3fold_page()
745 if (WARN_ON(!test_and_clear_bit(NEEDS_COMPACTING, &page->private))) { in do_compact_page()
824 if (test_bit(NEEDS_COMPACTING, &page->private) || in __z3fold_alloc()
869 if (test_bit(NEEDS_COMPACTING, &page->private) || in __z3fold_alloc()
1147 if (test_and_set_bit(NEEDS_COMPACTING, &page->private)) { in z3fold_free()
1262 if (test_bit(NEEDS_COMPACTING, &page->private) || in z3fold_page_isolate()
1332 set_bit(NEEDS_COMPACTING, &newpage->private); in z3fold_page_migrate()