Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/
H A Dtestsdk.py11 def get_sdk_configuration(d, test_type): argument
15 configuration = {'TEST_TYPE': test_type,
40 test_type = 'sdk' variable in TestSDK
133 configuration = self.get_sdk_configuration(d, self.test_type)
/OK3568_Linux_fs/kernel/fs/btrfs/tests/
H A Dbtrfs-tests.c47 static struct file_system_type test_type = { variable
68 ret = register_filesystem(&test_type); in btrfs_init_test_fs()
74 test_mnt = kern_mount(&test_type); in btrfs_init_test_fs()
77 unregister_filesystem(&test_type); in btrfs_init_test_fs()
86 unregister_filesystem(&test_type); in btrfs_destroy_test_fs()
/OK3568_Linux_fs/kernel/kernel/rcu/
H A Drcu.h455 void rcutorture_get_gp_data(enum rcutorture_type test_type, int *flags,
464 static inline void rcutorture_get_gp_data(enum rcutorture_type test_type, in rcutorture_get_gp_data() argument
489 static inline void srcutorture_get_gp_data(enum rcutorture_type test_type, in srcutorture_get_gp_data() argument
493 if (test_type != SRCU_FLAVOR) in srcutorture_get_gp_data()
501 void srcutorture_get_gp_data(enum rcutorture_type test_type,
H A Dsrcutree.c1314 void srcutorture_get_gp_data(enum rcutorture_type test_type, in srcutorture_get_gp_data() argument
1318 if (test_type != SRCU_FLAVOR) in srcutorture_get_gp_data()
/OK3568_Linux_fs/kernel/tools/testing/ktest/
H A Dktest.pl97 my $test_type;
278 "TEST_TYPE" => \$test_type,
1454 return $test_type eq "build" || $no_reboot ||
1455 ($test_type eq "patchcheck" && $opt{"PATCHCHECK_TYPE[$i]"} eq "build") ||
1456 ($test_type eq "bisect" && $opt{"BISECT_TYPE[$i]"} eq "build") ||
1457 ($test_type eq "config_bisect" && $opt{"CONFIG_BISECT_TYPE[$i]"} eq "build");
1466 $name = "$test_name:$test_type";
1468 $name = $test_type;
1722 my $dir = "$machine-$test_type-$type-$result-$date";
4374 if ($test_type eq "patchcheck") {
[all …]
/OK3568_Linux_fs/external/xserver/Xext/
H A Dsync.c366 switch (pTrigger->test_type) { in SyncInitTrigger()
380 client->errorValue = pTrigger->test_type; in SyncInitTrigger()
547 && (pAlarm->trigger.test_type == in SyncAlarmTriggerFired()
549 pAlarm->trigger.test_type == in SyncAlarmTriggerFired()
674 if (((pAwait->trigger.test_type == XSyncPositiveComparison || in SyncAwaitTriggerFired()
675 pAwait->trigger.test_type == XSyncPositiveTransition) in SyncAwaitTriggerFired()
678 ((pAwait->trigger.test_type == XSyncNegativeComparison || in SyncAwaitTriggerFired()
679 pAwait->trigger.test_type == XSyncNegativeTransition) in SyncAwaitTriggerFired()
829 pAlarm->trigger.test_type = *values++; in SyncChangeAlarmAttributes()
862 if ((((pAlarm->trigger.test_type == XSyncPositiveComparison) || in SyncChangeAlarmAttributes()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Duserfaultfd.c75 static int test_type; variable
907 if (test_type != TEST_HUGETLB) in faulting_process()
967 if (test_type == TEST_HUGETLB) in faulting_process()
1224 if (test_type == TEST_HUGETLB) in userfaultfd_minor_test()
1226 else if (test_type == TEST_SHMEM) in userfaultfd_minor_test()
1449 test_type = TEST_ANON; in set_test_type()
1454 test_type = TEST_HUGETLB; in set_test_type()
1458 test_type = TEST_HUGETLB; in set_test_type()
1464 test_type = TEST_SHMEM; in set_test_type()
1471 if (test_type == TEST_HUGETLB) in set_test_type()
[all …]
/OK3568_Linux_fs/u-boot/test/py/tests/
H A Dtest_vboot.py56 def run_bootm(sha_algo, test_type, expect_string, boots): argument
71 with cons.log.section('Verified boot %s %s' % (sha_algo, test_type)):
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dp/
H A Ddp_debug.c373 struct dentry *test_data, *test_type; in dp_debug_init() local
401 test_type = debugfs_create_file("msm_dp_test_type", 0444, in dp_debug_init()
404 if (IS_ERR_OR_NULL(test_type)) { in dp_debug_init()
405 rc = PTR_ERR(test_type); in dp_debug_init()
/OK3568_Linux_fs/kernel/lib/
H A Dtest-kstrtox.c16 #define DECLARE_TEST_OK(type, test_type) \ argument
17 test_type { \
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dmap_perf_test_user.c34 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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/external/xserver/miext/sync/
H A Dmisyncstr.h68 unsigned int test_type; /* transition or Comparision type */ member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_1000.c293 uint32_t test_type; member
318 op.params[0].value.a = a->test_type; in test_1003_thread()
327 if (a->test_type == PTA_MUTEX_TEST_WRITER && in test_1003_thread()
335 if (a->test_type == PTA_MUTEX_TEST_READER) { in test_1003_thread()
384 arg[n].test_type = PTA_MUTEX_TEST_READER; in xtest_tee_test_1003()
387 arg[n].test_type = PTA_MUTEX_TEST_WRITER; in xtest_tee_test_1003()
401 if (arg[n].test_type == PTA_MUTEX_TEST_READER) { in xtest_tee_test_1003()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_core.h165 unsigned long test_type; member
/OK3568_Linux_fs/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_debug.c1218 int ddr3_tip_sweep_test(u32 dev_num, u32 test_type, in ddr3_tip_sweep_test() argument
1227 if (test_type == 0) { in ddr3_tip_sweep_test()
1242 ("Test type %d (0-tx, 1-rx)\n", test_type)); in ddr3_tip_sweep_test()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_display_debugfs.c1370 if (intel_dp->compliance.test_type == in i915_displayport_test_data_show()
1374 else if (intel_dp->compliance.test_type == in i915_displayport_test_data_show()
1382 } else if (intel_dp->compliance.test_type == in i915_displayport_test_data_show()
1424 seq_printf(m, "%02lx\n", intel_dp->compliance.test_type); in i915_displayport_test_type_show()
H A Dintel_display_types.h1260 unsigned long test_type; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbevf/
H A Dethtool.c566 u8 test_type; member
677 switch (test->test_type) { in ixgbevf_reg_test()
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Dip_tables.c1783 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
1787 return ((test_type == 0xFF) || in icmp_type_code_match()
1788 (type == test_type && code >= min_code && code <= max_code)) in icmp_type_code_match()
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dtestimage.bbclass153 def get_testimage_configuration(d, test_type, machine):
156 configuration = {'TEST_TYPE': test_type,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Ddw-dp.c342 unsigned long test_type; member
3412 dp->compliance.test_type = request; in dw_dp_handle_test_request()
3565 switch (dp->compliance.test_type) { in dw_dp_hpd_short_pulse()
3569 dev_warn(dp->dev, "test_type%lu is not support\n", dp->compliance.test_type); in dw_dp_hpd_short_pulse()
3593 dp->compliance.test_type == DP_TEST_LINK_PHY_TEST_PATTERN) { in dw_dp_hpd_work()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c841 static int myri10ge_dma_test(struct myri10ge_priv *mgp, int test_type) in myri10ge_dma_test() argument
874 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()
905 if (status != 0 && test_type != MXGEFW_CMD_UNALIGNED_TEST) in myri10ge_dma_test()
/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A Dip6_tables.c1794 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
1798 return (type == test_type && code >= min_code && code <= max_code) in icmp6_type_code_match()

12