Home
last modified time | relevance | path

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

/Linux-v5.15/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.h873 struct a_struct { struct
882 typedef struct a_struct named_struct_typedef; argument
907 struct a_struct f1;
1035 struct a_struct f1;
1073 struct a_struct f1;
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dcore_reloc.c711 .struct_sz = sizeof(struct a_struct),
756 .struct_sz = sizeof(struct a_struct),