Home
last modified time | relevance | path

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

/Linux-v5.10/mm/
Dz3fold.c678 struct z3fold_header *new_zhdr = NULL; in compact_single_buddy() local
710 new_zhdr = __z3fold_alloc(pool, sz, false); in compact_single_buddy()
711 if (!new_zhdr) in compact_single_buddy()
714 if (WARN_ON(new_zhdr == zhdr)) in compact_single_buddy()
717 if (new_zhdr->first_chunks == 0) { in compact_single_buddy()
718 if (new_zhdr->middle_chunks != 0 && in compact_single_buddy()
719 chunks >= new_zhdr->start_middle) { in compact_single_buddy()
724 } else if (new_zhdr->last_chunks == 0) { in compact_single_buddy()
726 } else if (new_zhdr->middle_chunks == 0) { in compact_single_buddy()
729 q = new_zhdr; in compact_single_buddy()
[all …]