/Linux-v4.19/lib/mpi/ |
D | mpi-pow.c | 43 mpi_size_t esize, msize, bsize, rsize; in mpi_powm() local 54 msize = mod->nlimbs; in mpi_powm() 55 size = 2 * msize; in mpi_powm() 61 if (!msize) in mpi_powm() 67 res->nlimbs = (msize == 1 && mod->d[0] == 1) ? 0 : 1; in mpi_powm() 82 mp = mp_marker = mpi_alloc_limb_space(msize); in mpi_powm() 85 mod_shift_cnt = count_leading_zeros(mod->d[msize - 1]); in mpi_powm() 87 mpihelp_lshift(mp, mod->d, msize, mod_shift_cnt); in mpi_powm() 89 MPN_COPY(mp, mod->d, msize); in mpi_powm() 93 if (bsize > msize) { /* The base is larger than the module. Reduce it. */ in mpi_powm() [all …]
|
/Linux-v4.19/drivers/mtd/devices/ |
D | pmc551.c | 647 static int msize = 0; variable 650 module_param(msize, int, 0); 651 MODULE_PARM_DESC(msize, "memory size in MiB [1 - 1024]"); 666 if (msize) { in init_pmc551() 667 msize = (1 << (ffs(msize) - 1)) << 20; in init_pmc551() 668 if (msize > (1 << 30)) { in init_pmc551() 670 msize); in init_pmc551() 717 if (msize) { in init_pmc551() 718 length = msize; in init_pmc551() 722 msize = length; in init_pmc551() [all …]
|
/Linux-v4.19/tools/testing/selftests/ipc/ |
D | msgque.c | 14 int msize; member 67 msgque->messages[i].msize, IPC_NOWAIT) != 0) { in restore_queue() 96 if (ret != msgque->messages[cnt].msize) { in check_and_destroy_queue() 98 msgque->messages[cnt].msize); in check_and_destroy_queue() 167 msgque->messages[i].msize = ret; in dump_queue()
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | radeon_dp_auxch.c | 68 int msize; in radeon_dp_aux_transfer_native() local 87 msize = 0; in radeon_dp_aux_transfer_native() 90 msize = msg->size - 1; in radeon_dp_aux_transfer_native() 132 byte = msize; in radeon_dp_aux_transfer_native()
|
/Linux-v4.19/net/9p/ |
D | client.c | 83 if (clnt->msize != 8192) in p9_show_client_options() 84 seq_printf(m, ",msize=%u", clnt->msize); in p9_show_client_options() 157 clnt->msize = 8192; in parse_opts() 184 clnt->msize = option; in parse_opts() 266 int alloc_msize = min(c->msize, max_size); in p9_tag_alloc() 520 if (req->rc->size >= c->msize) { in p9_check_errors() 756 req = p9_client_prepare_req(c, type, c->msize, fmt, ap); in p9_client_rpc() 956 int msize; in p9_client_version() local 959 c->msize, c->proto_version); in p9_client_version() 964 c->msize, "9P2000.L"); in p9_client_version() [all …]
|
D | trans_rdma.c | 317 ib_dma_unmap_single(rdma->cm_id->device, c->busa, client->msize, in recv_done() 404 c->rc->sdata, client->msize, in post_recv() 412 sge.length = client->msize; in post_recv()
|
D | trans_fd.c | 337 if (m->rc.size >= m->client->msize) { in p9_read_work() 584 p9_debug(P9_DEBUG_TRANS, "client %p msize %d\n", client, client->msize); in p9_conn_create()
|
/Linux-v4.19/drivers/net/ethernet/8390/ |
D | mcf8390.c | 410 resource_size_t msize; in mcf8390_probe() local 424 msize = resource_size(mem); in mcf8390_probe() 425 if (!request_mem_region(mem->start, msize, pdev->name)) in mcf8390_probe() 430 release_mem_region(mem->start, msize); in mcf8390_probe() 442 release_mem_region(mem->start, msize); in mcf8390_probe()
|
/Linux-v4.19/include/media/ |
D | videobuf-dma-contig.h | 25 unsigned int msize,
|
D | videobuf-vmalloc.h | 38 unsigned int msize,
|
D | videobuf-core.h | 144 unsigned int msize; member 194 unsigned int msize,
|
D | videobuf-dma-sg.h | 100 unsigned int msize,
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | fadump.c | 345 unsigned long mstart, mend, msize; in fadump_reserve_crash_area() local 353 msize = mend - mstart; in fadump_reserve_crash_area() 354 memblock_reserve(mstart, msize); in fadump_reserve_crash_area() 356 (msize >> 20), mstart); in fadump_reserve_crash_area() 1122 unsigned long long mbase, msize; in fadump_create_elfcore_headers() local 1124 msize = crash_memory_ranges[i].size; in fadump_create_elfcore_headers() 1126 if (!msize) in fadump_create_elfcore_headers() 1146 phdr->p_filesz = msize; in fadump_create_elfcore_headers() 1147 phdr->p_memsz = msize; in fadump_create_elfcore_headers()
|
/Linux-v4.19/fs/9p/ |
D | vfs_dir.c | 124 buflen = fid->clnt->msize - P9_IOHDRSZ; in v9fs_dir_readdir() 187 buflen = fid->clnt->msize - P9_READDIRHDRSZ; in v9fs_dir_readdir_dotl()
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | videobuf-vmalloc.c | 306 unsigned int msize, in videobuf_queue_vmalloc_init() argument 310 videobuf_queue_core_init(q, ops, dev, irqlock, type, field, msize, in videobuf_queue_vmalloc_init()
|
D | videobuf-dma-contig.c | 357 unsigned int msize, in videobuf_queue_dma_contig_init() argument 361 videobuf_queue_core_init(q, ops, dev, irqlock, type, field, msize, in videobuf_queue_dma_contig_init()
|
D | videobuf-dma-sg.c | 667 q.msize = size; in videobuf_sg_alloc() 679 unsigned int msize, in videobuf_queue_sg_init() argument 683 videobuf_queue_core_init(q, ops, dev, irqlock, type, field, msize, in videobuf_queue_sg_init()
|
D | videobuf-core.c | 61 BUG_ON(q->msize < sizeof(*vb)); in videobuf_alloc_vb() 68 vb = q->int_ops->alloc_vb(q->msize); in videobuf_alloc_vb() 151 unsigned int msize, in videobuf_queue_core_init() argument 163 q->msize = msize; in videobuf_queue_core_init()
|
/Linux-v4.19/net/netfilter/ |
D | x_tables.c | 740 u_int16_t msize = cm->u.user.match_size; in xt_compat_match_from_user() local 748 memcpy(m->data, cm->data, msize - sizeof(*cm)); in xt_compat_match_from_user() 753 msize += off; in xt_compat_match_from_user() 754 m->u.user.match_size = msize; in xt_compat_match_from_user() 760 *dstptr += msize; in xt_compat_match_from_user() 776 u_int16_t msize = m->u.user.match_size - off; in xt_compat_match_to_user() local 778 if (XT_OBJ_TO_USER(cm, m, match, msize)) in xt_compat_match_to_user() 785 if (COMPAT_XT_DATA_TO_USER(cm, m, match, msize - sizeof(*cm))) in xt_compat_match_to_user() 790 *dstptr += msize; in xt_compat_match_to_user()
|
/Linux-v4.19/include/net/9p/ |
D | client.h | 154 unsigned int msize; member
|
/Linux-v4.19/drivers/base/firmware_loader/ |
D | main.c | 303 size_t msize = INT_MAX; in fw_get_filesystem_firmware() local 308 msize = fw_priv->allocated_size; in fw_get_filesystem_firmware() 329 msize, id); in fw_get_filesystem_firmware()
|
/Linux-v4.19/Documentation/media/kapi/ |
D | v4l2-videobuf.rst | 174 unsigned int msize, 183 unsigned int msize, 192 unsigned int msize, 201 progressive devices), msize is the size of any containing structure used
|
/Linux-v4.19/drivers/isdn/hardware/eicon/ |
D | io.h | 242 byte msize; member
|
/Linux-v4.19/net/bridge/netfilter/ |
D | ebtables.c | 1655 compat_uint_t msize = m->match_size - off; in compat_match_to_user() local 1662 put_user(msize, &cm->match_size)) in compat_match_to_user() 1669 if (xt_data_to_user(cm->data, m->data, match->usersize, msize, in compat_match_to_user() 1670 COMPAT_XT_ALIGN(msize))) in compat_match_to_user() 1676 *dstptr += msize; in compat_match_to_user()
|
/Linux-v4.19/net/ipv4/ |
D | ip_sockglue.c | 1085 int msize, i, ifindex; in do_ip_setsockopt() local 1109 msize = IP_MSFILTER_SIZE(gsf->gf_numsrc); in do_ip_setsockopt() 1110 msf = kmalloc(msize, GFP_KERNEL); in do_ip_setsockopt()
|