Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/power/
Dswap.c525 #define CMP_HEADER sizeof(size_t) macro
533 CMP_HEADER, PAGE_SIZE)
673 cmp_len = CMP_SIZE - CMP_HEADER; in compress_threadfn()
675 d->cmp + CMP_HEADER, in compress_threadfn()
866 off < CMP_HEADER + data[thr].cmp_len; in save_compressed_image()
1178 d->ret = crypto_comp_decompress(d->cc, d->cmp + CMP_HEADER, d->cmp_len, in decompress_threadfn()
1393 need = DIV_ROUND_UP(data[thr].cmp_len + CMP_HEADER, in load_compressed_image()
1404 off < CMP_HEADER + data[thr].cmp_len; in load_compressed_image()