Lines Matching refs:now
42 struct timeval now; in fpm_request_accepting() local
44 fpm_clock_get(&now); in fpm_request_accepting()
53 proc->tv = now; in fpm_request_accepting()
65 struct timeval now; in fpm_request_reading_headers() local
71 fpm_clock_get(&now); in fpm_request_reading_headers()
84 proc->tv = now; in fpm_request_reading_headers()
85 proc->accepted = now; in fpm_request_reading_headers()
115 struct timeval now; in fpm_request_info() local
117 fpm_clock_get(&now); in fpm_request_info()
126 proc->tv = now; in fpm_request_info()
159 struct timeval now; in fpm_request_executing() local
161 fpm_clock_get(&now); in fpm_request_executing()
170 proc->tv = now; in fpm_request_executing()
178 struct timeval now; in fpm_request_end() local
184 fpm_clock_get(&now); in fpm_request_end()
195 proc->tv = now; in fpm_request_end()
196 timersub(&now, &proc->accepted, &proc->duration); in fpm_request_end()
212 struct timeval now; in fpm_request_finished() local
214 fpm_clock_get(&now); in fpm_request_finished()
223 proc->tv = now; in fpm_request_finished()
230 void fpm_request_check_timed_out(struct fpm_child_s *child, struct timeval *now, int terminate_time… in fpm_request_check_timed_out() argument
256 timersub(now, &proc.accepted, &tv); in fpm_request_check_timed_out()