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

/linux-master/mm/
H A Dz3fold.c59 #define ZHDR_CHUNKS (ZHDR_SIZE_ALIGNED >> CHUNK_SHIFT) macro
61 #define NCHUNKS (TOTAL_CHUNKS - ZHDR_CHUNKS)
528 0 : zhdr->start_middle - ZHDR_CHUNKS;
563 chunks <= zhdr->start_middle - ZHDR_CHUNKS)
650 new_zhdr->first_chunks + ZHDR_CHUNKS;
703 mchunk_memmove(zhdr, ZHDR_CHUNKS);
716 zhdr->start_middle - (zhdr->first_chunks + ZHDR_CHUNKS) >=
718 mchunk_memmove(zhdr, zhdr->first_chunks + ZHDR_CHUNKS);
719 zhdr->start_middle = zhdr->first_chunks + ZHDR_CHUNKS;
1069 zhdr->start_middle = zhdr->first_chunks + ZHDR_CHUNKS;
[all...]

Completed in 117 milliseconds