Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/bpf_testmod/
A Dbpf_testmod.c360 struct bpf_testmod_struct_arg_2 struct_arg2 = {2, 3}; in bpf_testmod_test_read() local
369 (void)bpf_testmod_test_struct_arg_1(struct_arg2, 1, 4); in bpf_testmod_test_read()
370 (void)bpf_testmod_test_struct_arg_2(1, struct_arg2, 4); in bpf_testmod_test_read()
371 (void)bpf_testmod_test_struct_arg_3(1, 4, struct_arg2); in bpf_testmod_test_read()
372 (void)bpf_testmod_test_struct_arg_4(struct_arg1, 1, 2, 3, struct_arg2); in bpf_testmod_test_read()

Completed in 21 milliseconds