Searched refs:tv_start (Results 1 – 3 of 3) sorted by relevance
21 void time_push(void *tv_rel, void *tv_start);23 void time_msg(char *mesg, void *tv_start);
919 time_push(void *tv_rel, void *tv_start) in time_push() argument932 *(struct timeval *)tv_start = prev_timeval; in time_push()969 void *tv_start) // only for do_source: start time; actually in time_msg() argument987 if (((struct timeval *)tv_start) != NULL) in time_msg()990 time_diff(((struct timeval *)tv_start), &now); in time_msg()
1126 struct timeval tv_start; in do_source() local1278 time_push(&tv_rel, &tv_start); in do_source()1442 time_msg((char *)IObuff, &tv_start); in do_source()