Searched refs:cfg_time (Results 1 – 1 of 1) sorted by relevance
68 static unsigned int cfg_time; variable707 if (cfg_time && (clock_gettime(CLOCK_MONOTONIC, &start) < 0)) in copyfd_io()739 if (cfg_time) { in copyfd_io()745 if (delta_ms > cfg_time) { in copyfd_io()747 delta_ms, cfg_time); in copyfd_io()1088 cfg_time = atoi(optarg); in parse_opts()
Completed in 4 milliseconds