| /linux/lib/ |
| H A D | kfifo.c | 26 size_t esize, gfp_t gfp_mask, int node) in __kfifo_alloc() 36 fifo->esize = esize; in __kfifo_alloc() 44 fifo->data = kmalloc_array_node(esize, size, gfp_mask, node); in __kfifo_alloc() 61 fifo->esize = 0; in __kfifo_free() 68 unsigned int size, size_t esize) in __kfifo_init() 70 size /= esize; in __kfifo_init() 77 fifo->esize = esize; in __kfifo_init() 94 unsigned int esize in kfifo_copy_in() 25 __kfifo_alloc(struct __kfifo * fifo,unsigned int size,size_t esize,gfp_t gfp_mask) __kfifo_alloc() argument 67 __kfifo_init(struct __kfifo * fifo,void * buffer,unsigned int size,size_t esize) __kfifo_init() argument 93 unsigned int esize = fifo->esize; kfifo_copy_in() local 132 unsigned int esize = fifo->esize; kfifo_copy_out() local 180 unsigned int esize = fifo->esize; kfifo_copy_from_user() local 215 unsigned int esize = fifo->esize; __kfifo_from_user() local 242 unsigned int esize = fifo->esize; kfifo_copy_to_user() local 275 unsigned int esize = fifo->esize; __kfifo_to_user() local 338 unsigned int esize = fifo->esize; setup_sgl() local [all...] |
| /linux/security/integrity/platform_certs/ |
| H A D | efi_parser.c | 50 size_t lsize, esize, hsize, elsize; in parse_efi_signature_list() local 63 esize = list.signature_size; in parse_efi_signature_list() 74 esize < sizeof(*elem) || in parse_efi_signature_list() 75 elsize < esize || in parse_efi_signature_list() 76 elsize % esize != 0) { in parse_efi_signature_list() 93 for (; elsize > 0; elsize -= esize) { in parse_efi_signature_list() 99 esize - sizeof(*elem)); in parse_efi_signature_list() 101 data += esize; in parse_efi_signature_list() 102 size -= esize; in parse_efi_signature_list() 103 offs += esize; in parse_efi_signature_list()
|
| /linux/lib/crypto/mpi/ |
| H A D | mpih-mul.c | 109 mpi_size_t esize = size - 1; /* even size */ in mul_n() local 112 MPN_MUL_N_RECURSE(prodp, up, vp, esize, tspace); in mul_n() 113 cy_limb = mpihelp_addmul_1(prodp + esize, up, esize, vp[esize]); in mul_n() 114 prodp[esize + esize] = cy_limb; in mul_n() 115 cy_limb = mpihelp_addmul_1(prodp + esize, vp, size, up[esize]); in mul_n() 116 prodp[esize + size] = cy_limb; in mul_n() 258 mpi_size_t esize = size - 1; /* even size */ in mpih_sqr_n() local 261 MPN_SQR_N_RECURSE(prodp, up, esize, tspace); in mpih_sqr_n() 262 cy_limb = mpihelp_addmul_1(prodp + esize, up, esize, up[esize]); in mpih_sqr_n() 263 prodp[esize + esize] = cy_limb; in mpih_sqr_n() [all …]
|
| H A D | mpi-pow.c | 33 mpi_size_t esize, msize, bsize, rsize; in mpi_powm() local 43 esize = exp->nlimbs; in mpi_powm() 54 if (!esize) { in mpi_powm() 131 ep = ep_marker = mpi_alloc_limb_space(esize); in mpi_powm() 134 MPN_COPY(ep, rp, esize); in mpi_powm() 163 i = esize - 1; in mpi_powm()
|
| /linux/drivers/s390/char/ |
| H A D | sclp_sd.c | 43 u32 esize; member 250 *esize_ptr = evbuf->esize; in sclp_sd_sync() 252 evbuf->esize); in sclp_sd_sync() 294 u32 dsize = 0, esize = 0; in sclp_sd_store_data() local 304 rc = sclp_sd_sync(page, SD_EQ_SIZE, di, 0, 0, &dsize, &esize); in sclp_sd_store_data() 327 &esize); in sclp_sd_store_data() 343 result->esize_bytes = (size_t) esize * PAGE_SIZE; in sclp_sd_store_data()
|
| /linux/drivers/net/ethernet/qlogic/netxen/ |
| H A D | netxen_nic_hw.c | 2312 struct netxen_minidump_entry *entry, int esize) in netxen_md_entry_err_chk() argument 2314 if (esize < 0) { in netxen_md_entry_err_chk() 2316 return esize; in netxen_md_entry_err_chk() 2318 if (esize != entry->hdr.entry_capture_size) { in netxen_md_entry_err_chk() 2319 entry->hdr.entry_capture_size = esize; in netxen_md_entry_err_chk() 2324 esize, entry->hdr.entry_capture_size); in netxen_md_entry_err_chk() 2332 int num_of_entries, buff_level, e_cnt, esize; in netxen_parse_md_template() local 2379 esize = netxen_md_rd_crb(adapter, in netxen_parse_md_template() 2382 (adapter, entry, esize); in netxen_parse_md_template() 2385 buff_level += esize; in netxen_parse_md_template() [all …]
|
| /linux/fs/ntfs3/ |
| H A D | ntfs.h | 717 u16 esize; in hdr_first_de() local 723 esize = le16_to_cpu(e->size); in hdr_first_de() 724 if (esize < sizeof(struct NTFS_DE) || de_off + esize > used) in hdr_first_de() 735 u16 esize; in hdr_next_de() local 740 esize = le16_to_cpu(e->size); in hdr_next_de() 742 if (esize < sizeof(struct NTFS_DE) || in hdr_next_de() 743 off + esize + sizeof(struct NTFS_DE) > used) in hdr_next_de() 746 return Add2Ptr(e, esize); in hdr_next_de()
|
| /linux/include/uapi/linux/netfilter/ |
| H A D | x_tables.h | 174 #define xt_entry_foreach(pos, ehead, esize) \ argument 176 (pos) < (typeof(pos))((char *)(ehead) + (esize)); \
|
| /linux/kernel/trace/ |
| H A D | trace_uprobe.c | 971 int dsize, esize; in prepare_uprobe_buffer() local 976 esize = SIZEOF_TRACE_ENTRY(is_ret_probe(tu)); in prepare_uprobe_buffer() 987 store_trace_args(ucb->buf, &tu->tp, regs, NULL, esize, dsize); in prepare_uprobe_buffer() 1001 int size, esize; in __uprobe_trace_func() local 1009 esize = SIZEOF_TRACE_ENTRY(is_ret_probe(tu)); in __uprobe_trace_func() 1010 size = esize + ucb->dsize; in __uprobe_trace_func() 1395 int size, esize; in __uprobe_perf_func() local 1412 esize = SIZEOF_TRACE_ENTRY(is_ret_probe(tu)); in __uprobe_perf_func() 1415 size = esize + ucb->dsize; in __uprobe_perf_func() 1440 if (size - esize > ucb->dsize) in __uprobe_perf_func() [all …]
|
| /linux/drivers/soc/apple/ |
| H A D | sart.c | 311 size_t esize; in apple_sart_remove_allowed_region() local 317 sart->ops->get_entry(sart, i, &eflags, &epaddr, &esize); in apple_sart_remove_allowed_region() 319 if (epaddr != paddr || esize != size) in apple_sart_remove_allowed_region()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | r100_track.h | 24 unsigned esize; member
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | opal-fadump.h | 66 __be32 esize; /* Alloc size of each array entry in bytes */ member
|
| H A D | opal-fadump.c | 451 reg_esize = be32_to_cpu(thdr->esize); in opal_fadump_build_cpu_notes()
|
| H A D | opal-core.c | 242 reg_esize = be32_to_cpu(thdr->esize); in opalcore_append_cpu_notes()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | socket_helpers.h | 276 socklen_t esize = sizeof(eval); in poll_connect() local 287 if (getsockopt(fd, SOL_SOCKET, SO_ERROR, &eval, &esize) < 0) in poll_connect()
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | platform.c | 111 u32 esize; in get_platform_config() local 122 &esize); in get_platform_config() 126 dd->platform_config.size = esize; in get_platform_config()
|
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | common.h | 740 unsigned int esize, unsigned int cong_thres, int gen,
|
| /linux/io_uring/ |
| H A D | io_uring.c | 3769 #define __BUILD_BUG_VERIFY_OFFSET_SIZE(stype, eoffset, esize, ename) do { \ in io_uring_init() argument 3771 BUILD_BUG_ON(sizeof_field(stype, ename) != esize); \ in io_uring_init() 3776 #define BUILD_BUG_SQE_ELEM_SIZE(eoffset, esize, ename) \ in io_uring_init() argument 3777 __BUILD_BUG_VERIFY_OFFSET_SIZE(struct io_uring_sqe, eoffset, esize, ename) in io_uring_init()
|