Searched refs:a_struct (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_type_id.c19 struct a_struct { struct
34 typedef struct a_struct named_struct_typedef;
66 struct a_struct t1 = {};
95 out->local_struct = bpf_core_type_id_local(struct a_struct);
103 out->targ_struct = bpf_core_type_id_kernel(struct a_struct);
H A Dtest_core_reloc_type_based.c18 struct a_struct { struct
24 struct a_struct *a;
35 typedef struct a_struct named_struct_typedef;
114 out->struct_exists = bpf_core_type_exists(struct a_struct);
128 out->struct_matches = bpf_core_type_matches(struct a_struct);
142 out->struct_sz = bpf_core_type_size(struct a_struct);
H A Dcore_reloc_types.h908 struct a_struct { struct
914 struct a_struct * restrict a;
925 typedef struct a_struct named_struct_typedef;
951 struct a_struct f1;
1143 struct a_struct f1;
1181 struct a_struct f1;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c482 exp->local_struct = find_btf_type(local_btf, "a_struct", BTF_KIND_STRUCT);
506 exp->targ_struct = find_btf_type(targ_btf, "a_struct", BTF_KIND_STRUCT);
785 .struct_sz = sizeof(struct a_struct),
884 .struct_sz = sizeof(struct a_struct),

Completed in 105 milliseconds