/linux-4.4.14/fs/btrfs/tests/ |
D | btrfs-tests.c | 43 static struct file_system_type test_type = { variable 58 ret = register_filesystem(&test_type); in btrfs_init_test_fs() 64 test_mnt = kern_mount(&test_type); in btrfs_init_test_fs() 67 unregister_filesystem(&test_type); in btrfs_init_test_fs() 76 unregister_filesystem(&test_type); in btrfs_destroy_test_fs()
|
/linux-4.4.14/tools/testing/ktest/ |
D | ktest.pl | 85 my $test_type; 236 "TEST_TYPE" => \$test_type, 1386 return $test_type eq "build" || $no_reboot || 1387 ($test_type eq "patchcheck" && $opt{"PATCHCHECK_TYPE[$i]"} eq "build") || 1388 ($test_type eq "bisect" && $opt{"BISECT_TYPE[$i]"} eq "build"); 1599 my $dir = "$machine-$test_type-$type-$result-$date"; 4263 if ($test_type eq "patchcheck") { 4265 } elsif ($test_type eq "bisect") { 4267 } elsif ($test_type eq "config_bisect") { 4269 } elsif ($test_type eq "make_min_config") { [all …]
|
/linux-4.4.14/lib/ |
D | test-kstrtox.c | 16 #define DECLARE_TEST_OK(type, test_type) \ argument 17 test_type { \
|
D | test_bpf.c | 5235 __u8 test_type = tests[which].aux & TEST_TYPE_MASK; in generate_filter() local 5241 switch (test_type) { in generate_filter() 5293 __u8 test_type = tests[which].aux & TEST_TYPE_MASK; in release_filter() local 5295 switch (test_type) { in release_filter()
|
/linux-4.4.14/include/linux/ |
D | rcupdate.h | 83 void rcutorture_get_gp_data(enum rcutorture_type test_type, int *flags, 93 static inline void rcutorture_get_gp_data(enum rcutorture_type test_type, in rcutorture_get_gp_data() argument
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/ |
D | ethtool.c | 497 u8 test_type; member 608 switch (test->test_type) { in ixgbevf_reg_test()
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | ip_tables.c | 1976 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 1980 return ((test_type == 0xFF) || in icmp_type_code_match() 1981 (type == test_type && code >= min_code && code <= max_code)) in icmp_type_code_match()
|
/linux-4.4.14/drivers/net/ethernet/myricom/myri10ge/ |
D | myri10ge.c | 857 static int myri10ge_dma_test(struct myri10ge_priv *mgp, int test_type) in myri10ge_dma_test() argument 890 status = myri10ge_send_cmd(mgp, test_type, &cmd, 0); in myri10ge_dma_test() 899 status = myri10ge_send_cmd(mgp, test_type, &cmd, 0); in myri10ge_dma_test() 909 status = myri10ge_send_cmd(mgp, test_type, &cmd, 0); in myri10ge_dma_test() 921 if (status != 0 && test_type != MXGEFW_CMD_UNALIGNED_TEST) in myri10ge_dma_test()
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | ip6_tables.c | 1977 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 1981 return (type == test_type && code >= min_code && code <= max_code) in icmp6_type_code_match()
|
/linux-4.4.14/kernel/rcu/ |
D | tree.c | 530 void rcutorture_get_gp_data(enum rcutorture_type test_type, int *flags, in rcutorture_get_gp_data() argument 535 switch (test_type) { in rcutorture_get_gp_data()
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | igb_ethtool.c | 979 u16 test_type; member 1301 switch (test->test_type) { in igb_reg_test()
|
/linux-4.4.14/tools/lib/traceevent/ |
D | event-parse.c | 1196 static int test_type(enum event_type type, enum event_type expect) in test_type() function 1231 return test_type(type, expect); in __read_expect_type() 1458 if (test_type(type, EVENT_OP)) in event_read_fields()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ethtool.c | 1276 u8 test_type; member 1455 switch (test->test_type) { in ixgbe_reg_test()
|
/linux-4.4.14/drivers/net/ethernet/rocker/ |
D | rocker.c | 519 struct rocker_wait *wait, u32 test_type, in rocker_dma_test_one() argument 527 rocker_write32(rocker, TEST_DMA_CTRL, test_type); in rocker_dma_test_one()
|