Home
last modified time | relevance | path

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

/linux-6.15/kernel/power/
H A Dswap.c628 d->unc[i], *d->unc_len[i]); in crc32_threadfn()
786 crc->unc_len[thr] = &data[thr].unc_len; in save_compressed_image()
832 data[thr].unc_len = off; in save_compressed_image()
859 bytes_worst_compress(data[thr].unc_len))) { in save_compressed_image()
1193 d->unc_len = d->cr->dlen; in decompress_threadfn()
1197 (unsigned long)d->unc + d->unc_len); in decompress_threadfn()
1305 crc->unc_len[thr] = &data[thr].unc_len; in load_compressed_image()
1463 if (unlikely(!data[thr].unc_len || in load_compressed_image()
1464 data[thr].unc_len > UNC_SIZE || in load_compressed_image()
1465 data[thr].unc_len & (PAGE_SIZE - 1))) { in load_compressed_image()
[all …]