Searched refs:read_overhead_ns (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/vsock/
H A Dvsock_test.c576 time_t read_overhead_ns; local
605 read_overhead_ns = current_nsec() - read_enter_ns -
608 if (read_overhead_ns > READ_OVERHEAD_NSEC) {
611 read_overhead_ns, READ_OVERHEAD_NSEC);

Completed in 118 milliseconds