Home
last modified time | relevance | path

Searched refs:current_nsec (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/vsock/
H A Dvsock_perf.c41 static time_t current_nsec(void) in current_nsec() function
197 rx_begin_ns = current_nsec(); in run_receiver()
218 t = current_nsec(); in run_receiver()
220 in_read_ns += (current_nsec() - t); in run_receiver()
240 get_gbps(total_recv * 8, current_nsec() - rx_begin_ns)); in run_receiver()
277 tx_begin_ns = current_nsec(); in run_sender()
290 tx_total_ns = current_nsec() - tx_begin_ns; in run_sender()
H A Dvsock_test.c608 static time_t current_nsec(void) in current_nsec() function
645 read_enter_ns = current_nsec(); in test_seqpacket_timeout_client()
658 read_overhead_ns = current_nsec() - read_enter_ns - in test_seqpacket_timeout_client()