Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/mm/
H A Dz3fold.c59 #define ZHDR_CHUNKS (ZHDR_SIZE_ALIGNED >> CHUNK_SHIFT) macro
61 #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()
[all...]
/kernel/linux/linux-5.10/mm/
H A Dz3fold.c63 #define ZHDR_CHUNKS (ZHDR_SIZE_ALIGNED >> CHUNK_SHIFT) macro
610 0 : zhdr->start_middle - ZHDR_CHUNKS; in num_free_chunks()
643 chunks <= zhdr->start_middle - ZHDR_CHUNKS) in get_free_buddy()
730 new_zhdr->first_chunks + ZHDR_CHUNKS; in compact_single_buddy()
787 mchunk_memmove(zhdr, ZHDR_CHUNKS); in z3fold_compact_page()
800 zhdr->start_middle - (zhdr->first_chunks + ZHDR_CHUNKS) >= in z3fold_compact_page()
802 mchunk_memmove(zhdr, zhdr->first_chunks + ZHDR_CHUNKS); in z3fold_compact_page()
803 zhdr->start_middle = zhdr->first_chunks + ZHDR_CHUNKS; in z3fold_compact_page()
1182 zhdr->start_middle = zhdr->first_chunks + ZHDR_CHUNKS; in z3fold_alloc()

Completed in 5 milliseconds