Home
last modified time | relevance | path

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

12

/openbmc/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_user_mem.c26 enum test_type { enum
36 enum test_type test_type) in check_usermem_access_fault() argument
87 switch (test_type) { in check_usermem_access_fault()
143 const char* test_type; in format_test_name() local
149 test_type = "read"; in format_test_name()
152 test_type = "write"; in format_test_name()
155 test_type = "readv"; in format_test_name()
158 test_type = "writev"; in format_test_name()
191 test_type, mte_type, map_type, len, offset); in format_test_name()
/openbmc/linux/net/netfilter/
H A Dxt_tcpudp.c168 static bool type_code_in_range(u8 test_type, u8 min_code, u8 max_code, in type_code_in_range() argument
171 return type == test_type && code >= min_code && code <= max_code; in type_code_in_range()
174 static bool icmp_type_code_match(u8 test_type, u8 min_code, u8 max_code, in icmp_type_code_match() argument
177 return (test_type == 0xFF || in icmp_type_code_match()
178 type_code_in_range(test_type, min_code, max_code, type, code)) in icmp_type_code_match()
182 static bool icmp6_type_code_match(u8 test_type, u8 min_code, u8 max_code, in icmp6_type_code_match() argument
185 return type_code_in_range(test_type, min_code, max_code, type, code) ^ invert; in icmp6_type_code_match()
/openbmc/linux/tools/testing/selftests/mm/
H A Duffd-stress.c364 test_type = TEST_ANON; in set_test_type()
367 test_type = TEST_HUGETLB; in set_test_type()
371 test_type = TEST_HUGETLB; in set_test_type()
375 test_type = TEST_SHMEM; in set_test_type()
378 test_type = TEST_SHMEM; in set_test_type()
389 if (!test_type) in parse_test_type_arg()
392 if (test_type == TEST_HUGETLB) in parse_test_type_arg()
H A Dgup_longterm.c81 enum test_type { enum
91 static void do_test(int fd, size_t size, enum test_type type, bool shared) in do_test()
H A Duffd-common.h97 extern int uffd, uffd_flags, finished, *pipefd, test_type;
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/
H A Dtestsdk.py11 def get_sdk_configuration(d, test_type): argument
15 configuration = {'TEST_TYPE': test_type,
32 test_type = 'sdk' variable in TestSDK
129 configuration = self.get_sdk_configuration(d, self.test_type)
/openbmc/linux/fs/btrfs/tests/
H A Dbtrfs-tests.c48 static struct file_system_type test_type = { variable
76 ret = register_filesystem(&test_type); in btrfs_init_test_fs()
82 test_mnt = kern_mount(&test_type); in btrfs_init_test_fs()
85 unregister_filesystem(&test_type); in btrfs_init_test_fs()
94 unregister_filesystem(&test_type); in btrfs_destroy_test_fs()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dkfunc_call.c27 enum kfunc_test_type test_type; member
36 .test_type = type, \
45 .test_type = type, \
100 switch (param->test_type) { in verify_success()
166 switch (param->test_type) { in verify_fail()
H A Dbtf.c8121 const struct btf_type *test_type, *expect_type; in do_test_dedup() local
8124 test_type = btf__type_by_id(test_btf, i); in do_test_dedup()
8126 test_size = btf_type_size(test_type); in do_test_dedup()
8135 if (CHECK(btf_kind(test_type) != btf_kind(expect_type), in do_test_dedup()
8137 i, btf_kind(expect_type), btf_kind(test_type))) { in do_test_dedup()
8141 if (CHECK(test_type->info != expect_type->info, in do_test_dedup()
8143 i, expect_type->info, test_type->info)) { in do_test_dedup()
8147 if (CHECK(test_type->size != expect_type->size, in do_test_dedup()
8149 i, expect_type->size, test_type->size)) { in do_test_dedup()
/openbmc/linux/kernel/rcu/
H A Drcu.h552 void rcutorture_get_gp_data(enum rcutorture_type test_type, int *flags,
561 static inline void rcutorture_get_gp_data(enum rcutorture_type test_type, in rcutorture_get_gp_data() argument
586 static inline void srcutorture_get_gp_data(enum rcutorture_type test_type, in srcutorture_get_gp_data() argument
590 if (test_type != SRCU_FLAVOR) in srcutorture_get_gp_data()
598 void srcutorture_get_gp_data(enum rcutorture_type test_type,
/openbmc/linux/tools/testing/ktest/
H A Dktest.pl97 my $test_type;
279 "TEST_TYPE" => \$test_type,
1530 $name = "$test_name:$test_type";
1532 $name = $test_type;
4410 if ($test_type eq "patchcheck") {
4412 } elsif ($test_type eq "bisect") {
4414 } elsif ($test_type eq "config_bisect") {
4478 if ($test_type eq "bisect") {
4484 } elsif ($test_type eq "patchcheck") {
4501 if ($test_type eq "install") {
[all …]
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_diag.h11 u8 test_type; member
H A Digc_diag.c114 switch (test->test_type) { in igc_reg_test()
/openbmc/u-boot/test/py/tests/
H A Dtest_vboot.py60 def run_bootm(sha_algo, test_type, expect_string, boots): argument
75 with cons.log.section('Verified boot %s %s' % (sha_algo, test_type)):
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_slpc.c11 enum test_type { enum
263 static int run_test(struct intel_gt *gt, int test_type) in run_test() argument
345 switch (test_type) { in run_test()
373 if (test_type != SLPC_POWER) { in run_test()
/openbmc/linux/lib/
H A Dtest-kstrtox.c16 #define DECLARE_TEST_OK(type, test_type) \ argument
17 test_type { \
/openbmc/linux/samples/bpf/
H A Dmap_perf_test_user.c33 enum test_type { enum
77 static int check_test_flags(enum test_type t) in check_test_flags()
120 static void do_test_lru(enum test_type test, int cpu) in do_test_lru()
/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dregression.py137 test_type = base_configuration.get('TEST_TYPE')
138 if test_type not in METADATA_MATCH_TABLE:
141 metadata_key = METADATA_MATCH_TABLE.get(test_type)
/openbmc/linux/tools/testing/selftests/alsa/
H A Dpcm-test.c527 const char *test_name, *test_type; in run_time_tests() local
542 test_type = conf_get_string(pcm_cfg, "type", NULL, "time"); in run_time_tests()
543 if (strcmp(test_type, "time") == 0) in run_time_tests()
546 ksft_exit_fail_msg("unknown test type '%s'\n", test_type); in run_time_tests()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.h69 enum test_type { enum
/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dvec-syscfg.c650 typedef void (*test_type)(struct vec_data *); typedef
652 static const test_type tests[] = {
/openbmc/linux/drivers/platform/x86/intel/ifs/
H A Dload.c15 u32 test_type; // IFS test type member
/openbmc/linux/drivers/base/regmap/
H A Dregmap-kunit.c940 struct raw_test_types *test_type, in gen_raw_regmap() argument
949 config->cache_type = test_type->cache_type; in gen_raw_regmap()
950 config->val_format_endian = test_type->val_endian; in gen_raw_regmap()
975 switch (test_type->val_endian) { in gen_raw_regmap()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_debugfs.c930 if (intel_dp->compliance.test_type == in i915_displayport_test_data_show()
934 else if (intel_dp->compliance.test_type == in i915_displayport_test_data_show()
942 } else if (intel_dp->compliance.test_type == in i915_displayport_test_data_show()
983 seq_printf(m, "%02lx\n", intel_dp->compliance.test_type); in i915_displayport_test_type_show()
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dethtool.c566 u8 test_type; member
677 switch (test->test_type) { in ixgbevf_reg_test()

12