| /Linux-v5.15/tools/testing/selftests/bpf/ | 
| D | xdpxceiver.c | 117 			       test_type == TEST_TYPE_POLL ? "POLL" : "NOPOLL",\118 			       test_type == TEST_TYPE_TEARDOWN ? "Socket Teardown" : "",\
 119 			       test_type == TEST_TYPE_BIDI ? "Bi-directional Sockets" : "",\
 120 			       test_type == TEST_TYPE_STATS ? "Stats" : "",\
 121 			       test_type == TEST_TYPE_BPF_RES ? "BPF RES" : ""))
 296 	if (test_type != TEST_TYPE_BIDI) {  in xsk_configure_socket()
 520 		if (opt_pkt_dump && test_type != TEST_TYPE_STATS)  in is_pkt_valid()
 670 		if (test_type == TEST_TYPE_POLL) {  in send_pkts()
 764 	if (test_type == TEST_TYPE_BPF_RES)  in thread_common_ops()
 787 	if (test_type == TEST_TYPE_BPF_RES) {  in thread_common_ops()
 [all …]
 
 | 
| D | xdpxceiver.h | 53 enum test_type {  enum75 static int test_type;  variable
 
 | 
| /Linux-v5.15/fs/btrfs/tests/ | 
| D | btrfs-tests.c | 47 static struct file_system_type test_type = {  variable74 	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-v5.15/kernel/rcu/ | 
| 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,
 
 | 
| D | srcutree.c | 1329 void srcutorture_get_gp_data(enum rcutorture_type test_type,  in srcutorture_get_gp_data()  argument1333 	if (test_type != SRCU_FLAVOR)  in srcutorture_get_gp_data()
 
 | 
| D | tree.c | 587 void rcutorture_get_gp_data(enum rcutorture_type test_type, int *flags,  in rcutorture_get_gp_data()  argument590 	switch (test_type) {  in rcutorture_get_gp_data()
 
 | 
| /Linux-v5.15/tools/testing/ktest/ | 
| D | ktest.pl | 97 my $test_type;278     "TEST_TYPE"			=> \$test_type,
 1509     return $test_type eq "build" || $no_reboot ||
 1510 	($test_type eq "patchcheck" && $opt{"PATCHCHECK_TYPE[$i]"} eq "build") ||
 1511 	($test_type eq "bisect" && $opt{"BISECT_TYPE[$i]"} eq "build") ||
 1512 	($test_type eq "config_bisect" && $opt{"CONFIG_BISECT_TYPE[$i]"} eq "build");
 1519 	$name = "$test_name:$test_type";
 1521 	$name = $test_type;
 1773     my $dir = "$machine-$test_type-$type-$result-$date";
 4375     if ($test_type eq "patchcheck") {
 [all …]
 
 | 
| /Linux-v5.15/tools/testing/selftests/vm/ | 
| D | userfaultfd.c | 76 static int test_type;  variable920 	if (test_type != TEST_HUGETLB)  in faulting_process()
 980 	if (test_type == TEST_HUGETLB)  in faulting_process()
 1237 	if (test_type == TEST_HUGETLB)  in userfaultfd_minor_test()
 1239 	else if (test_type == TEST_SHMEM)  in userfaultfd_minor_test()
 1567 	if (test_type == TEST_ANON) {  in userfaultfd_stress()
 1613 		test_type = TEST_ANON;  in set_test_type()
 1618 		test_type = TEST_HUGETLB;  in set_test_type()
 1622 		test_type = TEST_HUGETLB;  in set_test_type()
 1628 		test_type = TEST_SHMEM;  in set_test_type()
 [all …]
 
 | 
| /Linux-v5.15/drivers/net/ethernet/intel/igc/ | 
| D | igc_diag.h | 11 	u8 test_type;  member
 | 
| D | igc_diag.c | 114 			switch (test->test_type) {  in igc_reg_test()
 | 
| /Linux-v5.15/lib/ | 
| D | test-kstrtox.c | 16 #define DECLARE_TEST_OK(type, test_type)	\  argument17 	test_type {				\
 
 | 
| /Linux-v5.15/samples/bpf/ | 
| D | map_perf_test_user.c | 34 enum test_type {  enum78 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-v5.15/tools/testing/selftests/arm64/fp/ | 
| D | vec-syscfg.c | 552 typedef void (*test_type)(struct vec_data *);  typedef554 static const test_type tests[] = {
 
 | 
| /Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ | 
| D | btf.c | 6939 		const struct btf_type *test_type, *expect_type;  in do_test_dedup()  local6942 		test_type = btf__type_by_id(test_btf, i);  in do_test_dedup()
 6944 		test_size = btf_type_size(test_type);  in do_test_dedup()
 6953 		if (CHECK(btf_kind(test_type) != btf_kind(expect_type),  in do_test_dedup()
 6955 			  i, btf_kind(expect_type), btf_kind(test_type))) {  in do_test_dedup()
 6959 		if (CHECK(test_type->info != expect_type->info,  in do_test_dedup()
 6961 			  i, expect_type->info, test_type->info)) {  in do_test_dedup()
 6965 		if (CHECK(test_type->size != expect_type->size,  in do_test_dedup()
 6967 			  i, expect_type->size, test_type->size)) {  in do_test_dedup()
 
 | 
| /Linux-v5.15/drivers/net/ethernet/intel/ixgbevf/ | 
| D | ethtool.c | 566 	u8  test_type;  member677 			switch (test->test_type) {  in ixgbevf_reg_test()
 
 | 
| /Linux-v5.15/drivers/gpu/drm/i915/display/ | 
| D | intel_display_debugfs.c | 1542 			if (intel_dp->compliance.test_type ==  in i915_displayport_test_data_show()1546 			else if (intel_dp->compliance.test_type ==  in i915_displayport_test_data_show()
 1554 			} else if (intel_dp->compliance.test_type ==  in i915_displayport_test_data_show()
 1596 			seq_printf(m, "%02lx\n", intel_dp->compliance.test_type);  in i915_displayport_test_type_show()
 
 | 
| D | intel_display_types.h | 1450 	unsigned long test_type;  member
 | 
| D | g4x_dp.c | 1162 	    intel_dp->compliance.test_type == DP_TEST_LINK_PHY_TEST_PATTERN) {  in intel_dp_hotplug()
 | 
| D | intel_dp.c | 1035 	if (intel_dp->compliance.test_type == DP_TEST_LINK_TRAINING) {  in intel_dp_adjust_compliance_config()3401 		intel_dp->compliance.test_type = request;  in intel_dp_handle_test_request()
 3919 	switch (intel_dp->compliance.test_type) {  in intel_dp_short_pulse()
 
 | 
| /Linux-v5.15/net/ipv4/netfilter/ | 
| D | ip_tables.c | 1800 icmp_type_code_match(u_int8_t test_type, u_int8_t min_code, u_int8_t max_code,  in icmp_type_code_match()  argument1804 	return ((test_type == 0xFF) ||  in icmp_type_code_match()
 1805 		(type == test_type && code >= min_code && code <= max_code))  in icmp_type_code_match()
 
 | 
| /Linux-v5.15/drivers/net/ethernet/myricom/myri10ge/ | 
| D | myri10ge.c | 841 static int myri10ge_dma_test(struct myri10ge_priv *mgp, int test_type)  in myri10ge_dma_test()  argument874 	status = myri10ge_send_cmd(mgp, test_type, &cmd, 0);  in myri10ge_dma_test()
 883 	status = myri10ge_send_cmd(mgp, test_type, &cmd, 0);  in myri10ge_dma_test()
 893 	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-v5.15/net/ipv6/netfilter/ | 
| 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()  argument1811 	return (type == test_type && code >= min_code && code <= max_code)  in icmp6_type_code_match()
 
 | 
| /Linux-v5.15/drivers/net/ethernet/rocker/ | 
| D | rocker_main.c | 157 			       struct rocker_wait *wait, u32 test_type,  in rocker_dma_test_one()  argument165 	rocker_write32(rocker, TEST_DMA_CTRL, test_type);  in rocker_dma_test_one()
 
 | 
| /Linux-v5.15/drivers/net/ethernet/intel/igb/ | 
| D | igb_ethtool.c | 1002 	u16 test_type;  member1324 			switch (test->test_type) {  in igb_reg_test()
 
 | 
| /Linux-v5.15/drivers/net/ethernet/intel/ixgbe/ | 
| D | ixgbe_ethtool.c | 1431 	u8  test_type;  member1611 			switch (test->test_type) {  in ixgbe_reg_test()
 
 |