Home
last modified time | relevance | path

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

/linux/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; argument
66 struct a_struct t1 = {};
95 out->local_struct = bpf_core_type_id_local(struct a_struct); in test_core_type_id()
103 out->targ_struct = bpf_core_type_id_kernel(struct a_struct); in test_core_type_id()
H A Dtest_core_reloc_type_based.c18 struct a_struct { struct
24 struct a_struct *a; argument
35 typedef struct a_struct named_struct_typedef;
114 out->struct_exists = bpf_core_type_exists(struct a_struct); in test_core_type_based()
128 out->struct_matches = bpf_core_type_matches(struct a_struct); in test_core_type_based()
142 out->struct_sz = bpf_core_type_size(struct a_struct); in test_core_type_based()
H A Dcore_reloc_types.h918 struct a_struct { struct
924 struct a_struct * restrict a; argument
935 typedef struct a_struct named_struct_typedef;
961 struct a_struct f1;
1153 struct a_struct f1;
1191 struct a_struct f1;
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c484 exp->local_struct = find_btf_type(local_btf, "a_struct", BTF_KIND_STRUCT); in setup_type_id_case_local()
508 exp->targ_struct = find_btf_type(targ_btf, "a_struct", BTF_KIND_STRUCT); in setup_type_id_case_success()
788 .struct_sz = sizeof(struct a_struct),
887 .struct_sz = sizeof(struct a_struct),