Lines Matching defs:time_start
4636 fr_init_time(struct timeval* time_start, struct timeval* time_read,
4640 memset(time_start, 0, sizeof(*time_start));
4645 if(gettimeofday(time_start, NULL) < 0)
5908 fr_finish_time(struct fast_reload_thread* fr, struct timeval* time_start,
5916 timeval_subtract(&total, time_end, time_start);
5917 timeval_subtract(&readtime, time_read, time_start);
6838 struct timeval time_start, time_read, time_construct, time_reload,
6856 fr_init_time(&time_start, &time_read, &time_construct,
6879 if(!fr_finish_time(fast_reload_thread, &time_start, &time_read,