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

/linux-master/mm/
H A Dz3fold.c106 * @mapped_count: the number of objects currently mapped
121 unsigned short mapped_count:2; member in struct:z3fold_header
763 zhdr->mapped_count == 0 && compact_single_buddy(zhdr)) {
1209 zhdr->mapped_count++;
1235 zhdr->mapped_count--;
1266 if (zhdr->mapped_count != 0 || zhdr->foreign_handles != 0)
1301 if (zhdr->mapped_count != 0 || zhdr->foreign_handles != 0) {

Completed in 213 milliseconds