Searched refs:cfg_time (Results 1 – 1 of 1) sorted by relevance
74 static unsigned int cfg_time; variable1008 if (cfg_time && (clock_gettime(CLOCK_MONOTONIC, &start) < 0)) in copyfd_io()1054 if (cfg_time) { in copyfd_io()1060 if (delta_ms > cfg_time) { in copyfd_io()1062 delta_ms, cfg_time); in copyfd_io()1569 cfg_time = atoi(optarg); in parse_opts()