Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/power/
H A Dswap.c593 size_t *unc_len[LZO_THREADS]; /* uncompressed lengths */ member
618 d->unc[i], *d->unc_len[i]); in crc32_threadfn()
634 size_t unc_len; /* uncompressed length */ member
660 d->ret = lzo1x_1_compress(d->unc, d->unc_len, in lzo_compress_threadfn()
753 crc->unc_len[thr] = &data[thr].unc_len; in save_image_lzo()
799 data[thr].unc_len = off; in save_image_lzo()
826 lzo1x_worst_compress(data[thr].unc_len))) { in save_image_lzo()
1121 size_t unc_len; /* uncompressed length */ member
1146 d->unc_len in lzo_decompress_threadfn()
[all...]
/kernel/linux/linux-6.6/kernel/power/
H A Dswap.c595 size_t *unc_len[LZO_THREADS]; /* uncompressed lengths */ member
620 d->unc[i], *d->unc_len[i]); in crc32_threadfn()
636 size_t unc_len; /* uncompressed length */ member
662 d->ret = lzo1x_1_compress(d->unc, d->unc_len, in lzo_compress_threadfn()
752 crc->unc_len[thr] = &data[thr].unc_len; in save_image_lzo()
798 data[thr].unc_len = off; in save_image_lzo()
825 lzo1x_worst_compress(data[thr].unc_len))) { in save_image_lzo()
1120 size_t unc_len; /* uncompressed length */ member
1145 d->unc_len in lzo_decompress_threadfn()
[all...]
/kernel/linux/linux-5.10/fs/cifs/
H A Dconnect.c4204 unsigned int unc_len = strnlen(vol->UNC, MAX_TREE_SIZE + 1); in build_unc_path_to_root() local
4206 if (unc_len > MAX_TREE_SIZE) in build_unc_path_to_root()
4209 full_path = kmalloc(unc_len + pplen + 1, GFP_KERNEL); in build_unc_path_to_root()
4213 memcpy(full_path, vol->UNC, unc_len); in build_unc_path_to_root()
4214 pos = full_path + unc_len; in build_unc_path_to_root()

Completed in 9 milliseconds