Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dz3fold.c176 NEEDS_COMPACTING, enumerator
307 clear_bit(NEEDS_COMPACTING, &page->private); in init_z3fold_page()
448 clear_bit(NEEDS_COMPACTING, &page->private); in __release_z3fold_page()
621 if (WARN_ON(!test_and_clear_bit(NEEDS_COMPACTING, &page->private))) { in do_compact_page()
693 if (test_bit(NEEDS_COMPACTING, &page->private)) { in __z3fold_alloc()
737 if (test_bit(NEEDS_COMPACTING, &page->private)) { in __z3fold_alloc()
1055 test_and_set_bit(NEEDS_COMPACTING, &page->private)) { in z3fold_free()
1351 if (test_bit(NEEDS_COMPACTING, &page->private) || in z3fold_page_isolate()
1422 set_bit(NEEDS_COMPACTING, &newpage->private); in z3fold_page_migrate()