Searched refs:tv_rel (Results 1 – 3 of 3) sorted by relevance
919 time_push(void *tv_rel, void *tv_start) in time_push() argument921 *((struct timeval *)tv_rel) = prev_timeval; in time_push()923 ((struct timeval *)tv_rel)->tv_usec = prev_timeval.tv_usec in time_push()924 - ((struct timeval *)tv_rel)->tv_usec; in time_push()925 ((struct timeval *)tv_rel)->tv_sec = prev_timeval.tv_sec in time_push()926 - ((struct timeval *)tv_rel)->tv_sec; in time_push()927 if (((struct timeval *)tv_rel)->tv_usec < 0) in time_push()929 ((struct timeval *)tv_rel)->tv_usec += 1000000; in time_push()930 --((struct timeval *)tv_rel)->tv_sec; in time_push()
1125 struct timeval tv_rel; in do_source() local1278 time_push(&tv_rel, &tv_start); in do_source()1443 time_pop(&tv_rel); in do_source()
21 void time_push(void *tv_rel, void *tv_start);