/linux/fs/btrfs/tests/ |
A D | btrfs-tests.c | 47 static struct file_system_type test_type = { variable 74 ret = register_filesystem(&test_type); in btrfs_init_test_fs() 80 test_mnt = kern_mount(&test_type); in btrfs_init_test_fs() 83 unregister_filesystem(&test_type); in btrfs_init_test_fs() 92 unregister_filesystem(&test_type); in btrfs_destroy_test_fs()
|
/linux/kernel/rcu/ |
A D | rcu.h | 463 void rcutorture_get_gp_data(enum rcutorture_type test_type, int *flags, 472 static inline void rcutorture_get_gp_data(enum rcutorture_type test_type, in rcutorture_get_gp_data() argument 497 static inline void srcutorture_get_gp_data(enum rcutorture_type test_type, in srcutorture_get_gp_data() argument 501 if (test_type != SRCU_FLAVOR) in srcutorture_get_gp_data() 509 void srcutorture_get_gp_data(enum rcutorture_type test_type,
|
A D | srcutree.c | 1329 void srcutorture_get_gp_data(enum rcutorture_type test_type, in srcutorture_get_gp_data() argument 1333 if (test_type != SRCU_FLAVOR) in srcutorture_get_gp_data()
|
A D | tree.c | 587 void rcutorture_get_gp_data(enum rcutorture_type test_type, int *flags, in rcutorture_get_gp_data() argument 590 switch (test_type) { in rcutorture_get_gp_data()
|
/linux/tools/testing/selftests/vm/ |
A D | userfaultfd.c | 77 static int test_type; variable 344 else if (test_type == TEST_SHMEM) in uffd_minor_feature() 354 if (test_type == TEST_HUGETLB) in get_expected_ioctls() 925 if (test_type != TEST_HUGETLB) in faulting_process() 985 if (test_type == TEST_HUGETLB) in faulting_process() 1542 if (test_type == TEST_ANON) { in userfaultfd_stress() 1590 test_type = TEST_ANON; in set_test_type() 1595 test_type = TEST_HUGETLB; in set_test_type() 1599 test_type = TEST_HUGETLB; in set_test_type() 1605 test_type = TEST_SHMEM; in set_test_type() [all …]
|
/linux/tools/testing/ktest/ |
A D | ktest.pl | 97 my $test_type; 278 "TEST_TYPE" => \$test_type, 1519 $name = "$test_name:$test_type"; 1521 $name = $test_type; 4375 if ($test_type eq "patchcheck") { 4377 } elsif ($test_type eq "bisect") { 4379 } elsif ($test_type eq "config_bisect") { 4443 if ($test_type eq "bisect") { 4449 } elsif ($test_type eq "patchcheck") { 4466 if ($test_type eq "install") { [all …]
|
/linux/tools/testing/selftests/bpf/ |
A D | xdpxceiver.h | 55 enum test_type { enum 81 static int test_type; variable
|
A D | xdpxceiver.c | 1060 if (test_type == TEST_TYPE_STATS) in worker_testapp_validate_rx() 1315 static void run_pkt_test(struct test_spec *test, enum test_mode mode, enum test_type type) in run_pkt_test() 1317 test_type = type; in run_pkt_test() 1322 switch (test_type) { in run_pkt_test()
|
/linux/lib/ |
A D | test-kstrtox.c | 16 #define DECLARE_TEST_OK(type, test_type) \ argument 17 test_type { \
|
/linux/samples/bpf/ |
A D | map_perf_test_user.c | 34 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/drivers/net/ethernet/intel/igc/ |
A D | igc_diag.h | 11 u8 test_type; member
|
A D | igc_diag.c | 114 switch (test->test_type) { in igc_reg_test()
|
/linux/tools/testing/selftests/arm64/fp/ |
A D | vec-syscfg.c | 619 typedef void (*test_type)(struct vec_data *); typedef 621 static const test_type tests[] = {
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | btf.c | 7413 const struct btf_type *test_type, *expect_type; in do_test_dedup() local 7416 test_type = btf__type_by_id(test_btf, i); in do_test_dedup() 7418 test_size = btf_type_size(test_type); in do_test_dedup() 7427 if (CHECK(btf_kind(test_type) != btf_kind(expect_type), in do_test_dedup() 7429 i, btf_kind(expect_type), btf_kind(test_type))) { in do_test_dedup() 7433 if (CHECK(test_type->info != expect_type->info, in do_test_dedup() 7435 i, expect_type->info, test_type->info)) { in do_test_dedup() 7439 if (CHECK(test_type->size != expect_type->size, in do_test_dedup() 7441 i, expect_type->size, test_type->size)) { in do_test_dedup()
|
/linux/drivers/net/ethernet/intel/ixgbevf/ |
A D | ethtool.c | 566 u8 test_type; member 677 switch (test->test_type) { in ixgbevf_reg_test()
|
/linux/drivers/gpu/drm/i915/display/ |
A D | intel_display_debugfs.c | 1528 if (intel_dp->compliance.test_type == in i915_displayport_test_data_show() 1532 else if (intel_dp->compliance.test_type == in i915_displayport_test_data_show() 1540 } else if (intel_dp->compliance.test_type == in i915_displayport_test_data_show() 1582 seq_printf(m, "%02lx\n", intel_dp->compliance.test_type); in i915_displayport_test_type_show()
|
A D | intel_display_types.h | 1455 unsigned long test_type; member
|
A D | g4x_dp.c | 1160 intel_dp->compliance.test_type == DP_TEST_LINK_PHY_TEST_PATTERN) { in intel_dp_hotplug()
|
A D | intel_dp.c | 1171 if (intel_dp->compliance.test_type == DP_TEST_LINK_TRAINING) { in intel_dp_adjust_compliance_config() 3519 intel_dp->compliance.test_type = request; in intel_dp_handle_test_request() 4037 switch (intel_dp->compliance.test_type) { in intel_dp_short_pulse()
|
/linux/net/ipv4/netfilter/ |
A D | ip_tables.c | 1801 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 1805 return ((test_type == 0xFF) || in icmp_type_code_match() 1806 (type == test_type && code >= min_code && code <= max_code)) in icmp_type_code_match()
|
/linux/drivers/net/ethernet/myricom/myri10ge/ |
A 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() 907 if (status != 0 && test_type != MXGEFW_CMD_UNALIGNED_TEST) in myri10ge_dma_test()
|
/linux/net/ipv6/netfilter/ |
A D | ip6_tables.c | 1807 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 1811 return (type == test_type && code >= min_code && code <= max_code) in icmp6_type_code_match()
|
/linux/drivers/net/ethernet/rocker/ |
A D | rocker_main.c | 157 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/drivers/net/ethernet/intel/igb/ |
A D | igb_ethtool.c | 1002 u16 test_type; member 1324 switch (test->test_type) { in igb_reg_test()
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
A D | ixgbe_ethtool.c | 1430 u8 test_type; member 1610 switch (test->test_type) { in ixgbe_reg_test()
|