Home
last modified time | relevance | path

Searched refs:test_type (Results 1 – 25 of 32) sorted by relevance

12

/linux-6.3-rc2/tools/testing/selftests/arm64/mte/
A Dcheck_user_mem.c26 enum test_type { enum
36 enum test_type test_type) in check_usermem_access_fault() argument
87 switch (test_type) { in check_usermem_access_fault()
143 const char* test_type; in format_test_name() local
149 test_type = "read"; in format_test_name()
152 test_type = "write"; in format_test_name()
155 test_type = "readv"; in format_test_name()
158 test_type = "writev"; in format_test_name()
191 test_type, mte_type, map_type, len, offset); in format_test_name()
/linux-6.3-rc2/fs/btrfs/tests/
A Dbtrfs-tests.c48 static struct file_system_type test_type = { variable
76 ret = register_filesystem(&test_type); in btrfs_init_test_fs()
82 test_mnt = kern_mount(&test_type); in btrfs_init_test_fs()
85 unregister_filesystem(&test_type); in btrfs_init_test_fs()
94 unregister_filesystem(&test_type); in btrfs_destroy_test_fs()
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dkfunc_call.c27 enum kfunc_test_type test_type; member
36 .test_type = type, \
45 .test_type = type, \
100 switch (param->test_type) { in verify_success()
166 switch (param->test_type) { in verify_fail()
A Dbtf.c8085 const struct btf_type *test_type, *expect_type; in do_test_dedup() local
8088 test_type = btf__type_by_id(test_btf, i); in do_test_dedup()
8090 test_size = btf_type_size(test_type); in do_test_dedup()
8099 if (CHECK(btf_kind(test_type) != btf_kind(expect_type), in do_test_dedup()
8101 i, btf_kind(expect_type), btf_kind(test_type))) { in do_test_dedup()
8105 if (CHECK(test_type->info != expect_type->info, in do_test_dedup()
8107 i, expect_type->info, test_type->info)) { in do_test_dedup()
8111 if (CHECK(test_type->size != expect_type->size, in do_test_dedup()
8113 i, expect_type->size, test_type->size)) { in do_test_dedup()
/linux-6.3-rc2/kernel/rcu/
A Drcu.h498 void rcutorture_get_gp_data(enum rcutorture_type test_type, int *flags,
507 static inline void rcutorture_get_gp_data(enum rcutorture_type test_type, in rcutorture_get_gp_data() argument
532 static inline void srcutorture_get_gp_data(enum rcutorture_type test_type, in srcutorture_get_gp_data() argument
536 if (test_type != SRCU_FLAVOR) in srcutorture_get_gp_data()
544 void srcutorture_get_gp_data(enum rcutorture_type test_type,
A Dsrcutree.c1748 void srcutorture_get_gp_data(enum rcutorture_type test_type, in srcutorture_get_gp_data() argument
1752 if (test_type != SRCU_FLAVOR) in srcutorture_get_gp_data()
/linux-6.3-rc2/tools/testing/selftests/mm/
A Duserfaultfd.c79 static int test_type; variable
396 if (test_type == TEST_HUGETLB) in get_expected_ioctls()
1642 if (test_type == TEST_ANON) { in userfaultfd_stress()
1688 test_type = TEST_ANON; in set_test_type()
1691 test_type = TEST_HUGETLB; in set_test_type()
1695 test_type = TEST_HUGETLB; in set_test_type()
1701 test_type = TEST_SHMEM; in set_test_type()
1715 if (!test_type) in parse_test_type_arg()
1727 if (!test_type) in parse_test_type_arg()
1733 if (test_type == TEST_HUGETLB) in parse_test_type_arg()
[all …]
/linux-6.3-rc2/tools/testing/ktest/
A Dktest.pl97 my $test_type;
279 "TEST_TYPE" => \$test_type,
1529 $name = "$test_name:$test_type";
1531 $name = $test_type;
4409 if ($test_type eq "patchcheck") {
4411 } elsif ($test_type eq "bisect") {
4413 } elsif ($test_type eq "config_bisect") {
4477 if ($test_type eq "bisect") {
4483 } elsif ($test_type eq "patchcheck") {
4500 if ($test_type eq "install") {
[all …]
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/
A Dselftest_slpc.c11 enum test_type { enum
238 static int run_test(struct intel_gt *gt, int test_type) in run_test() argument
312 switch (test_type) { in run_test()
340 if (test_type != SLPC_POWER) { in run_test()
/linux-6.3-rc2/drivers/net/ethernet/intel/igc/
A Digc_diag.h11 u8 test_type; member
A Digc_diag.c114 switch (test->test_type) { in igc_reg_test()
/linux-6.3-rc2/lib/
A Dtest-kstrtox.c16 #define DECLARE_TEST_OK(type, test_type) \ argument
17 test_type { \
/linux-6.3-rc2/samples/bpf/
A Dmap_perf_test_user.c33 enum test_type { enum
77 static int check_test_flags(enum test_type t) in check_test_flags()
120 static void do_test_lru(enum test_type test, int cpu) in do_test_lru()
/linux-6.3-rc2/tools/testing/selftests/alsa/
A Dpcm-test.c514 const char *test_name, *test_type; in run_time_tests() local
529 test_type = conf_get_string(pcm_cfg, "type", NULL, "time"); in run_time_tests()
530 if (strcmp(test_type, "time") == 0) in run_time_tests()
533 ksft_exit_fail_msg("unknown test type '%s'\n", test_type); in run_time_tests()
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dxskxceiver.h70 enum test_type { enum
/linux-6.3-rc2/tools/testing/selftests/arm64/fp/
A Dvec-syscfg.c627 typedef void (*test_type)(struct vec_data *); typedef
629 static const test_type tests[] = {
/linux-6.3-rc2/drivers/platform/x86/intel/ifs/
A Dload.c15 u32 test_type; // IFS test type member
/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dintel_display_debugfs.c1222 if (intel_dp->compliance.test_type == in i915_displayport_test_data_show()
1226 else if (intel_dp->compliance.test_type == in i915_displayport_test_data_show()
1234 } else if (intel_dp->compliance.test_type == in i915_displayport_test_data_show()
1275 seq_printf(m, "%02lx\n", intel_dp->compliance.test_type); in i915_displayport_test_type_show()
A Dintel_display_types.h1550 unsigned long test_type; member
A Dg4x_dp.c1136 intel_dp->compliance.test_type == DP_TEST_LINK_PHY_TEST_PATTERN) { in intel_dp_hotplug()
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbevf/
A Dethtool.c566 u8 test_type; member
677 switch (test->test_type) { in ixgbevf_reg_test()
/linux-6.3-rc2/net/ipv4/netfilter/
A Dip_tables.c1804 icmp_type_code_match(u_int8_t test_type, u_int8_t min_code, u_int8_t max_code, in icmp_type_code_match() argument
1808 return ((test_type == 0xFF) || in icmp_type_code_match()
1809 (type == test_type && code >= min_code && code <= max_code)) in icmp_type_code_match()
/linux-6.3-rc2/drivers/net/ethernet/myricom/myri10ge/
A Dmyri10ge.c841 static int myri10ge_dma_test(struct myri10ge_priv *mgp, int test_type) in myri10ge_dma_test() argument
874 status = myri10ge_send_cmd(mgp, test_type, &cmd, 0); in myri10ge_dma_test()
883 status = myri10ge_send_cmd(mgp, test_type, &cmd, 0); in myri10ge_dma_test()
893 status = myri10ge_send_cmd(mgp, test_type, &cmd, 0); in myri10ge_dma_test()
906 if (status != 0 && test_type != MXGEFW_CMD_UNALIGNED_TEST) in myri10ge_dma_test()
/linux-6.3-rc2/net/ipv6/netfilter/
A Dip6_tables.c1810 icmp6_type_code_match(u_int8_t test_type, u_int8_t min_code, u_int8_t max_code, in icmp6_type_code_match() argument
1814 return (type == test_type && code >= min_code && code <= max_code) in icmp6_type_code_match()
/linux-6.3-rc2/drivers/net/ethernet/rocker/
A Drocker_main.c157 struct rocker_wait *wait, u32 test_type, in rocker_dma_test_one() argument
165 rocker_write32(rocker, TEST_DMA_CTRL, test_type); in rocker_dma_test_one()

Completed in 125 milliseconds

12