Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/net/
Dso_txtime.c39 static uint64_t cfg_start_time_ns; variable
254 if (!cfg_start_time_ns) in start_time_wait()
258 if (cfg_start_time_ns < now) in start_time_wait()
261 err = usleep((cfg_start_time_ns - now) / 1000); in start_time_wait()
481 cfg_start_time_ns = strtoll(optarg, NULL, 0); in parse_opts()