Home
last modified time | relevance | path

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

/Linux-v6.1/mm/
Dz3fold.c59 #define ZHDR_CHUNKS (ZHDR_SIZE_ALIGNED >> CHUNK_SHIFT) macro
61 #define NCHUNKS (TOTAL_CHUNKS - ZHDR_CHUNKS)
533 0 : zhdr->start_middle - ZHDR_CHUNKS; in num_free_chunks()
568 chunks <= zhdr->start_middle - ZHDR_CHUNKS) in get_free_buddy()
655 new_zhdr->first_chunks + ZHDR_CHUNKS; in compact_single_buddy()
708 mchunk_memmove(zhdr, ZHDR_CHUNKS); in z3fold_compact_page()
721 zhdr->start_middle - (zhdr->first_chunks + ZHDR_CHUNKS) >= in z3fold_compact_page()
723 mchunk_memmove(zhdr, zhdr->first_chunks + ZHDR_CHUNKS); in z3fold_compact_page()
724 zhdr->start_middle = zhdr->first_chunks + ZHDR_CHUNKS; in z3fold_compact_page()
1079 zhdr->start_middle = zhdr->first_chunks + ZHDR_CHUNKS; in z3fold_alloc()