Home
last modified time | relevance | path

Searched refs:struct_size (Results 1 – 25 of 767) sorted by relevance

12345678910>>...31

/openbmc/linux/drivers/gpu/drm/amd/display/dc/basics/
H A Dvector.c33 uint32_t struct_size) in dal_vector_construct() argument
37 if (!struct_size || !capacity) { in dal_vector_construct()
43 vector->container = kcalloc(capacity, struct_size, GFP_KERNEL); in dal_vector_construct()
47 vector->struct_size = struct_size; in dal_vector_construct()
57 uint32_t struct_size) in dal_vector_presized_costruct() argument
63 if (!struct_size || !count) { in dal_vector_presized_costruct()
69 vector->container = kcalloc(count, struct_size, GFP_KERNEL); in dal_vector_presized_costruct()
80 vector->container + i * struct_size, in dal_vector_presized_costruct()
82 struct_size); in dal_vector_presized_costruct()
86 vector->struct_size = struct_size; in dal_vector_presized_costruct()
[all …]
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt_rw.c59 int mem_rsv_size, int struct_size) in fdt_blocks_misordered_() argument
65 (fdt_off_dt_struct(fdt) + struct_size)) in fdt_blocks_misordered_()
408 int mem_rsv_size, int struct_size) in fdt_packblocks_() argument
414 strings_off = struct_off + struct_size; in fdt_packblocks_()
419 memmove(new + struct_off, old + fdt_off_dt_struct(old), struct_size); in fdt_packblocks_()
421 fdt_set_size_dt_struct(new, struct_size); in fdt_packblocks_()
432 int mem_rsv_size, struct_size; in fdt_open_into() local
444 struct_size = fdt_size_dt_struct(fdt); in fdt_open_into()
446 struct_size = 0; in fdt_open_into()
447 while (fdt_next_tag(fdt, struct_size, &struct_size) != FDT_END) in fdt_open_into()
[all …]
/openbmc/linux/scripts/dtc/libfdt/
H A Dfdt_rw.c14 int mem_rsv_size, int struct_size) in fdt_blocks_misordered_() argument
20 (fdt_off_dt_struct(fdt) + struct_size)) in fdt_blocks_misordered_()
398 int struct_size, in fdt_packblocks_() argument
405 strings_off = struct_off + struct_size; in fdt_packblocks_()
410 memmove(new + struct_off, old + fdt_off_dt_struct(old), struct_size); in fdt_packblocks_()
412 fdt_set_size_dt_struct(new, struct_size); in fdt_packblocks_()
422 int mem_rsv_size, struct_size; in fdt_open_into() local
434 struct_size = fdt_size_dt_struct(fdt); in fdt_open_into()
436 struct_size = 0; in fdt_open_into()
437 while (fdt_next_tag(fdt, struct_size, &struct_size) != FDT_END) in fdt_open_into()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/include/
H A Dvector.h31 uint32_t struct_size; member
41 uint32_t struct_size);
46 uint32_t struct_size);
54 uint32_t struct_size);
/openbmc/linux/scripts/coccinelle/misc/
H A Darray_size_dup.cocci3 /// Check for array_size(), array3_size(), struct_size() duplicates.
153 struct_size(E1, E2, E3)
165 * struct_size(E1, E2, E3)@p2
172 msg = "WARNING: struct_size is used later (line %s) to compute the same size" % (p2[0].line)
180 msg = "WARNING: struct_size is used later (line %s) to compute the same size" % (p2[0].line)
190 * struct_size(E1, E2, E3)@p1
200 msg = "WARNING: struct_size is already used (line %s) to compute the same size" % (p1[0].line)
208 msg = "WARNING: struct_size is already used (line %s) to compute the same size" % (p1[0].line)
/openbmc/linux/drivers/char/tpm/eventlog/
H A Dtpm2.c54 size = struct_size(event_header, event, event_header->event_size); in tpm2_bios_measurements_start()
100 event_size = struct_size(event_header, event, in tpm2_bios_measurements_next()
138 size = struct_size(event_header, event, in tpm2_binary_bios_measurements_show()
/openbmc/linux/net/xdp/
H A Dxsk_queue.c20 return struct_size(umem_ring, desc, q->nentries); in xskq_get_ring_size()
21 return struct_size(rxtx_ring, desc, q->nentries); in xskq_get_ring_size()
/openbmc/linux/sound/soc/sof/
H A Dsof-client-probes-ipc3.c67 size_t size = struct_size(msg, dma, 1); in ipc3_probes_init()
180 size_t size = struct_size(msg, desc, num_desc); in ipc3_probes_points_add()
210 size_t size = struct_size(msg, buffer_id, num_buffer_id); in ipc3_probes_points_remove()
/openbmc/linux/fs/
H A Dfhandle.c43 handle = kzalloc(struct_size(handle, f_handle, f_handle.handle_bytes), in do_sys_name_to_handle()
78 struct_size(handle, f_handle, handle_bytes))) in do_sys_name_to_handle()
199 handle = kmalloc(struct_size(handle, f_handle, f_handle.handle_bytes), in handle_to_path()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dnvm.c451 struct_size(mcc_resp_v8, channels, n_channels)) { in iwl_mvm_update_mcc()
455 resp_len = struct_size(resp_cp, channels, n_channels); in iwl_mvm_update_mcc()
476 struct_size(mcc_resp_v4, channels, n_channels)) { in iwl_mvm_update_mcc()
480 resp_len = struct_size(resp_cp, channels, n_channels); in iwl_mvm_update_mcc()
501 struct_size(mcc_resp_v3, channels, n_channels)) { in iwl_mvm_update_mcc()
505 resp_len = struct_size(resp_cp, channels, n_channels); in iwl_mvm_update_mcc()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Drandom.c106 struct_size(seed, bits, seed_size), in efi_random_get_seed()
172 memzero_explicit(seed, struct_size(seed, bits, seed_size)); in efi_random_get_seed()
/openbmc/linux/drivers/clk/imx/
H A Dclk-imx7ulp.c52 clk_data = kzalloc(struct_size(clk_data, hws, IMX7ULP_CLK_SCG1_END), in imx7ulp_clk_scg1_init()
141 clk_data = kzalloc(struct_size(clk_data, hws, IMX7ULP_CLK_PCC2_END), in imx7ulp_clk_pcc2_init()
189 clk_data = kzalloc(struct_size(clk_data, hws, IMX7ULP_CLK_PCC3_END), in imx7ulp_clk_pcc3_init()
236 clk_data = kzalloc(struct_size(clk_data, hws, IMX7ULP_CLK_SMC1_END), in imx7ulp_clk_smc1_init()
/openbmc/linux/include/linux/avf/
H A Dvirtchnl.h1393 (struct_size(p, member, count) + (old - 1 - struct_size(p, member, 0)))
1396 (struct_size(p, member, count - 1) + (old - struct_size(p, member, 0)))
1399 (struct_size(p, member, count) + (old - struct_size(p, member, 0)))
/openbmc/linux/Documentation/mm/
H A Dvmemmap_dedup.rst53 struct_size = HugeTLB_Size / PAGE_SIZE * sizeof(struct page) / PAGE_SIZE
63 struct_size = n * PAGE_SIZE / PAGE_SIZE * sizeof(struct page) / PAGE_SIZE
70 struct_size = n * sizeof(struct page) / PAGE_SIZE
88 struct_size = PAGE_SIZE / sizeof(pmd_t) * struct_size(pmd)
92 Where the struct_size(pmd) is the size of the ``struct page`` structs of a
/openbmc/linux/drivers/cxl/
H A Dpmem.c129 if (struct_size(cmd, out_buf, cmd->in_length) > buf_len) in cxl_pmem_get_config_data()
162 if (size_add(struct_size(cmd, in_buf, cmd->in_length), 4) > buf_len) in cxl_pmem_set_config_data()
166 kvzalloc(struct_size(set_lsa, data, cmd->in_length), GFP_KERNEL); in cxl_pmem_set_config_data()
177 .size_in = struct_size(set_lsa, data, cmd->in_length), in cxl_pmem_set_config_data()
/openbmc/linux/include/linux/
H A Doverflow.h293 #define struct_size(p, member, count) \ macro
312 struct_size((type *)NULL, member, count)
/openbmc/linux/drivers/interconnect/
H A Dicc-clk.c87 onecell = devm_kzalloc(dev, struct_size(onecell, nodes, 2 * num_clocks), GFP_KERNEL); in icc_clk_register()
92 qp = devm_kzalloc(dev, struct_size(qp, clocks, num_clocks), GFP_KERNEL); in icc_clk_register()
/openbmc/linux/Documentation/networking/device_drivers/qlogic/
H A Dqlge.rst23 def struct_size(struct_type):
29 return netdevice.value_() + align(struct_size("net_device"), NETDEV_ALIGN)
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_bl.c68 size_t sz_out, sz = struct_size(bufl, buffers, n); in __qat_bl_sgl_to_bufl()
132 sz_out = struct_size(buflout, buffers, n); in __qat_bl_sgl_to_bufl()
278 sz = struct_size(bufl, buffers, n); in qat_bl_sgl_map()
381 new_bl_size = struct_size(new_bl, buffers, new_bl->num_bufs); in qat_bl_realloc_map_new_dst()
/openbmc/linux/arch/s390/appldata/
H A Dappldata_os.c132 new_size = struct_size(os_data, os_cpu, os_data->nr_cpus); in appldata_get_os_data()
167 max_size = struct_size(appldata_os_data, os_cpu, num_possible_cpus()); in appldata_os_init()
/openbmc/linux/drivers/platform/x86/intel/int3472/
H A Dtps68470.c120 *clk_pdata = devm_kzalloc(dev, struct_size(*clk_pdata, consumers, n_consumers), in skl_int3472_fill_clk_pdata()
195 cells[0].pdata_size = struct_size(clk_pdata, consumers, n_consumers); in skl_int3472_tps68470_probe()
/openbmc/linux/drivers/gpio/
H A Dgpio-ljca.c86 struct_size(packet, item, packet->num), NULL, NULL); in gpio_config()
102 struct_size(packet, item, packet->num), ljca_gpio->ibuf, &ibuf_len); in ljca_gpio_read()
130 struct_size(packet, item, packet->num), NULL, NULL); in ljca_gpio_write()
229 struct_size(packet, item, packet->num), NULL, NULL); in ljca_enable_irq()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_switch.h25 #define ICE_SW_RULE_VSI_LIST_SIZE(s, n) struct_size((s), vsi, (n))
26 #define ICE_SW_RULE_RX_TX_HDR_SIZE(s, l) struct_size((s), hdr_data, (l))
31 #define ICE_SW_RULE_LG_ACT_SIZE(s, n) struct_size((s), act, (n))
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dcmsg.c49 skb = nfp_flower_cmsg_alloc(app, struct_size(msg, ports, num_ports), in nfp_flower_cmsg_mac_repr_start()
220 if (msg_len < struct_size(msg, flow, flow_cnt)) { in nfp_flower_cmsg_merge_hint_rx()
222 msg_len, struct_size(msg, flow, flow_cnt)); in nfp_flower_cmsg_merge_hint_rx()
/openbmc/linux/net/sched/
H A Dcls_u32.c368 root_ht = kzalloc(struct_size(root_ht, ht, 1), GFP_KERNEL); in u32_init()
829 new = kzalloc(struct_size(new, sel.keys, s->nkeys), GFP_KERNEL); in u32_init_knode()
856 memcpy(&new->sel, s, struct_size(s, keys, s->nkeys)); in u32_init_knode()
976 ht = kzalloc(struct_size(ht, ht, divisor + 1), GFP_KERNEL); in u32_change()
1100 sel_size = struct_size(s, keys, s->nkeys); in u32_change()
1106 n = kzalloc(struct_size(n, sel.keys, s->nkeys), GFP_KERNEL); in u32_change()
1113 n->pf = __alloc_percpu(struct_size(n->pf, kcnts, s->nkeys), in u32_change()
1367 if (nla_put(skb, TCA_U32_SEL, struct_size(&n->sel, keys, n->sel.nkeys), in u32_dump()
1417 gpf = kzalloc(struct_size(gpf, kcnts, n->sel.nkeys), GFP_KERNEL); in u32_dump()
1431 if (nla_put_64bit(skb, TCA_U32_PCNT, struct_size(gpf, kcnts, n->sel.nkeys), in u32_dump()

12345678910>>...31