Searched refs:test_time (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/tools/perf/arch/x86/tests/ |
D | perf-time-to-tsc.c | 68 u64 test_time, comm1_time = 0, comm2_time = 0; in test__perf_time_to_tsc() local 150 test_time = tsc_to_perf_time(test_tsc, &tc); in test__perf_time_to_tsc() 157 test_time, test_tsc); in test__perf_time_to_tsc() 161 if (test_time <= comm1_time || in test__perf_time_to_tsc() 162 test_time >= comm2_time) in test__perf_time_to_tsc()
|
/Linux-v5.4/net/batman-adv/ |
D | netlink.h | 21 u8 result, u32 test_time, u64 total_bytes,
|
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()
|
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()
|
/Linux-v5.4/tools/testing/selftests/x86/ |
D | test_vsyscall.c | 266 static int test_time(void) { in test_time() function 561 nerrs += test_time(); in main()
|
/Linux-v5.4/tools/testing/ktest/ |
D | ktest.pl | 218 my $test_time; 657 if ($test_time) { 659 show_time($test_time); 666 $test_time = 0; 2753 $test_time = $end_time - $start_time; 4239 $test_time = 0;
|