Home
last modified time | relevance | path

Searched refs:test_time (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/tools/perf/arch/x86/tests/
Dperf-time-to-tsc.c62 u64 test_time, comm1_time = 0, comm2_time = 0; in test__perf_time_to_tsc() local
144 test_time = tsc_to_perf_time(test_tsc, &tc); in test__perf_time_to_tsc()
151 test_time, test_tsc); in test__perf_time_to_tsc()
155 if (test_time <= comm1_time || in test__perf_time_to_tsc()
156 test_time >= comm2_time) in test__perf_time_to_tsc()
/Linux-v4.19/net/batman-adv/
Dnetlink.h34 u8 result, u32 test_time, u64 total_bytes,
Dnetlink.c271 u8 result, u32 test_time, u64 total_bytes, in batadv_netlink_tpmeter_notify() argument
292 if (nla_put_u32(msg, BATADV_ATTR_TPMETER_TEST_TIME, test_time)) in batadv_netlink_tpmeter_notify()
Dtp_meter.c229 u32 test_time; in batadv_tp_batctl_notify() local
235 test_time = jiffies_to_msecs(jiffies - start_time); in batadv_tp_batctl_notify()
239 test_time = 0; in batadv_tp_batctl_notify()
243 batadv_netlink_tpmeter_notify(bat_priv, dst, result, test_time, in batadv_tp_batctl_notify()
/Linux-v4.19/tools/testing/selftests/x86/
Dtest_vsyscall.c267 static int test_time(void) { in test_time() function
494 nerrs += test_time(); in main()
/Linux-v4.19/tools/testing/ktest/
Dktest.pl214 my $test_time;
646 if ($test_time) {
648 show_time($test_time);
655 $test_time = 0;
2733 $test_time = $end_time - $start_time;
4218 $test_time = 0;