Searched refs:test__start_subtest (Results 1 – 7 of 7) sorted by relevance
75 if (test__start_subtest("sockmap create_update_free")) in test_sockmap_basic()77 if (test__start_subtest("sockhash create_update_free")) in test_sockmap_basic()
219 if (test__start_subtest("send_signal_tracepoint")) in test_send_signal()221 if (test__start_subtest("send_signal_perf")) in test_send_signal()223 if (test__start_subtest("send_signal_nmi")) in test_send_signal()
102 if (!test__start_subtest(test->file)) in test_bpf_verif_scale()
305 if (!test__start_subtest(test_case->case_name)) in test_core_reloc()
980 test__start_subtest(tests[i].descr); in test_sockopt()
72 extern bool test__start_subtest(const char *name);
91 bool test__start_subtest(const char *name) in test__start_subtest() function