Home | History | Annotate | Download | only in strace

Lines Matching full:shortest

243 static struct timeval shortest = { 1000000, 0 };
2277 if (tv_cmp(&shortest, &one_tick) < 0)
2278 tv = shortest;
2285 if (tv_cmp(&tv, &shortest) < 0)
2286 shortest = tv;
2685 tv_mul(&overhead, &shortest, 8);