Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dpro_epilogue.c70 __naked int test_epilogue(void) in test_epilogue() function
152 .test_epilogue = (void *)test_epilogue,
H A Depilogue_tailcall.c46 .test_epilogue = (void *)test_epilogue_tailcall,
51 .test_epilogue = (void *)test_epilogue_subprog,
H A Depilogue_exit.c63 .test_epilogue = (void *)test_epilogue_exit,
H A Dpro_epilogue_goto_start.c120 .test_epilogue = (void *)test_epilogue_goto_start,
/linux/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.h108 int (*test_epilogue)(struct st_ops_args *args); member
H A Dbpf_testmod.c1031 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,