Lines Matching refs:timeout
111 struct timespec timeout; member
117 struct timespec timeout; member
218 pps_info_t *ppsinfobuf, const struct timespec *timeout) in time_pps_fetch() argument
224 if (timeout == NULL) { in time_pps_fetch()
225 arg.timeout.tv_sec = -1; in time_pps_fetch()
226 arg.timeout.tv_nsec = -1; in time_pps_fetch()
228 arg.timeout = *timeout; in time_pps_fetch()
236 pps_info_ffc_t *ppsinfobuf, const struct timespec *timeout) in time_pps_fetch_ffc() argument
242 if (timeout == NULL) { in time_pps_fetch_ffc()
243 arg.timeout.tv_sec = -1; in time_pps_fetch_ffc()
244 arg.timeout.tv_nsec = -1; in time_pps_fetch_ffc()
246 arg.timeout = *timeout; in time_pps_fetch_ffc()