Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dcmsg_sender.c83 static struct timespec time_start_mono; variable
264 txtime = time_start_mono.tv_sec * (1000ULL * 1000 * 1000) + in cs_write_cmsg()
265 time_start_mono.tv_nsec + in cs_write_cmsg()
469 if (clock_gettime(CLOCK_MONOTONIC, &time_start_mono)) in main()