Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/tests/
Dbtrfs-tests.c43 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.1.27/tools/testing/ktest/
Dktest.pl85 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.1.27/lib/
Dtest-kstrtox.c16 #define DECLARE_TEST_OK(type, test_type) \ argument
17 test_type { \
Dtest_bpf.c1877 __u8 test_type = tests[which].aux & TEST_TYPE_MASK; in generate_filter() local
1879 switch (test_type) { in generate_filter()
1930 __u8 test_type = tests[which].aux & TEST_TYPE_MASK; in release_filter() local
1932 switch (test_type) { in release_filter()
/linux-4.1.27/include/linux/
Drcupdate.h81 void rcutorture_get_gp_data(enum rcutorture_type test_type, int *flags,
91 static inline void rcutorture_get_gp_data(enum rcutorture_type test_type, in rcutorture_get_gp_data() argument
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/
Dethtool.c497 u8 test_type; member
608 switch (test->test_type) { in ixgbevf_reg_test()
/linux-4.1.27/net/ipv4/netfilter/
Dip_tables.c2128 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
2132 return ((test_type == 0xFF) || in icmp_type_code_match()
2133 (type == test_type && code >= min_code && code <= max_code)) in icmp_type_code_match()
/linux-4.1.27/drivers/net/ethernet/myricom/myri10ge/
Dmyri10ge.c857 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.1.27/net/ipv6/netfilter/
Dip6_tables.c2140 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
2144 return (type == test_type && code >= min_code && code <= max_code) in icmp6_type_code_match()
/linux-4.1.27/kernel/rcu/
Dtree.c475 void rcutorture_get_gp_data(enum rcutorture_type test_type, int *flags, in rcutorture_get_gp_data() argument
480 switch (test_type) { in rcutorture_get_gp_data()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
Digb_ethtool.c983 u16 test_type; member
1305 switch (test->test_type) { in igb_reg_test()
/linux-4.1.27/tools/lib/traceevent/
Devent-parse.c1130 static int test_type(enum event_type type, enum event_type expect) in test_type() function
1165 return test_type(type, expect); in __read_expect_type()
1392 if (test_type(type, EVENT_OP)) in event_read_fields()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ethtool.c1271 u8 test_type; member
1450 switch (test->test_type) { in ixgbe_reg_test()
/linux-4.1.27/drivers/net/ethernet/rocker/
Drocker.c438 u32 test_type, dma_addr_t dma_handle, in rocker_dma_test_one() argument
446 rocker_write32(rocker, TEST_DMA_CTRL, test_type); in rocker_dma_test_one()