/Linux-v4.19/fs/btrfs/tests/ |
D | btrfs-tests.c | 33 static struct file_system_type test_type = { variable 48 ret = register_filesystem(&test_type); in btrfs_init_test_fs() 54 test_mnt = kern_mount(&test_type); in btrfs_init_test_fs() 57 unregister_filesystem(&test_type); in btrfs_init_test_fs() 66 unregister_filesystem(&test_type); in btrfs_destroy_test_fs()
|
/Linux-v4.19/kernel/rcu/ |
D | rcu.h | 468 void rcutorture_get_gp_data(enum rcutorture_type test_type, int *flags, 477 static inline void rcutorture_get_gp_data(enum rcutorture_type test_type, in rcutorture_get_gp_data() argument 498 static inline void srcutorture_get_gp_data(enum rcutorture_type test_type, in srcutorture_get_gp_data() argument 502 if (test_type != SRCU_FLAVOR) in srcutorture_get_gp_data() 510 void srcutorture_get_gp_data(enum rcutorture_type test_type,
|
D | srcutree.c | 1253 void srcutorture_get_gp_data(enum rcutorture_type test_type, in srcutorture_get_gp_data() argument 1257 if (test_type != SRCU_FLAVOR) in srcutorture_get_gp_data()
|
D | tree.c | 668 void rcutorture_get_gp_data(enum rcutorture_type test_type, int *flags, in rcutorture_get_gp_data() argument 673 switch (test_type) { in rcutorture_get_gp_data()
|
/Linux-v4.19/tools/testing/ktest/ |
D | ktest.pl | 92 my $test_type; 268 "TEST_TYPE" => \$test_type, 1432 return $test_type eq "build" || $no_reboot || 1433 ($test_type eq "patchcheck" && $opt{"PATCHCHECK_TYPE[$i]"} eq "build") || 1434 ($test_type eq "bisect" && $opt{"BISECT_TYPE[$i]"} eq "build") || 1435 ($test_type eq "config_bisect" && $opt{"CONFIG_BISECT_TYPE[$i]"} eq "build"); 1465 send_email("KTEST: critical failure for your [$test_type] test", 1665 my $dir = "$machine-$test_type-$type-$result-$date"; 4196 send_email("KTEST: Your [$test_type] test was cancelled", 4250 send_email("KTEST: Your [$test_type] test was started", [all …]
|
/Linux-v4.19/tools/testing/selftests/vm/ |
D | userfaultfd.c | 87 static int test_type; variable 700 if (test_type != TEST_HUGETLB) in faulting_process() 748 if (test_type == TEST_HUGETLB) in faulting_process() 1233 test_type = TEST_ANON; in set_test_type() 1236 test_type = TEST_HUGETLB; in set_test_type() 1240 test_type = TEST_HUGETLB; in set_test_type() 1244 test_type = TEST_SHMEM; in set_test_type() 1250 if (test_type == TEST_HUGETLB) in set_test_type() 1299 if (test_type == TEST_HUGETLB) { in main()
|
/Linux-v4.19/lib/ |
D | test-kstrtox.c | 16 #define DECLARE_TEST_OK(type, test_type) \ argument 17 test_type { \
|
D | test_bpf.c | 6585 __u8 test_type = tests[which].aux & TEST_TYPE_MASK; in generate_filter() local 6591 switch (test_type) { in generate_filter() 6650 __u8 test_type = tests[which].aux & TEST_TYPE_MASK; in release_filter() local 6652 switch (test_type) { in release_filter()
|
/Linux-v4.19/samples/bpf/ |
D | map_perf_test_user.c | 38 enum test_type { enum 76 static int check_test_flags(enum test_type t) in check_test_flags() 119 static void do_test_lru(enum test_type test, int cpu) in do_test_lru()
|
/Linux-v4.19/crypto/ |
D | testmgr.c | 270 enum hash_test test_type, const int align_offset) in __test_hash() argument 341 switch (test_type) { in __test_hash() 418 if (test_type) in __test_hash() 578 unsigned int tcount, enum hash_test test_type) in test_hash() argument 583 ret = __test_hash(tfm, template, tcount, test_type, 0); in test_hash() 588 ret = __test_hash(tfm, template, tcount, test_type, 1); in test_hash() 595 ret = __test_hash(tfm, template, tcount, test_type, in test_hash()
|
/Linux-v4.19/drivers/net/ethernet/intel/ixgbevf/ |
D | ethtool.c | 572 u8 test_type; member 683 switch (test->test_type) { in ixgbevf_reg_test()
|
/Linux-v4.19/net/ipv4/netfilter/ |
D | ip_tables.c | 1813 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 1817 return ((test_type == 0xFF) || in icmp_type_code_match() 1818 (type == test_type && code >= min_code && code <= max_code)) in icmp_type_code_match()
|
/Linux-v4.19/drivers/net/ethernet/myricom/myri10ge/ |
D | myri10ge.c | 842 static int myri10ge_dma_test(struct myri10ge_priv *mgp, int test_type) in myri10ge_dma_test() argument 875 status = myri10ge_send_cmd(mgp, test_type, &cmd, 0); in myri10ge_dma_test() 884 status = myri10ge_send_cmd(mgp, test_type, &cmd, 0); in myri10ge_dma_test() 894 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-v4.19/net/ipv6/netfilter/ |
D | ip6_tables.c | 1823 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 1827 return (type == test_type && code >= min_code && code <= max_code) in icmp6_type_code_match()
|
/Linux-v4.19/drivers/net/ethernet/rocker/ |
D | rocker_main.c | 161 struct rocker_wait *wait, u32 test_type, in rocker_dma_test_one() argument 169 rocker_write32(rocker, TEST_DMA_CTRL, test_type); in rocker_dma_test_one()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_debugfs.c | 3699 if (intel_dp->compliance.test_type == in i915_displayport_test_data_show() 3703 else if (intel_dp->compliance.test_type == in i915_displayport_test_data_show() 3743 seq_printf(m, "%02lx", intel_dp->compliance.test_type); in i915_displayport_test_type_show()
|
D | intel_dp.c | 1705 if (intel_dp->compliance.test_type == DP_TEST_LINK_TRAINING) { in intel_dp_adjust_compliance_config() 4075 intel_dp->compliance.test_type = request; in intel_dp_handle_test_request() 4333 if (intel_dp->compliance.test_type == DP_TEST_LINK_TRAINING) { in intel_dp_short_pulse()
|
D | intel_drv.h | 1054 unsigned long test_type; member
|
/Linux-v4.19/drivers/net/ethernet/intel/igb/ |
D | igb_ethtool.c | 987 u16 test_type; member 1309 switch (test->test_type) { in igb_reg_test()
|
/Linux-v4.19/tools/lib/traceevent/ |
D | event-parse.c | 1186 static int test_type(enum event_type type, enum event_type expect) in test_type() function 1221 return test_type(type, expect); in __read_expect_type() 1448 if (test_type(type, EVENT_OP)) in event_read_fields()
|
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ethtool.c | 1339 u8 test_type; member 1519 switch (test->test_type) { in ixgbe_reg_test()
|