Searched refs:struct_arg3 (Results 1 – 1 of 1) sorted by relevance
398 struct bpf_testmod_struct_arg_3 *struct_arg3; in bpf_testmod_test_read() local424 struct_arg3 = kmalloc((sizeof(struct bpf_testmod_struct_arg_3) + in bpf_testmod_test_read()426 if (struct_arg3 != NULL) { in bpf_testmod_test_read()427 struct_arg3->b[0] = 1; in bpf_testmod_test_read()428 (void)bpf_testmod_test_struct_arg_6(struct_arg3); in bpf_testmod_test_read()429 kfree(struct_arg3); in bpf_testmod_test_read()
Completed in 6 milliseconds