Lines Matching refs:timeout
108 struct timespec timeout; member
114 struct timespec timeout; member
215 pps_info_t *ppsinfobuf, const struct timespec *timeout) in time_pps_fetch() argument
221 if (timeout == NULL) { in time_pps_fetch()
222 arg.timeout.tv_sec = -1; in time_pps_fetch()
223 arg.timeout.tv_nsec = -1; in time_pps_fetch()
225 arg.timeout = *timeout; in time_pps_fetch()
233 pps_info_ffc_t *ppsinfobuf, const struct timespec *timeout) in time_pps_fetch_ffc() argument
239 if (timeout == NULL) { in time_pps_fetch_ffc()
240 arg.timeout.tv_sec = -1; in time_pps_fetch_ffc()
241 arg.timeout.tv_nsec = -1; in time_pps_fetch_ffc()
243 arg.timeout = *timeout; in time_pps_fetch_ffc()