Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/bpf/progs/
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()
Dtest_core_reloc_type_based.c18 struct a_struct { struct
27 typedef struct a_struct named_struct_typedef; argument
83 out->struct_exists = bpf_core_type_exists(struct a_struct); in test_core_type_based()
95 out->struct_sz = bpf_core_type_size(struct a_struct); in test_core_type_based()
Dcore_reloc_types.h867 struct a_struct { struct
876 typedef struct a_struct named_struct_typedef; argument
901 struct a_struct f1;
1029 struct a_struct f1;
1067 struct a_struct f1;
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Dcore_reloc.c655 .struct_sz = sizeof(struct a_struct),
700 .struct_sz = sizeof(struct a_struct),