Searched refs:test_time (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/ |
| H A D | 0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch | 16 Lib/test/test_time.py | 1 + 39 diff --git a/Lib/test/test_time.py b/Lib/test/test_time.py 41 --- a/Lib/test/test_time.py 42 +++ b/Lib/test/test_time.py
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/x86/tests/ |
| H A D | perf-time-to-tsc.c | 69 u64 test_time, comm1_time = 0, comm2_time = 0; in test__perf_time_to_tsc() local 149 test_time = tsc_to_perf_time(test_tsc, &tc); in test__perf_time_to_tsc() 156 test_time, test_tsc); in test__perf_time_to_tsc() 160 if (test_time <= comm1_time || in test__perf_time_to_tsc() 161 test_time >= comm2_time) in test__perf_time_to_tsc()
|
| /OK3568_Linux_fs/kernel/net/batman-adv/ |
| H A D | netlink.h | 21 u8 result, u32 test_time, u64 total_bytes,
|
| H A D | tp_meter.c | 218 u32 test_time; in batadv_tp_batctl_notify() local 224 test_time = jiffies_to_msecs(jiffies - start_time); in batadv_tp_batctl_notify() 228 test_time = 0; in batadv_tp_batctl_notify() 232 batadv_netlink_tpmeter_notify(bat_priv, dst, result, test_time, in batadv_tp_batctl_notify()
|
| H A D | netlink.c | 650 u8 result, u32 test_time, u64 total_bytes, in batadv_netlink_tpmeter_notify() argument 671 if (nla_put_u32(msg, BATADV_ATTR_TPMETER_TEST_TIME, test_time)) in batadv_netlink_tpmeter_notify()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/x86/ |
| H A D | test_vsyscall.c | 268 static int test_time(void) { in test_time() function 568 nerrs += test_time(); in main()
|
| /OK3568_Linux_fs/kernel/tools/testing/ktest/ |
| H A D | ktest.pl | 222 my $test_time; 662 if ($test_time) { 664 show_time($test_time); 671 $test_time = 0; 2784 $test_time = $end_time - $start_time; 4299 $test_time = 0;
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_ethtool.c | 1514 static int hinic_run_lp_test(struct hinic_dev *nic_dev, u32 test_time) in hinic_run_lp_test() argument 1520 u32 cnt = test_time * 5; in hinic_run_lp_test() 1592 static int do_lp_test(struct hinic_dev *nic_dev, u32 flags, u32 test_time, in do_lp_test() argument 1618 err = hinic_run_lp_test(nic_dev, test_time); in do_lp_test()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test/ |
| H A D | os_test.c | 550 static TEE_Result test_time(void) in test_time() function 792 res = test_time(); in ta_entry_basic()
|