Searched refs:bpf_testmod_btf_type_tag_1 (Results 1 - 3 of 3) sorted by last modified time

/linux-master/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.c157 struct bpf_testmod_btf_type_tag_1 { struct
162 struct bpf_testmod_btf_type_tag_1 __user *p;
166 struct bpf_testmod_btf_type_tag_1 __percpu *p;
170 bpf_testmod_test_btf_type_tag_user_1(struct bpf_testmod_btf_type_tag_1 __user *arg) {
183 bpf_testmod_test_btf_type_tag_percpu_1(struct bpf_testmod_btf_type_tag_1 __percpu *arg) {
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbtf_type_tag_percpu.c7 struct bpf_testmod_btf_type_tag_1 { struct
12 struct bpf_testmod_btf_type_tag_1 *p;
18 int BPF_PROG(test_percpu1, struct bpf_testmod_btf_type_tag_1 *arg)
H A Dbtf_type_tag_user.c7 struct bpf_testmod_btf_type_tag_1 { struct
12 struct bpf_testmod_btf_type_tag_1 *p;
18 int BPF_PROG(test_user1, struct bpf_testmod_btf_type_tag_1 *arg)

Completed in 164 milliseconds