Searched refs:test_time (Results 1 – 9 of 9) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
H A D | 0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch | 22 Lib/test/test_time.py | 2 ++ 53 diff --git a/Lib/test/test_time.py b/Lib/test/test_time.py 55 --- a/Lib/test/test_time.py 56 +++ b/Lib/test/test_time.py
|
/openbmc/linux/tools/perf/tests/ |
H A D | perf-time-to-tsc.c | 89 u64 test_time, comm1_time = 0, comm2_time = 0; in test__perf_time_to_tsc() local 180 test_time = tsc_to_perf_time(test_tsc, &tc); in test__perf_time_to_tsc() 187 test_time, test_tsc); in test__perf_time_to_tsc() 191 if (test_time <= comm1_time || in test__perf_time_to_tsc() 192 test_time >= comm2_time) in test__perf_time_to_tsc()
|
/openbmc/linux/net/batman-adv/ |
H A D | netlink.h | 21 u8 result, u32 test_time, u64 total_bytes,
|
H A D | tp_meter.c | 219 u32 test_time; in batadv_tp_batctl_notify() local 225 test_time = jiffies_to_msecs(jiffies - start_time); in batadv_tp_batctl_notify() 229 test_time = 0; in batadv_tp_batctl_notify() 233 batadv_netlink_tpmeter_notify(bat_priv, dst, result, test_time, in batadv_tp_batctl_notify()
|
H A D | netlink.c | 649 u8 result, u32 test_time, u64 total_bytes, in batadv_netlink_tpmeter_notify() argument 670 if (nla_put_u32(msg, BATADV_ATTR_TPMETER_TEST_TIME, test_time)) in batadv_netlink_tpmeter_notify()
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | test_vsyscall.c | 265 static int test_time(void) { in test_time() function 565 nerrs += test_time(); in main()
|
/openbmc/qemu/tests/tcg/multiarch/linux/ |
H A D | linux-test.c | 224 static void test_time(void) in test_time() function 538 test_time(); in main()
|
/openbmc/linux/tools/testing/ktest/ |
H A D | ktest.pl | 223 my $test_time; 727 if ($test_time) { 729 show_time($test_time); 736 $test_time = 0; 2867 $test_time = $end_time - $start_time; 4338 $test_time = 0;
|
/openbmc/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_ethtool.c | 1512 static int hinic_run_lp_test(struct hinic_dev *nic_dev, u32 test_time) in hinic_run_lp_test() argument 1518 u32 cnt = test_time * 5; in hinic_run_lp_test() 1590 static int do_lp_test(struct hinic_dev *nic_dev, u32 flags, u32 test_time, in do_lp_test() argument 1616 err = hinic_run_lp_test(nic_dev, test_time); in do_lp_test()
|