Searched refs:tester (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_loader.c | 77 static int tester_init(struct test_loader *tester) in tester_init() argument 79 if (!tester->log_buf) { in tester_init() 80 tester->log_buf_sz = TEST_LOADER_LOG_BUF_SZ; in tester_init() 81 tester->log_buf = calloc(tester->log_buf_sz, 1); in tester_init() 82 if (!ASSERT_OK_PTR(tester->log_buf, "tester_log_buf")) in tester_init() 89 void test_loader_fini(struct test_loader *tester) in test_loader_fini() argument 91 if (!tester) in test_loader_fini() 94 free(tester->log_buf); in test_loader_fini() 403 static int parse_test_spec(struct test_loader *tester, in parse_test_spec() argument 743 static void prepare_case(struct test_loader *tester, in prepare_case() argument [all …]
|
| H A D | test_progs.h | 532 static inline void test_loader__set_pre_execution_cb(struct test_loader *tester, in test_loader__set_pre_execution_cb() argument 535 tester->pre_execution_cb = cb; in test_loader__set_pre_execution_cb() 540 extern void test_loader__run_subtests(struct test_loader *tester, 544 extern void test_loader_fini(struct test_loader *tester); 547 struct test_loader tester = {}; \ 549 test_loader__run_subtests(&tester, #skel, skel##__elf_bytes); \ 550 test_loader_fini(&tester); \
|
| H A D | test_sockmap.c | 147 void (*tester)(int cg_fd, struct sockmap_options *opt); member 1854 t.tester(cg_fd, opt); in __test_selftests()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | verifier.c | 147 struct test_loader tester = {}; in run_tests_aux() local 158 test_loader__set_pre_execution_cb(&tester, pre_execution_cb); in run_tests_aux() 159 test_loader__run_subtests(&tester, skel_name, elf_bytes_factory); in run_tests_aux() 160 test_loader_fini(&tester); in run_tests_aux()
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3588-jaguar-pre-ict-tester.dtso | 5 * Device Tree Overlay for the Pre-ICT tester adapter for the Mezzanine 26 pre_ict_tester_vcc_1v2: regulator-pre-ict-tester-vcc-1v2 { 36 pre_ict_tester_vcc_2v8: regulator-pre-ict-tester-vcc-2v8 { 71 pre-ict-tester {
|
| /linux/Documentation/hwmon/ |
| H A D | powerz.rst | 29 As current can flow in both directions through the tester the sign of the
|
| /linux/net/rxrpc/ |
| H A D | Kconfig | 92 Provide an rxperf service tester. This listens on UDP port 7009 for
|
| /linux/lib/xz/ |
| H A D | Kconfig | 68 tristate "XZ decompressor tester"
|
| /linux/Documentation/translations/it_IT/process/ |
| H A D | 6.Followthrough.rst | 179 codice nelle mani di un gruppo di *tester* molto più esteso. Anche se avete 182 E, ovviamente, dove ci sono *tester*, ci saranno anche dei rapporti su
|
| /linux/kernel/trace/ |
| H A D | Kconfig | 1018 tristate "Ring buffer benchmark stress tester"
|
| /linux/Documentation/process/ |
| H A D | submitting-patches.rst | 589 Both Tested-by and Reviewed-by tags, once received on mailing list from tester
|