Home | History | Annotate | Download | only in bio

Lines Matching refs:next_timeout

156 	struct timeval next_timeout;
261 if (data->next_timeout.tv_sec > 0 || data->next_timeout.tv_usec > 0)
286 memcpy(&timeleft, &(data->next_timeout), sizeof(struct timeval));
330 if (data->next_timeout.tv_sec > 0 || data->next_timeout.tv_usec > 0)
711 memcpy(&(data->next_timeout), ptr, sizeof(struct timeval));