Home
last modified time | relevance | path

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

/kernel/power/
Dswap.c604 unsigned char *unc[LZO_THREADS]; /* uncompressed data */ member
628 d->unc[i], *d->unc_len[i]); in crc32_threadfn()
646 unsigned char unc[LZO_UNC_SIZE]; /* uncompressed buffer */ member
670 d->ret = lzo1x_1_compress(d->unc, d->unc_len, in lzo_compress_threadfn()
759 crc->unc[thr] = data[thr].unc; in save_image_lzo()
795 memcpy(data[thr].unc + off, in save_image_lzo()
1131 unsigned char unc[LZO_UNC_SIZE]; /* uncompressed buffer */ member
1156 d->unc, &d->unc_len); in lzo_decompress_threadfn()
1158 flush_icache_range((unsigned long)d->unc, in lzo_decompress_threadfn()
1159 (unsigned long)d->unc + d->unc_len); in lzo_decompress_threadfn()
[all …]