Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dso_txtime.c39 static uint64_t cfg_start_time_ns; variable
251 if (!cfg_start_time_ns) in start_time_wait()
255 if (cfg_start_time_ns < now) in start_time_wait()
258 err = usleep((cfg_start_time_ns - now) / 1000); in start_time_wait()
478 cfg_start_time_ns = strtoll(optarg, NULL, 0); in parse_opts()