Searched refs:struct_size_t (Results 1 – 17 of 17) sorted by relevance
| /linux/drivers/net/ethernet/intel/ice/ |
| A D | ice_ddp.h | 211 struct_size_t(struct ice_buf_hdr, section_entry, 1) - (hd_sz)) / \ 331 ICE_MAX_ENTRIES_IN_BUF(struct_size_t(struct ice_label_section, \ 386 ICE_MAX_ENTRIES_IN_BUF(struct_size_t(struct ice_boost_tcam_section, \ 406 ICE_MAX_ENTRIES_IN_BUF(struct_size_t(struct ice_marker_ptype_tcam_section, tcam, \
|
| /linux/include/linux/ |
| A D | overflow.h | 388 #define struct_size_t(type, member, count) \ macro 405 u8 bytes[struct_size_t(type, member, count)]; \
|
| /linux/fs/xfs/scrub/ |
| A D | btree.h | 63 return struct_size_t(struct xchk_btree, lastkey, nlevels - 1); in xchk_btree_sizeof()
|
| /linux/kernel/ |
| A D | pid_namespace.c | 52 len = struct_size_t(struct pid, numbers, level + 1); in create_pid_cachep()
|
| A D | pid.c | 665 struct_size_t(struct pid, numbers, 1), in pid_idr_init()
|
| /linux/fs/xfs/libxfs/ |
| A D | xfs_btree.h | 300 return struct_size_t(struct xfs_btree_cur, bc_levels, nlevels); in xfs_btree_cur_sizeof()
|
| /linux/drivers/media/platform/qcom/venus/ |
| A D | hfi_cmds.c | 254 struct_size_t(struct hfi_session_set_buffers_pkt, in pkt_session_unset_buffers()
|
| /linux/drivers/scsi/megaraid/ |
| A D | megaraid_sas_fp.c | 329 expected_size = struct_size_t(struct MR_FW_RAID_MAP, in MR_ValidateMapInfo()
|
| A D | megaraid_sas_base.c | 5156 struct_size_t(struct MR_FW_RAID_MAP, ldSpanMap, in megasas_update_ext_vd_details() 5792 pd_seq_map_sz = struct_size_t(struct MR_PD_CFG_SEQ_NUM_SYNC, seq, in megasas_setup_jbod_map() 8036 struct_size_t(struct MR_PD_CFG_SEQ_NUM_SYNC, in megasas_detach_one()
|
| /linux/drivers/nvme/host/ |
| A D | fc.c | 2918 struct_size_t(struct nvme_fcp_op_w_sgl, priv, in nvme_fc_create_io_queues() 3573 struct_size_t(struct nvme_fcp_op_w_sgl, priv, in nvme_fc_init_ctrl()
|
| /linux/lib/ |
| A D | overflow_kunit.c | 709 u8 ce_array[struct_size_t(struct __test_flex_array, data, 55)]; in overflow_size_helpers_test()
|
| /linux/drivers/scsi/ |
| A D | hptiop.c | 1397 req_size = struct_size_t(struct hpt_iop_request_scsi_command, in hptiop_probe()
|
| /linux/fs/reiserfs/ |
| A D | fix_node.c | 2256 struct_size_t(struct direntry_uarea, entry_sizes, in get_virtual_node_size()
|
| /linux/net/ethtool/ |
| A D | ioctl.c | 1325 size = struct_size_t(struct ethtool_rxfh_context, data, flex_len); in ethtool_rxfh_ctx_alloc()
|
| /linux/drivers/md/ |
| A D | raid5.c | 2428 struct_size_t(struct stripe_head, dev, devs), in grow_stripes() 2552 struct_size_t(struct stripe_head, dev, newsize), in resize_stripes()
|
| /linux/kernel/sched/ |
| A D | ext.c | 5111 scx_dsp_ctx = __alloc_percpu(struct_size_t(struct scx_dsp_ctx, buf, in scx_ops_enable()
|
| /linux/drivers/scsi/smartpqi/ |
| A D | smartpqi_init.c | 5054 struct_size_t(struct pqi_event_config, descriptors, PQI_MAX_EVENT_DESCRIPTORS)
|
Completed in 95 milliseconds