Home
last modified time | relevance | path

Searched refs:ts0 (Results 1 – 6 of 6) sorted by relevance

/openbsd/lib/libsndio/
H A Dsio.c406 struct timespec ts0, ts1; in sio_revents() local
409 clock_gettime(CLOCK_MONOTONIC, &ts0); in sio_revents()
423 1000000000LL * ts0.tv_sec + in sio_revents()
424 ts0.tv_nsec - hdl->start_nsec, in sio_revents()
426 1000000000LL * (ts1.tv_sec - ts0.tv_sec) + in sio_revents()
427 ts1.tv_nsec - ts0.tv_nsec); in sio_revents()
/openbsd/usr.bin/sndiod/
H A Dfile.c251 struct timespec ts0, ts1; in file_process() local
257 clock_gettime(CLOCK_UPTIME, &ts0); in file_process()
277 us = 1000000L * (ts1.tv_sec - ts0.tv_sec); in file_process()
278 us += (ts1.tv_nsec - ts0.tv_nsec) / 1000; in file_process()
/openbsd/usr.sbin/tcpdump/
H A Dpfctl_osfp.c93 wscale_mod, optcnt, ts0; in pfctl_file_fingerprints() local
163 &optcnt, &mss, &mss_mod, &wscale, &wscale_mod, &ts0)) in pfctl_file_fingerprints()
223 if (ts0) in pfctl_file_fingerprints()
879 int *wscale_mod, int *ts0) in get_tcpopts() argument
889 *ts0 = 0; in get_tcpopts()
942 *ts0 = 1; in get_tcpopts()
/openbsd/sbin/pfctl/
H A Dpfctl_osfp.c93 wscale_mod, optcnt, ts0; in pfctl_file_fingerprints() local
158 &optcnt, &mss, &mss_mod, &wscale, &wscale_mod, &ts0)) in pfctl_file_fingerprints()
218 if (ts0) in pfctl_file_fingerprints()
882 int *wscale_mod, int *ts0) in get_tcpopts() argument
892 *ts0 = 0; in get_tcpopts()
945 *ts0 = 1; in get_tcpopts()
/openbsd/bin/ksh/
H A Dc_sh.c733 struct timespec ts0, ts1, ts2; in timex() local
737 clock_gettime(CLOCK_MONOTONIC, &ts0); in timex()
772 timespecsub(&ts1, &ts0, &ts2); in timex()
/openbsd/sys/dev/pci/drm/i915/
H A Di915_perf.c1996 u32 *batch, *ts0, *cs, *jump; in alloc_noa_wait() local
2066 ts0 = cs; in alloc_noa_wait()
2126 *cs++ = i915_ggtt_offset(vma) + (ts0 - batch) * 4; in alloc_noa_wait()