Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/tests/
Dbtrfs-tests.c47 static struct file_system_type test_type = { variable
68 ret = register_filesystem(&test_type); in btrfs_init_test_fs()
74 test_mnt = kern_mount(&test_type); in btrfs_init_test_fs()
77 unregister_filesystem(&test_type); in btrfs_init_test_fs()
86 unregister_filesystem(&test_type); in btrfs_destroy_test_fs()
/Linux-v5.4/kernel/rcu/
Drcu.h456 void rcutorture_get_gp_data(enum rcutorture_type test_type, int *flags,
465 static inline void rcutorture_get_gp_data(enum rcutorture_type test_type, in rcutorture_get_gp_data() argument
490 static inline void srcutorture_get_gp_data(enum rcutorture_type test_type, in srcutorture_get_gp_data() argument
494 if (test_type != SRCU_FLAVOR) in srcutorture_get_gp_data()
502 void srcutorture_get_gp_data(enum rcutorture_type test_type,
Dsrcutree.c1241 void srcutorture_get_gp_data(enum rcutorture_type test_type, in srcutorture_get_gp_data() argument
1245 if (test_type != SRCU_FLAVOR) in srcutorture_get_gp_data()
Dtree.c543 void rcutorture_get_gp_data(enum rcutorture_type test_type, int *flags, in rcutorture_get_gp_data() argument
546 switch (test_type) { in rcutorture_get_gp_data()
/Linux-v5.4/tools/testing/ktest/
Dktest.pl94 my $test_type;
272 "TEST_TYPE" => \$test_type,
1443 return $test_type eq "build" || $no_reboot ||
1444 ($test_type eq "patchcheck" && $opt{"PATCHCHECK_TYPE[$i]"} eq "build") ||
1445 ($test_type eq "bisect" && $opt{"BISECT_TYPE[$i]"} eq "build") ||
1446 ($test_type eq "config_bisect" && $opt{"CONFIG_BISECT_TYPE[$i]"} eq "build");
1455 $name = "$test_name:$test_type";
1457 $name = $test_type;
1688 my $dir = "$machine-$test_type-$type-$result-$date";
4314 if ($test_type eq "patchcheck") {
[all …]
/Linux-v5.4/tools/testing/selftests/vm/
Duserfaultfd.c73 static int test_type; variable
720 if (test_type != TEST_HUGETLB) in faulting_process()
768 if (test_type == TEST_HUGETLB) in faulting_process()
1253 test_type = TEST_ANON; in set_test_type()
1256 test_type = TEST_HUGETLB; in set_test_type()
1260 test_type = TEST_HUGETLB; in set_test_type()
1264 test_type = TEST_SHMEM; in set_test_type()
1270 if (test_type == TEST_HUGETLB) in set_test_type()
1318 if (test_type == TEST_HUGETLB) { in main()
/Linux-v5.4/lib/
Dtest-kstrtox.c16 #define DECLARE_TEST_OK(type, test_type) \ argument
17 test_type { \
Dtest_bpf.c6580 __u8 test_type = tests[which].aux & TEST_TYPE_MASK; in generate_filter() local
6586 switch (test_type) { in generate_filter()
6645 __u8 test_type = tests[which].aux & TEST_TYPE_MASK; in release_filter() local
6647 switch (test_type) { in release_filter()
/Linux-v5.4/samples/bpf/
Dmap_perf_test_user.c35 enum test_type { enum
73 static int check_test_flags(enum test_type t) in check_test_flags()
116 static void do_test_lru(enum test_type test, int cpu) in do_test_lru()
/Linux-v5.4/drivers/net/ethernet/intel/ixgbevf/
Dethtool.c568 u8 test_type; member
679 switch (test->test_type) { in ixgbevf_reg_test()
/Linux-v5.4/net/ipv4/netfilter/
Dip_tables.c1810 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
1814 return ((test_type == 0xFF) || in icmp_type_code_match()
1815 (type == test_type && code >= min_code && code <= max_code)) in icmp_type_code_match()
/Linux-v5.4/drivers/net/ethernet/myricom/myri10ge/
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()
905 if (status != 0 && test_type != MXGEFW_CMD_UNALIGNED_TEST) in myri10ge_dma_test()
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_display_types.h1140 unsigned long test_type; member
Dintel_dp.c1910 if (intel_dp->compliance.test_type == DP_TEST_LINK_TRAINING) { in intel_dp_adjust_compliance_config()
4694 intel_dp->compliance.test_type = request; in intel_dp_handle_test_request()
4981 if (intel_dp->compliance.test_type == DP_TEST_LINK_TRAINING) { in intel_dp_short_pulse()
/Linux-v5.4/net/ipv6/netfilter/
Dip6_tables.c1820 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
1824 return (type == test_type && code >= min_code && code <= max_code) in icmp6_type_code_match()
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_btf.c6835 const struct btf_type *test_type, *expect_type; in do_test_dedup() local
6838 test_type = btf__type_by_id(test_btf, i); in do_test_dedup()
6840 test_size = btf_type_size(test_type); in do_test_dedup()
6849 if (CHECK(memcmp((void *)test_type, in do_test_dedup()
/Linux-v5.4/drivers/net/ethernet/rocker/
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()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_debugfs.c3253 if (intel_dp->compliance.test_type == in i915_displayport_test_data_show()
3257 else if (intel_dp->compliance.test_type == in i915_displayport_test_data_show()
3297 seq_printf(m, "%02lx", intel_dp->compliance.test_type); in i915_displayport_test_type_show()
/Linux-v5.4/drivers/net/ethernet/intel/igb/
Digb_ethtool.c990 u16 test_type; member
1312 switch (test->test_type) { in igb_reg_test()
/Linux-v5.4/tools/lib/traceevent/
Devent-parse.c1258 static int test_type(enum tep_event_type type, enum tep_event_type expect) in test_type() function
1293 return test_type(type, expect); in __read_expect_type()
1520 if (test_type(type, TEP_EVENT_OP)) in event_read_fields()
/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ethtool.c1341 u8 test_type; member
1521 switch (test->test_type) { in ixgbe_reg_test()