Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dperf-time-to-tsc.c89 u64 test_time, comm1_time = 0, comm2_time = 0; in test__perf_time_to_tsc() local
182 test_time = tsc_to_perf_time(test_tsc, &tc); in test__perf_time_to_tsc()
189 test_time, test_tsc); in test__perf_time_to_tsc()
193 if (test_time <= comm1_time || in test__perf_time_to_tsc()
194 test_time >= comm2_time) in test__perf_time_to_tsc()
/linux/net/batman-adv/
H A Dnetlink.h24 u8 result, u32 test_time, u64 total_bytes,
H A Dtp_meter.c219 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 Dnetlink.c638 * @test_time: total time of the tp_meter session
645 u8 result, u32 test_time, u64 total_bytes, in batadv_netlink_tpmeter_notify() argument
666 if (nla_put_u32(msg, BATADV_ATTR_TPMETER_TEST_TIME, test_time)) in batadv_netlink_tpmeter_notify()
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_ethtool.c1484 static int hinic_run_lp_test(struct hinic_dev *nic_dev, u32 test_time) in hinic_run_lp_test() argument
1490 u32 cnt = test_time * 5; in hinic_run_lp_test()
1562 static int do_lp_test(struct hinic_dev *nic_dev, u32 flags, u32 test_time, in do_lp_test() argument
1588 err = hinic_run_lp_test(nic_dev, test_time); in do_lp_test()