Home
last modified time | relevance | path

Searched refs:mapped_count (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/mm/
H A Dz3fold.c106 * @mapped_count: the number of objects currently mapped
121 unsigned short mapped_count:2; member
762 zhdr->mapped_count == 0 && compact_single_buddy(zhdr)) { in do_compact_page()
1208 zhdr->mapped_count++; in z3fold_map()
1234 zhdr->mapped_count--; in z3fold_unmap()
1265 if (zhdr->mapped_count != 0 || zhdr->foreign_handles != 0) in z3fold_page_isolate()
1300 if (zhdr->mapped_count != 0 || zhdr->foreign_handles != 0) { in z3fold_page_migrate()
/kernel/linux/linux-5.10/mm/
H A Dz3fold.c113 * @mapped_count: the number of objects currently mapped
128 unsigned short mapped_count:2; member
425 zhdr->mapped_count = 0; in init_z3fold_page()
849 zhdr->mapped_count == 0 && compact_single_buddy(zhdr)) { in do_compact_page()
1536 zhdr->mapped_count++; in z3fold_map()
1562 zhdr->mapped_count--; in z3fold_unmap()
1594 if (zhdr->mapped_count != 0 || zhdr->foreign_handles != 0) in z3fold_page_isolate()
1633 if (zhdr->mapped_count != 0 || zhdr->foreign_handles != 0) { in z3fold_page_migrate()

Completed in 5 milliseconds