Home
last modified time | relevance | path

Searched defs:tester (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dtest_loader.c106 if (!ASSERT_OK_PTR(tester->log_buf, "tester_log_buf")) in test_loader_fini() argument
94 tester_init(struct test_loader * tester) tester_init() argument
394 parse_test_spec(struct test_loader * tester,struct bpf_object * obj,struct bpf_program * prog,struct test_spec * spec) parse_test_spec() argument
646 prepare_case(struct test_loader * tester,struct test_spec * spec,struct bpf_object * obj,struct bpf_program * prog) prepare_case() argument
798 can_execute_unpriv(struct test_loader * tester,struct test_spec * spec) can_execute_unpriv() argument
922 run_subtest(struct test_loader * tester,struct bpf_object_open_opts * open_opts,const void * obj_bytes,size_t obj_byte_cnt,struct test_spec * specs,struct test_spec * spec,bool unpriv) run_subtest() argument
1098 process_subtest(struct test_loader * tester,const char * skel_name,skel_elf_bytes_fn elf_bytes_factory) process_subtest() argument
1157 test_loader__run_subtests(struct test_loader * tester,const char * skel_name,skel_elf_bytes_fn elf_bytes_factory) test_loader__run_subtests() argument
[all...]
H A Dtest_progs.h492 test_loader__set_pre_execution_cb(struct test_loader * tester,pre_execution_cb cb) test_loader__set_pre_execution_cb() argument
H A Dtest_sockmap.c160 void (*tester)(int cg_fd, struct sockmap_options *opt); member
/linux/drivers/input/misc/
H A Dkeyspan_remote.c94 u32 tester; member
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dverifier.c117 struct test_loader tester = {}; run_tests_aux() local