Searched refs:ZHDR_CHUNKS (Results 1 – 1 of 1) sorted by relevance
59 #define ZHDR_CHUNKS (ZHDR_SIZE_ALIGNED >> CHUNK_SHIFT) macro61 #define NCHUNKS (TOTAL_CHUNKS - ZHDR_CHUNKS)528 0 : zhdr->start_middle - ZHDR_CHUNKS; in num_free_chunks()563 chunks <= zhdr->start_middle - ZHDR_CHUNKS) in get_free_buddy()650 new_zhdr->first_chunks + ZHDR_CHUNKS; in compact_single_buddy()703 mchunk_memmove(zhdr, ZHDR_CHUNKS); in z3fold_compact_page()716 zhdr->start_middle - (zhdr->first_chunks + ZHDR_CHUNKS) >= in z3fold_compact_page()718 mchunk_memmove(zhdr, zhdr->first_chunks + ZHDR_CHUNKS); in z3fold_compact_page()719 zhdr->start_middle = zhdr->first_chunks + ZHDR_CHUNKS; in z3fold_compact_page()1069 zhdr->start_middle = zhdr->first_chunks + ZHDR_CHUNKS; in z3fold_alloc()