Searched refs:struct_sz (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_size.c19 int struct_sz; member in struct:core_reloc_size_output
54 out->struct_sz = bpf_core_field_size(in->struct_field);
H A Dtest_core_reloc_type_based.c89 int struct_sz; member in struct:core_reloc_type_based_output
142 out->struct_sz = bpf_core_type_size(struct a_struct);
H A Dcore_reloc_types.h790 int struct_sz; member in struct:core_reloc_size_output
895 int struct_sz; member in struct:core_reloc_type_based_output
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c284 .struct_sz = sizeof(((type *)0)->struct_field), \
785 .struct_sz = sizeof(struct a_struct),
827 .struct_sz = sizeof(struct a_struct___diff),
864 .struct_sz = sizeof(struct a_struct___diff_sz),
884 .struct_sz = sizeof(struct a_struct),
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf.h38 #define IDPF_NUM_CHUNKS_PER_MSG(struct_sz, chunk_sz) \
39 ((IDPF_CTLQ_MAX_BUF_LEN - (struct_sz)) / (chunk_sz))
/linux-master/fs/btrfs/
H A Dqgroup.c3109 size_t struct_sz; local
3124 struct_sz = struct_size(res, qgroups, num_qgroups);
3125 if (struct_sz == SIZE_MAX)
3128 res = kzalloc(struct_sz, GFP_NOFS);
/linux-master/fs/smb/server/
H A Dsmb2pdu.c3830 int struct_sz, rc = 0; local
3844 struct_sz = readdir_info_level_struct_sz(info_level) + conv_len;
3845 next_entry_offset = ALIGN(struct_sz, KSMBD_DIR_INFO_ALIGNMENT);
3846 d_info->last_entry_off_align = next_entry_offset - struct_sz;
4092 int struct_sz; local
4096 struct_sz = readdir_info_level_struct_sz(info_level);
4097 if (struct_sz == -EOPNOTSUPP)
4101 next_entry_offset = ALIGN(struct_sz + conv_len,

Completed in 176 milliseconds