Home
last modified time | relevance | path

Searched defs:test (Results 51 – 75 of 248) sorted by relevance

12345678910

/Linux-v5.10/scripts/kconfig/tests/no_write_if_dep_unmet/
D__init__.py18 def test(conf): function
/Linux-v5.10/scripts/kconfig/tests/preprocess/builtin_func/
D__init__.py6 def test(conf): function
/Linux-v5.10/scripts/kconfig/tests/preprocess/circular_expansion/
D__init__.py9 def test(conf): function
/Linux-v5.10/scripts/kconfig/tests/preprocess/escape/
D__init__.py6 def test(conf): function
/Linux-v5.10/scripts/kconfig/tests/preprocess/variable/
D__init__.py6 def test(conf): function
/Linux-v5.10/tools/testing/selftests/bpf/
Dtest_xdping.sh57 test() function
/Linux-v5.10/drivers/usb/musb/
Dmusb_debugfs.c118 unsigned test; in musb_test_mode_show() local
168 u8 test; in musb_test_mode_write() local
/Linux-v5.10/tools/testing/vsock/
DMakefile3 test: vsock_test vsock_diag_test target
/Linux-v5.10/lib/
Dtest_bpf.c78 } test[MAX_SUBTESTS]; member
6480 static void *generate_test_data(struct bpf_test *test, int sub) in generate_test_data()
6526 static void release_test_data(const struct bpf_test *test, void *data) in release_test_data()
6658 static int run_one(const struct bpf_prog *fp, struct bpf_test *test) in run_one()
6920 static __init int test_skb_segment_single(const struct skb_segment_test *test) in test_skb_segment_single()
6946 const struct skb_segment_test *test = &skb_segment_tests[i]; in test_skb_segment() local
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Dbtf.c3631 struct btf_raw_test *test = &raw_tests[test_num - 1]; in do_test_raw() local
3762 const struct btf_get_info_test *test = &get_info_tests[test_num - 1]; in test_big_btf_info() local
3847 const struct btf_get_info_test *test = &get_info_tests[test_num - 1]; in test_btf_id() local
3982 const struct btf_get_info_test *test = &get_info_tests[test_num - 1]; in do_test_get_info() local
4081 const struct btf_file_test *test = &file_tests[test_num - 1]; in do_test_file() local
4705 const struct btf_raw_test *test = &pprint_test_template[test_num]; in do_test_pprint() local
5789 static int test_get_finfo(const struct prog_info_raw_test *test, in test_get_finfo()
5870 static int test_get_linfo(const struct prog_info_raw_test *test, in test_get_linfo()
6090 const struct prog_info_raw_test *test = &info_raw_tests[test_num - 1]; in do_test_info_raw() local
6648 const struct btf_dedup_test *test = &dedup_tests[test_num - 1]; in do_test_dedup() local
Dselect_reuseport.c789 const struct test { in test_config() struct
790 void (*fn)(int sotype, sa_family_t family); in test_config()
791 const char *name; in test_config()
792 bool no_inner_map; in test_config()
793 int need_sotype; in test_config()
Dtcp_hdr_options.c563 struct test { struct
569 static struct test tests[] = { argument
Dflow_dissector_reattach.c574 struct test { in run_tests() struct
575 const char *test_name; in run_tests()
576 void (*test_func)(int netns, int prog1, int prog2); in run_tests()
/Linux-v5.10/lib/kunit/
Dtry-catch-impl.h18 struct kunit *test, in kunit_try_catch_init()
/Linux-v5.10/tools/perf/tests/
Dpmu-events.c122 static bool is_same(const char *reference, const char *test) in is_same()
165 struct perf_pmu_test_event *test; in test_pmu_event_table() local
270 struct perf_pmu_test_event *test; in __test__pmu_event_aliases() local
Dbuiltin-test.c386 static int run_test(struct test *test, int subtest) in run_test()
565 static int shell_test__run(struct test *test, int subdir __maybe_unused) in shell_test__run()
602 struct test test = { in run_shell_tests() local
Dunit_number__scnprintf.c15 } test[] = { in test__unit_number__scnprint() local
Dexpr.c9 static int test(struct expr_parse_ctx *ctx, const char *e, double val2) in test() function
/Linux-v5.10/net/bridge/
Dbr_mrp_switchdev.c71 struct switchdev_obj_ring_test_mrp test = { in br_mrp_switchdev_send_ring_test() local
154 struct switchdev_obj_in_test_mrp test = { in br_mrp_switchdev_send_in_test() local
/Linux-v5.10/drivers/gpu/drm/selftests/
Dtest-drm_modeset_common.h9 #define FAIL(test, msg, ...) \ argument
/Linux-v5.10/tools/testing/selftests/openat2/
Dopenat2_test.c85 struct struct_test *test = &tests[i]; in test_openat2_struct() local
234 struct flag_test *test = &tests[i]; in test_openat2_flags() local
/Linux-v5.10/tools/testing/selftests/mqueue/
Dmq_perf_tests.c371 struct test { struct
372 char *desc;
373 void (*func)(int *);
/Linux-v5.10/tools/bootconfig/
DMakefile23 test: $(ALL_PROGRAMS) test-bootconfig.sh target
/Linux-v5.10/tools/testing/selftests/powerpc/mm/
Dlarge_vm_fork_separation.c24 static int test(void) in test() function
/Linux-v5.10/kernel/trace/
Dtrace_events_trigger.c545 struct event_trigger_data *test; in register_trigger() local
589 struct event_trigger_data *test, in unregister_trigger()
830 bool is_named_trigger(struct event_trigger_data *test) in is_named_trigger()
874 struct event_trigger_data *test; in __pause_named_trigger() local
1517 struct event_trigger_data *test; in event_enable_register_trigger() local
1554 struct event_trigger_data *test, in event_enable_unregister_trigger()

12345678910