• Home
  • Raw
  • Download

Lines Matching defs:a

41 	int a;  member
44 long a; member
49 int a; member
54 u64 a; member
59 char a; member
68 bpf_testmod_test_struct_arg_1(struct bpf_testmod_struct_arg_2 a, int b, int c) { in bpf_testmod_test_struct_arg_1()
74 bpf_testmod_test_struct_arg_2(int a, struct bpf_testmod_struct_arg_2 b, int c) { in bpf_testmod_test_struct_arg_2()
80 bpf_testmod_test_struct_arg_3(int a, int b, struct bpf_testmod_struct_arg_2 c) { in bpf_testmod_test_struct_arg_3()
86 bpf_testmod_test_struct_arg_4(struct bpf_testmod_struct_arg_1 a, int b, in bpf_testmod_test_struct_arg_4()
99 bpf_testmod_test_struct_arg_6(struct bpf_testmod_struct_arg_3 *a) { in bpf_testmod_test_struct_arg_6()
105 bpf_testmod_test_struct_arg_7(u64 a, void *b, short c, int d, void *e, in bpf_testmod_test_struct_arg_7()
114 bpf_testmod_test_struct_arg_8(u64 a, void *b, short c, int d, void *e, in bpf_testmod_test_struct_arg_8()
123 bpf_testmod_test_struct_arg_9(u64 a, void *b, short c, int d, void *e, char f, in bpf_testmod_test_struct_arg_9()
132 bpf_testmod_test_arg_ptr_to_struct(struct bpf_testmod_struct_arg_1 *a) { in bpf_testmod_test_arg_ptr_to_struct()
249 int a; member
318 noinline int bpf_testmod_fentry_test1(int a) in bpf_testmod_fentry_test1()
323 noinline int bpf_testmod_fentry_test2(int a, u64 b) in bpf_testmod_fentry_test2()
328 noinline int bpf_testmod_fentry_test3(char a, int b, u64 c) in bpf_testmod_fentry_test3()
333 noinline int bpf_testmod_fentry_test7(u64 a, void *b, short c, int d, in bpf_testmod_fentry_test7()
339 noinline int bpf_testmod_fentry_test11(u64 a, void *b, short c, int d, in bpf_testmod_fentry_test11()
445 noinline int bpf_fentry_shadow_test(int a) in bpf_fentry_shadow_test()
600 __bpf_kfunc u64 bpf_kfunc_call_test1(struct sock *sk, u32 a, u64 b, u32 c, u64 d) in bpf_kfunc_call_test1()
605 __bpf_kfunc int bpf_kfunc_call_test2(struct sock *sk, u32 a, u32 b) in bpf_kfunc_call_test2()
615 __bpf_kfunc long noinline bpf_kfunc_call_test4(signed char a, short b, int c, long d) in bpf_kfunc_call_test4()
1123 static void bpf_testmod_test_2(int a, int b) in bpf_testmod_test_2()