Home
last modified time | relevance | path

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

/Linux-v6.6/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
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()
Dcore_reloc_types.h908 struct a_struct { struct
914 struct a_struct * restrict a; argument
925 typedef struct a_struct named_struct_typedef;
951 struct a_struct f1;
1143 struct a_struct f1;
1181 struct a_struct f1;
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dcore_reloc.c785 .struct_sz = sizeof(struct a_struct),
884 .struct_sz = sizeof(struct a_struct),