Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.4.14/lib/
Dtest-kstrtox.c16 #define DECLARE_TEST_OK(type, test_type) \ argument
17 test_type { \
Dtest_bpf.c5235 __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/
Drcupdate.h83 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/
Dethtool.c497 u8 test_type; member
608 switch (test->test_type) { in ixgbevf_reg_test()
/linux-4.4.14/net/ipv4/netfilter/
Dip_tables.c1976 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/
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.4.14/net/ipv6/netfilter/
Dip6_tables.c1977 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/
Dtree.c530 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/
Digb_ethtool.c979 u16 test_type; member
1301 switch (test->test_type) { in igb_reg_test()
/linux-4.4.14/tools/lib/traceevent/
Devent-parse.c1196 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/
Dixgbe_ethtool.c1276 u8 test_type; member
1455 switch (test->test_type) { in ixgbe_reg_test()
/linux-4.4.14/drivers/net/ethernet/rocker/
Drocker.c519 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()