| /linux/scripts/ ! |
| H A D | cleanfile | 62 my $mlen = 0; 69 $mlen = $pos if ($pos > $mlen); 76 $mlen = $pos if ($pos > $mlen); 77 return $mlen;
|
| H A D | cleanpatch | 62 my $mlen = 0; 69 $mlen = $pos if ($pos > $mlen); 76 $mlen = $pos if ($pos > $mlen); 77 return $mlen;
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ ! |
| H A D | tc_ct.h | 39 .mlen = 16,\ 47 .mlen = 16,\ 55 .mlen = 32,\ 63 .mlen = 32,\ 72 .mlen = 24,\ 80 .mlen = ESW_ZONE_ID_BITS,\ 88 .mlen = ESW_ZONE_ID_BITS,\
|
| /linux/lib/zstd/compress/ ! |
| H A D | zstd_opt.c | 696 size_t mlen; in ZSTD_insertBtAndGetAllMatches() local 699 mlen = ZSTD_count(ip, match, iLimit); in ZSTD_insertBtAndGetAllMatches() 702 mlen = ZSTD_count_2segments(ip, match, iLimit, dictEnd, prefixStart); in ZSTD_insertBtAndGetAllMatches() 706 if (mlen >= mls /* == 3 > bestLength */) { in ZSTD_insertBtAndGetAllMatches() 708 (U32)mlen); in ZSTD_insertBtAndGetAllMatches() 709 bestLength = mlen; in ZSTD_insertBtAndGetAllMatches() 713 matches[0].len = (U32)mlen; in ZSTD_insertBtAndGetAllMatches() 715 if ( (mlen > sufficient_len) | in ZSTD_insertBtAndGetAllMatches() 716 (ip+mlen == iLimit) ) { /* best possible length */ in ZSTD_insertBtAndGetAllMatches() 1144 opt[0].mlen = 0; /* there are only literals so far */ in ZSTD_compressBlock_opt_generic() [all …]
|
| /linux/drivers/firmware/samsung/ ! |
| H A D | exynos-acpm.c | 84 u32 mlen; member 150 unsigned int mlen; member 225 u32 i, val, mlen; in acpm_get_rx() local 241 mlen = achan->mlen; in acpm_get_rx() 246 addr = base + mlen * i; in acpm_get_rx() 428 if (!xfer->txd || xfer->txlen > achan->mlen || xfer->rxlen > achan->mlen) in acpm_do_xfer() 450 __iowrite32_copy(achan->tx.base + achan->mlen * tx_front, in acpm_do_xfer() 479 achan->mlen = readl(&chan_shmem->mlen); in acpm_chan_shmem_get_params() 493 achan->id, achan->poll_completion, achan->mlen, achan->qlen); in acpm_chan_shmem_get_params() 510 if (achan->mlen == 0) in acpm_achan_alloc_cmds() [all …]
|
| /linux/lib/ ! |
| H A D | digsig.c | 69 unsigned long mlen, mblen; in digsig_verify_rsa() local 117 mlen = DIV_ROUND_UP(mblen, 8); in digsig_verify_rsa() 119 if (mlen == 0) { in digsig_verify_rsa() 126 out1 = kzalloc(mlen, GFP_KERNEL); in digsig_verify_rsa() 145 if (mpi_get_nlimbs(res) * BYTES_PER_MPI_LIMB > mlen) { in digsig_verify_rsa() 156 len = mlen; in digsig_verify_rsa()
|
| H A D | bch.c | 211 unsigned int i, mlen; in bch_encode() local 234 mlen = (len < (4-m)) ? len : 4-m; in bch_encode() 235 bch_encode_unaligned(bch, data, mlen, bch->ecc_buf); in bch_encode() 236 data += mlen; in bch_encode() 237 len -= mlen; in bch_encode() 242 mlen = len/4; in bch_encode() 243 data += 4*mlen; in bch_encode() 244 len -= 4*mlen; in bch_encode() 258 while (mlen--) { in bch_encode()
|
| /linux/crypto/ ! |
| H A D | akcipher.c | 174 unsigned int mlen; in crypto_akcipher_sync_prep() local 178 mlen = max(data->slen, data->dlen); in crypto_akcipher_sync_prep() 180 len = sizeof(*req) + reqsize + mlen; in crypto_akcipher_sync_prep() 181 if (len < mlen) in crypto_akcipher_sync_prep() 196 sg_init_one(sg, buf, mlen); in crypto_akcipher_sync_prep()
|
| /linux/drivers/gpu/drm/i915/gt/shaders/clear_kernel/ ! |
| H A D | ivb.asm | 72 … render MsgDesc: media block read MsgCtrl = 0x0 Surface = 1 mlen 1 rlen 1 { align1 1Q }; 77 … render MsgDesc: media block write MsgCtrl = 0x0 Surface = 1 mlen 2 rlen 0 { align1 1Q }; 104 … render MsgDesc: media block write MsgCtrl = 0x0 Surface = 0 mlen 9 rlen 0 { align1 1Q }; 107 … render MsgDesc: media block write MsgCtrl = 0x0 Surface = 0 mlen 9 rlen 0 { align1 1Q }; 117 thread_spawner MsgDesc: mlen 1 rlen 0 { align1 1Q EOT };
|
| H A D | hsw.asm | 73 … render MsgDesc: media block read MsgCtrl = 0x0 Surface = 1 mlen 1 rlen 1 { align1 1Q }; 78 … render MsgDesc: media block write MsgCtrl = 0x0 Surface = 1 mlen 2 rlen 0 { align1 1Q }; 106 … render MsgDesc: media block write MsgCtrl = 0x0 Surface = 0 mlen 9 rlen 0 { align1 1Q }; 109 … render MsgDesc: media block write MsgCtrl = 0x0 Surface = 0 mlen 9 rlen 0 { align1 1Q }; 119 thread_spawner MsgDesc: mlen 1 rlen 0 { align1 1Q EOT };
|
| /linux/fs/nfs/blocklayout/ ! |
| H A D | rpc_pipefs.c | 112 size_t mlen) in bl_pipe_downcall() argument 117 if (mlen != sizeof (struct bl_dev_msg)) in bl_pipe_downcall() 120 if (copy_from_user(&nn->bl_mount_reply, src, mlen) != 0) in bl_pipe_downcall() 125 return mlen; in bl_pipe_downcall()
|
| /linux/include/uapi/scsi/ ! |
| H A D | scsi_netlink.h | 99 #define INIT_SCSI_NL_HDR(hdr, t, mtype, mlen) \ argument 105 (hdr)->msglen = mlen; \
|
| /linux/drivers/w1/ ! |
| H A D | w1_netlink.c | 446 u16 mlen = node->msg->len; in w1_process_cb() local 458 while (mlen && !err) { in w1_process_cb() 459 if (cmd->len + sizeof(struct w1_netlink_cmd) > mlen) { in w1_process_cb() 475 mlen -= len; in w1_process_cb() 502 u16 mlen = msg->len; in w1_list_count_cmds() local 505 while (mlen) { in w1_list_count_cmds() 506 if (cmd->len + sizeof(struct w1_netlink_cmd) > mlen) in w1_list_count_cmds() 518 mlen -= len; in w1_list_count_cmds()
|
| /linux/drivers/isdn/mISDN/ ! |
| H A D | l1oip_core.c | 451 int m, mlen; in l1oip_socket_parse() local 553 mlen = *buf++; in l1oip_socket_parse() 555 if (mlen == 0) in l1oip_socket_parse() 556 mlen = 256; in l1oip_socket_parse() 557 if (len < mlen + 3) { in l1oip_socket_parse() 560 __func__, mlen, len_start-len - 1, len_start); in l1oip_socket_parse() 563 if (len == mlen + 3) { in l1oip_socket_parse() 567 __func__, mlen, len_start-len + 1); in l1oip_socket_parse() 571 mlen = len - 2; /* single frame, subtract timebase */ in l1oip_socket_parse() 596 l1oip_socket_recv(hc, remotecodec, channel, timebase, buf, mlen); in l1oip_socket_parse() [all …]
|
| /linux/lib/crypto/powerpc/ ! |
| H A D | poly1305.h | 13 asmlinkage void poly1305_p10le_4blocks(struct poly1305_block_state *state, const u8 *m, u32 mlen); 14 asmlinkage void poly1305_64s(struct poly1305_block_state *state, const u8 *m, u32 mlen, int highbit…
|
| /linux/net/sunrpc/ ! |
| H A D | svcauth_unix.c | 179 char *mesg, int mlen) in ip_map_parse() argument 199 if (mesg[mlen-1] != '\n') in ip_map_parse() 201 mesg[mlen-1] = 0; in ip_map_parse() 208 len = qword_get(&mesg, buf, mlen); in ip_map_parse() 234 len = qword_get(&mesg, buf, mlen); in ip_map_parse() 488 char *mesg, int mlen) in unix_gid_parse() argument 500 if (mesg[mlen - 1] != '\n') in unix_gid_parse() 502 mesg[mlen-1] = 0; in unix_gid_parse()
|
| H A D | rpc_pipe.c | 108 size_t mlen = min(msg->len - msg->copied, buflen); in rpc_pipe_generic_upcall() local 111 left = copy_to_user(dst, data, mlen); in rpc_pipe_generic_upcall() 112 if (left == mlen) { in rpc_pipe_generic_upcall() 117 mlen -= left; in rpc_pipe_generic_upcall() 118 msg->copied += mlen; in rpc_pipe_generic_upcall() 120 return mlen; in rpc_pipe_generic_upcall()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ ! |
| H A D | en_tc.h | 247 int mlen; /* bits to rewrite/match */ member 255 #define MLX5_REG_MAPPING_MBITS(reg_id) (mlx5e_tc_attr_to_reg_mappings[reg_id].mlen) 256 #define MLX5_REG_MAPPING_MASK(reg_id) (GENMASK(mlx5e_tc_attr_to_reg_mappings[reg_id].mlen - 1, 0))
|
| /linux/lib/lz4/ ! |
| H A D | lz4_decompress.c | 387 size_t const mlen = min(length, (size_t)(oend - op)); in LZ4_decompress_generic() local 388 const BYTE * const matchEnd = match + mlen; in LZ4_decompress_generic() 389 BYTE * const copyEnd = op + mlen; in LZ4_decompress_generic() 396 LZ4_memcpy(op, match, mlen); in LZ4_decompress_generic()
|
| /linux/net/sunrpc/auth_gss/ ! |
| H A D | svcauth_gss.c | 226 char *mesg, int mlen) in rsi_parse() argument 238 len = qword_get(&mesg, buf, mlen); in rsi_parse() 246 len = qword_get(&mesg, buf, mlen); in rsi_parse() 266 len = qword_get(&mesg, buf, mlen); in rsi_parse() 272 len = qword_get(&mesg, buf, mlen); in rsi_parse() 280 len = qword_get(&mesg, buf, mlen); in rsi_parse() 288 len = qword_get(&mesg, buf, mlen); in rsi_parse() 465 char *mesg, int mlen) in rsc_parse() argument 478 len = qword_get(&mesg, buf, mlen); in rsc_parse() 544 len = qword_get(&mesg, buf, mlen); in rsc_parse() [all …]
|
| /linux/drivers/scsi/ ! |
| H A D | scsi_devinfo.c | 417 size_t vmax, mmax, mlen; in scsi_dev_info_list_find() local 467 mlen = strnlen(devinfo->model, sizeof(devinfo->model)); in scsi_dev_info_list_find() 468 if (mmax < mlen || memcmp(devinfo->model, mskip, mlen)) in scsi_dev_info_list_find()
|
| /linux/net/tipc/ ! |
| H A D | msg.c | 210 int mlen, cpy, rem = dlen; in tipc_msg_append() local 233 mlen = msg_size(hdr); in tipc_msg_append() 234 cpy = min_t(size_t, rem, mss - mlen); in tipc_msg_append() 235 if (cpy != copy_from_iter(skb->data + mlen, cpy, &m->msg_iter)) in tipc_msg_append() 237 msg_set_size(hdr, mlen + cpy); in tipc_msg_append()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ ! |
| H A D | post_meter.h | 10 .mlen = 8, \
|
| /linux/fs/nfs/ ! |
| H A D | nfs4idmap.c | 652 idmap_pipe_downcall(struct file *filp, const char __user *src, size_t mlen) in idmap_pipe_downcall() argument 674 if (mlen != sizeof(im)) { in idmap_pipe_downcall() 679 if (copy_from_user(&im, src, mlen) != 0) { in idmap_pipe_downcall() 699 ret = mlen; in idmap_pipe_downcall()
|
| /linux/drivers/net/can/usb/ ! |
| H A D | ucan.c | 1055 int mlen; in ucan_prepare_tx_urb() local 1081 mlen = UCAN_OUT_HDR_SIZE + in ucan_prepare_tx_urb() 1086 mlen = UCAN_OUT_HDR_SIZE + in ucan_prepare_tx_urb() 1090 m->len = cpu_to_le16(mlen); in ucan_prepare_tx_urb() 1098 m, mlen, ucan_write_bulk_callback, context); in ucan_prepare_tx_urb()
|