Searched refs:cfg_start_time_ns (Results 1 – 1 of 1) sorted by relevance
39 static uint64_t cfg_start_time_ns; variable251 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()