Searched refs:struct_arg3 (Results 1 – 1 of 1) sorted by relevance
361 struct bpf_testmod_struct_arg_3 *struct_arg3; in bpf_testmod_test_read() local383 struct_arg3 = kmalloc((sizeof(struct bpf_testmod_struct_arg_3) + in bpf_testmod_test_read()385 if (struct_arg3 != NULL) { in bpf_testmod_test_read()386 struct_arg3->b[0] = 1; in bpf_testmod_test_read()387 (void)bpf_testmod_test_struct_arg_6(struct_arg3); in bpf_testmod_test_read()388 kfree(struct_arg3); in bpf_testmod_test_read()
Completed in 6 milliseconds