Searched refs:cmp_len (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/kernel/power/ |
D | swap.c | 628 size_t cmp_len; /* compressed length */ member 654 d->cmp + LZO_HEADER, &d->cmp_len, in lzo_compress_threadfn() 817 if (unlikely(!data[thr].cmp_len || in save_image_lzo() 818 data[thr].cmp_len > in save_image_lzo() 825 *(size_t *)data[thr].cmp = data[thr].cmp_len; in save_image_lzo() 836 off < LZO_HEADER + data[thr].cmp_len; in save_image_lzo() 1114 size_t cmp_len; /* compressed length */ member 1139 d->ret = lzo1x_decompress_safe(d->cmp + LZO_HEADER, d->cmp_len, in lzo_decompress_threadfn() 1339 data[thr].cmp_len = *(size_t *)page[pg]; in load_image_lzo() 1340 if (unlikely(!data[thr].cmp_len || in load_image_lzo() [all …]
|
/Linux-v4.19/drivers/scsi/esas2r/ |
D | esas2r_flash.c | 343 && fc->cmp_len) { in fw_download_proc() 350 - fc->cmp_len; /* where we are now */ in fw_download_proc() 360 fc->cmp_len -= fc->curr_len; /* # left to compare */ in fw_download_proc() 363 if (fc->cmp_len > FM_BUF_SZ) in fw_download_proc() 366 fc->sgc.length = fc->cmp_len; in fw_download_proc() 405 fc->cmp_len = ch->length; in fw_download_proc() 440 fc->cmp_len = ch->length; in fw_download_proc() 476 fc->cmp_len = ch->length; in fw_download_proc() 510 fc->cmp_len = ch->length; in fw_download_proc() 544 && fc->sgc.length > fc->cmp_len) in fw_download_proc() [all …]
|
D | esas2r.h | 708 u32 cmp_len; member
|
/Linux-v4.19/drivers/crypto/qat/qat_common/ |
D | icp_qat_hw.h | 122 #define ICP_QAT_HW_AUTH_CONFIG_BUILD(mode, algo, cmp_len) \ argument 130 ((cmp_len & QAT_AUTH_CMP_MASK) << QAT_AUTH_CMP_BITPOS))
|
/Linux-v4.19/fs/ |
D | read_write.c | 1921 loff_t cmp_len; in vfs_dedupe_file_range_compare() local 1930 cmp_len = min(PAGE_SIZE - src_poff, in vfs_dedupe_file_range_compare() 1932 cmp_len = min(cmp_len, len); in vfs_dedupe_file_range_compare() 1933 if (cmp_len <= 0) in vfs_dedupe_file_range_compare() 1954 if (memcmp(src_addr + src_poff, dest_addr + dest_poff, cmp_len)) in vfs_dedupe_file_range_compare() 1967 srcoff += cmp_len; in vfs_dedupe_file_range_compare() 1968 destoff += cmp_len; in vfs_dedupe_file_range_compare() 1969 len -= cmp_len; in vfs_dedupe_file_range_compare()
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/displays/ |
D | panel-sony-acx565akm.c | 451 int cmp_len = strlen(mode_str); in store_cabc_mode() local 455 if (count != cmp_len) in store_cabc_mode() 458 if (strncmp(buf, mode_str, cmp_len) == 0) in store_cabc_mode()
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/displays/ |
D | panel-sony-acx565akm.c | 457 int cmp_len = strlen(mode_str); in store_cabc_mode() local 461 if (count != cmp_len) in store_cabc_mode() 464 if (strncmp(buf, mode_str, cmp_len) == 0) in store_cabc_mode()
|
/Linux-v4.19/fs/btrfs/ |
D | ioctl.c | 3373 unsigned int cmp_len = PAGE_SIZE; in btrfs_cmp_data() local 3379 cmp_len = len; in btrfs_cmp_data() 3394 if (memcmp(addr, dst_addr, cmp_len)) in btrfs_cmp_data() 3403 len -= cmp_len; in btrfs_cmp_data()
|