| /linux-6.15/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-6.15/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-6.15/lib/zstd/compress/ |
| H A D | zstd_opt.c | 696 size_t mlen; in ZSTD_insertBtAndGetAllMatches() local 708 (U32)mlen); in ZSTD_insertBtAndGetAllMatches() 709 bestLength = mlen; in ZSTD_insertBtAndGetAllMatches() 1178 opt[pos].mlen = 0; in ZSTD_compressBlock_opt_generic() 1310 U32 mlen; in ZSTD_compressBlock_opt_generic() local 1315 for (mlen = lastML; mlen >= startML; mlen--) { /* scan downward */ in ZSTD_compressBlock_opt_generic() 1328 opt[pos].mlen = mlen; in ZSTD_compressBlock_opt_generic() 1346 assert(opt[0].mlen == 0); in ZSTD_compressBlock_opt_generic() 1350 if (lastStretch.mlen==0) { in ZSTD_compressBlock_opt_generic() 1389 opt[storeEnd].mlen = 0; in ZSTD_compressBlock_opt_generic() [all …]
|
| /linux-6.15/drivers/firmware/samsung/ |
| H A D | exynos-acpm.c | 83 u32 mlen; member 149 unsigned int mlen; member 222 u32 i, val, mlen; in acpm_get_rx() local 238 mlen = achan->mlen; in acpm_get_rx() 243 addr = base + mlen * i; in acpm_get_rx() 425 if (!xfer->txd || xfer->txlen > achan->mlen || xfer->rxlen > achan->mlen) in acpm_do_xfer() 444 __iowrite32_copy(achan->tx.base + achan->mlen * tx_front, in acpm_do_xfer() 483 achan->mlen = readl(&chan_shmem->mlen); in acpm_chan_shmem_get_params() 497 achan->id, achan->poll_completion, achan->mlen, achan->qlen); in acpm_chan_shmem_get_params() 514 if (achan->mlen == 0) in acpm_achan_alloc_cmds() [all …]
|
| /linux-6.15/lib/ |
| H A D | digsig.c | 73 unsigned long mlen, mblen; in digsig_verify_rsa() local 121 mlen = DIV_ROUND_UP(mblen, 8); in digsig_verify_rsa() 123 if (mlen == 0) { in digsig_verify_rsa() 130 out1 = kzalloc(mlen, GFP_KERNEL); in digsig_verify_rsa() 149 if (mpi_get_nlimbs(res) * BYTES_PER_MPI_LIMB > mlen) { in digsig_verify_rsa() 160 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-6.15/crypto/ |
| H A D | akcipher.c | 175 unsigned int mlen; in crypto_akcipher_sync_prep() local 179 mlen = max(data->slen, data->dlen); in crypto_akcipher_sync_prep() 181 len = sizeof(*req) + reqsize + mlen; in crypto_akcipher_sync_prep() 182 if (len < mlen) in crypto_akcipher_sync_prep() 197 sg_init_one(sg, buf, mlen); in crypto_akcipher_sync_prep()
|
| /linux-6.15/drivers/gpu/drm/i915/gt/shaders/clear_kernel/ |
| 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 };
|
| 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 };
|
| /linux-6.15/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-6.15/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-6.15/drivers/w1/ |
| H A D | w1_netlink.c | 448 u16 mlen = node->msg->len; in w1_process_cb() local 460 while (mlen && !err) { in w1_process_cb() 461 if (cmd->len + sizeof(struct w1_netlink_cmd) > mlen) { in w1_process_cb() 477 mlen -= len; in w1_process_cb() 504 u16 mlen = msg->len; in w1_list_count_cmds() local 507 while (mlen) { in w1_list_count_cmds() 508 if (cmd->len + sizeof(struct w1_netlink_cmd) > mlen) in w1_list_count_cmds() 520 mlen -= len; in w1_list_count_cmds()
|
| /linux-6.15/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() 597 buf += mlen; in l1oip_socket_parse() [all …]
|
| /linux-6.15/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-6.15/arch/powerpc/crypto/ |
| H A D | poly1305-p10-glue.c | 21 asmlinkage void poly1305_p10le_4blocks(void *h, const u8 *m, u32 mlen); 22 asmlinkage void poly1305_64s(void *h, const u8 *m, u32 mlen, int highbit);
|
| H A D | poly1305-p10le_64.S | 49 # poly1305_p10le_4blocks( uint8_t *k, uint32_t mlen, uint8_t *m) 52 # r4 = mlen 522 # poly1305_p10le_4blocks( uint8_t *k, uint32_t mlen, uint8_t *m) 525 # r4 = mlen
|
| /linux-6.15/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-6.15/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-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
| H A D | post_meter.h | 10 .mlen = 8, \
|
| /linux-6.15/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-6.15/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-6.15/drivers/scsi/ |
| H A D | scsi_devinfo.c | 422 size_t vmax, mmax, mlen; in scsi_dev_info_list_find() local 472 mlen = strnlen(devinfo->model, sizeof(devinfo->model)); in scsi_dev_info_list_find() 473 if (mmax < mlen || memcmp(devinfo->model, mskip, mlen)) in scsi_dev_info_list_find()
|
| /linux-6.15/fs/nfs/ |
| H A D | nfs4idmap.c | 665 idmap_pipe_downcall(struct file *filp, const char __user *src, size_t mlen) in idmap_pipe_downcall() argument 687 if (mlen != sizeof(im)) { in idmap_pipe_downcall() 692 if (copy_from_user(&im, src, mlen) != 0) { in idmap_pipe_downcall() 712 ret = mlen; in idmap_pipe_downcall()
|