Lines Matching refs:unc
573 unsigned char **unc; /* uncompressed data */ member
584 crc->unc = kcalloc(nr_threads, sizeof(*crc->unc), GFP_KERNEL); in alloc_crc_data()
585 if (!crc->unc) in alloc_crc_data()
595 kfree(crc->unc); in alloc_crc_data()
610 kfree(crc->unc); in free_crc_data()
632 d->unc[i], *d->unc_len[i]); in crc32_threadfn()
653 unsigned char unc[UNC_SIZE]; /* uncompressed buffer */ member
678 acomp_request_set_src_nondma(d->cr, d->unc, d->unc_len); in compress_threadfn()
781 crc->unc[thr] = data[thr].unc; in save_compressed_image()
817 memcpy(data[thr].unc + off, in save_compressed_image()
1154 unsigned char unc[UNC_SIZE]; /* uncompressed buffer */ member
1178 acomp_request_set_dst_nondma(d->cr, d->unc, UNC_SIZE); in decompress_threadfn()
1183 flush_icache_range((unsigned long)d->unc, in decompress_threadfn()
1184 (unsigned long)d->unc + d->unc_len); in decompress_threadfn()
1285 crc->unc[thr] = data[thr].unc; in load_compressed_image()
1455 data[thr].unc + off, PAGE_SIZE); in load_compressed_image()