Searched refs:ts_min (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/lib/libperfuse/
H A Ddebug.c189 struct timespec ts_min[FUSE_OPCODE_MAX]; local
204 (void)memset(&ts_min, 0, sizeof(ts_min));
236 if (timespeccmp(&ts, &ts_min[pt->pt_opcode], <) ||
238 ts_min[pt->pt_opcode] = ts;
256 min = ts_min[i].tv_sec;
264 (long long)min, ts_min[i].tv_nsec,
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dsystime.c183 struct timespec ts_min; /* earliest permissible */ local
216 ts_min = add_tspec_ns(ts_prev, sys_fuzz_nsec);
217 if (cmp_tspec(ts, ts_min) < 0) {
218 ts_lam = sub_tspec(ts_min, ts);
227 ts = ts_min;

Completed in 127 milliseconds