Searched refs:test_epilogue (Results 1 – 6 of 6) sorted by relevance
70 __naked int test_epilogue(void) in test_epilogue() function152 .test_epilogue = (void *)test_epilogue,
46 .test_epilogue = (void *)test_epilogue_tailcall,51 .test_epilogue = (void *)test_epilogue_subprog,
63 .test_epilogue = (void *)test_epilogue_exit,
120 .test_epilogue = (void *)test_epilogue_goto_start,
108 int (*test_epilogue)(struct st_ops_args *args); member
1031 if (st_ops && st_ops->test_epilogue) in bpf_kfunc_st_ops_test_epilogue()1032 ret = st_ops->test_epilogue(args); in bpf_kfunc_st_ops_test_epilogue()1368 .test_epilogue = bpf_test_mod_st_ops__test_epilogue,