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)527 0 : zhdr->start_middle - ZHDR_CHUNKS; in num_free_chunks()562 chunks <= zhdr->start_middle - ZHDR_CHUNKS) in get_free_buddy()649 new_zhdr->first_chunks + ZHDR_CHUNKS; in compact_single_buddy()702 mchunk_memmove(zhdr, ZHDR_CHUNKS); in z3fold_compact_page()715 zhdr->start_middle - (zhdr->first_chunks + ZHDR_CHUNKS) >= in z3fold_compact_page()717 mchunk_memmove(zhdr, zhdr->first_chunks + ZHDR_CHUNKS); in z3fold_compact_page()718 zhdr->start_middle = zhdr->first_chunks + ZHDR_CHUNKS; in z3fold_compact_page()1068 zhdr->start_middle = zhdr->first_chunks + ZHDR_CHUNKS; in z3fold_alloc()