Searched refs:tv_cmp (Results 1 – 3 of 3) sorted by relevance
73 if (tv_cmp(tv, &tcp->dtime) > 0) { in count_syscall()92 else if (tv_cmp(tv, &one_tick) > 0) { in count_syscall()94 if (tv_cmp(&shortest, &one_tick) < 0) in count_syscall()100 if (tv_cmp(tv, &shortest) < 0) in count_syscall()108 return -tv_cmp(&counts[*((int *) a)].time, in time_cmp()
649 extern int tv_cmp(const struct timeval *, const struct timeval *);
68 tv_cmp(const struct timeval *a, const struct timeval *b) in tv_cmp() function