Home
last modified time | relevance | path

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

/mm/
Dz3fold.c63 #define ZHDR_CHUNKS (ZHDR_SIZE_ALIGNED >> CHUNK_SHIFT) macro
65 #define NCHUNKS (TOTAL_CHUNKS - ZHDR_CHUNKS)
591 0 : zhdr->start_middle - ZHDR_CHUNKS; in num_free_chunks()
626 chunks <= zhdr->start_middle - ZHDR_CHUNKS) in get_free_buddy()
713 new_zhdr->first_chunks + ZHDR_CHUNKS; in compact_single_buddy()
770 mchunk_memmove(zhdr, ZHDR_CHUNKS); in z3fold_compact_page()
783 zhdr->start_middle - (zhdr->first_chunks + ZHDR_CHUNKS) >= in z3fold_compact_page()
785 mchunk_memmove(zhdr, zhdr->first_chunks + ZHDR_CHUNKS); in z3fold_compact_page()
786 zhdr->start_middle = zhdr->first_chunks + ZHDR_CHUNKS; in z3fold_compact_page()
1167 zhdr->start_middle = zhdr->first_chunks + ZHDR_CHUNKS; in z3fold_alloc()