Home
last modified time | relevance | path

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

/openbmc/qemu/hw/hyperv/
H A Dhv-balloon-our_range_memslots.c95 memslots->mapped_count = 0; in our_range_memslots_init_slots()
126 for (idx = 0, offset = 0; idx < memslots->mapped_count; in our_range_memslots_free_memslots()
169 idx = memslots->mapped_count; in hvb_our_range_memslots_ensure_mapped_additional()
198 memslots->mapped_count++; in hvb_our_range_memslots_ensure_mapped_additional()
H A Dhv-balloon-our_range_memslots.h85 unsigned int mapped_count; member
/openbmc/linux/mm/
H A Dz3fold.c121 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()