Home
last modified time | relevance | path

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

/Linux-v5.10/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.10/kernel/rcu/
Drcu.h453 void rcutorture_get_gp_data(enum rcutorture_type test_type, int *flags,
462 static inline void rcutorture_get_gp_data(enum rcutorture_type test_type, in rcutorture_get_gp_data() argument
487 static inline void srcutorture_get_gp_data(enum rcutorture_type test_type, in srcutorture_get_gp_data() argument
491 if (test_type != SRCU_FLAVOR) in srcutorture_get_gp_data()
499 void srcutorture_get_gp_data(enum rcutorture_type test_type,
Dsrcutree.c1244 void srcutorture_get_gp_data(enum rcutorture_type test_type, in srcutorture_get_gp_data() argument
1248 if (test_type != SRCU_FLAVOR) in srcutorture_get_gp_data()
Dtree.c598 void rcutorture_get_gp_data(enum rcutorture_type test_type, int *flags, in rcutorture_get_gp_data() argument
601 switch (test_type) { in rcutorture_get_gp_data()
/Linux-v5.10/tools/testing/ktest/
Dktest.pl97 my $test_type;
278 "TEST_TYPE" => \$test_type,
1454 return $test_type eq "build" || $no_reboot ||
1455 ($test_type eq "patchcheck" && $opt{"PATCHCHECK_TYPE[$i]"} eq "build") ||
1456 ($test_type eq "bisect" && $opt{"BISECT_TYPE[$i]"} eq "build") ||
1457 ($test_type eq "config_bisect" && $opt{"CONFIG_BISECT_TYPE[$i]"} eq "build");
1466 $name = "$test_name:$test_type";
1468 $name = $test_type;
1723 my $dir = "$machine-$test_type-$type-$result-$date";
4370 if ($test_type eq "patchcheck") {
[all …]
/Linux-v5.10/tools/testing/selftests/vm/
Duserfaultfd.c74 static int test_type; variable
846 if (test_type != TEST_HUGETLB) in faulting_process()
913 if (test_type == TEST_HUGETLB) in faulting_process()
1454 test_type = TEST_ANON; in set_test_type()
1459 test_type = TEST_HUGETLB; in set_test_type()
1463 test_type = TEST_HUGETLB; in set_test_type()
1467 test_type = TEST_SHMEM; in set_test_type()
1473 if (test_type == TEST_HUGETLB) in set_test_type()
1526 if (test_type == TEST_HUGETLB) { in main()
/Linux-v5.10/drivers/net/ethernet/intel/igc/
Digc_diag.h11 u8 test_type; member
Digc_diag.c114 switch (test->test_type) { in igc_reg_test()
/Linux-v5.10/drivers/gpu/drm/msm/dp/
Ddp_debug.c373 struct dentry *test_data, *test_type; in dp_debug_init() local
401 test_type = debugfs_create_file("msm_dp_test_type", 0444, in dp_debug_init()
404 if (IS_ERR_OR_NULL(test_type)) { in dp_debug_init()
405 rc = PTR_ERR(test_type); in dp_debug_init()
/Linux-v5.10/lib/
Dtest-kstrtox.c16 #define DECLARE_TEST_OK(type, test_type) \ argument
17 test_type { \
Dtest_bpf.c6560 __u8 test_type = tests[which].aux & TEST_TYPE_MASK; in generate_filter() local
6566 switch (test_type) { in generate_filter()
6625 __u8 test_type = tests[which].aux & TEST_TYPE_MASK; in release_filter() local
6627 switch (test_type) { in release_filter()
/Linux-v5.10/samples/bpf/
Dmap_perf_test_user.c34 enum test_type { enum
78 static int check_test_flags(enum test_type t) in check_test_flags()
121 static void do_test_lru(enum test_type test, int cpu) in do_test_lru()
/Linux-v5.10/drivers/net/ethernet/intel/ixgbevf/
Dethtool.c566 u8 test_type; member
677 switch (test->test_type) { in ixgbevf_reg_test()
/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_display_debugfs.c1370 if (intel_dp->compliance.test_type == in i915_displayport_test_data_show()
1374 else if (intel_dp->compliance.test_type == in i915_displayport_test_data_show()
1382 } else if (intel_dp->compliance.test_type == in i915_displayport_test_data_show()
1424 seq_printf(m, "%02lx\n", intel_dp->compliance.test_type); in i915_displayport_test_type_show()
Dintel_display_types.h1260 unsigned long test_type; member
Dintel_dp.c2079 if (intel_dp->compliance.test_type == DP_TEST_LINK_TRAINING) { in intel_dp_adjust_compliance_config()
5622 intel_dp->compliance.test_type = request; in intel_dp_handle_test_request()
5994 if (intel_dp->compliance.test_type == DP_TEST_LINK_TRAINING) { in intel_dp_short_pulse()
/Linux-v5.10/net/ipv4/netfilter/
Dip_tables.c1781 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
1785 return ((test_type == 0xFF) || in icmp_type_code_match()
1786 (type == test_type && code >= min_code && code <= max_code)) in icmp_type_code_match()
/Linux-v5.10/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.10/net/ipv6/netfilter/
Dip6_tables.c1791 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
1795 return (type == test_type && code >= min_code && code <= max_code) in icmp6_type_code_match()
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Dbtf.c6764 const struct btf_type *test_type, *expect_type; in do_test_dedup() local
6767 test_type = btf__type_by_id(test_btf, i); in do_test_dedup()
6769 test_size = btf_type_size(test_type); in do_test_dedup()
6778 if (CHECK(memcmp((void *)test_type, in do_test_dedup()
/Linux-v5.10/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.10/drivers/net/ethernet/intel/igb/
Digb_ethtool.c1002 u16 test_type; member
1324 switch (test->test_type) { in igb_reg_test()
/Linux-v5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ethtool.c1443 u8 test_type; member
1623 switch (test->test_type) { in ixgbe_reg_test()
/Linux-v5.10/tools/lib/traceevent/
Devent-parse.c1237 static int test_type(enum tep_event_type type, enum tep_event_type expect) in test_type() function
1272 return test_type(type, expect); in __read_expect_type()
1541 if (test_type(type, TEP_EVENT_OP)) in event_read_fields()