Searched refs:ts_start (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/libfido2/src/
H A Dtime.c44 fido_time_delta(const struct timespec *ts_start, int *ms_remain) argument
57 if (timespeccmp(&ts_end, ts_start, <)) {
62 timespecsub(&ts_end, ts_start, &ts_delta);
/freebsd-current/sys/contrib/libsodium/test/default/
H A Dcmptest.h133 unsigned long long ts_start; local
144 ts_start = now();
151 printf("%llu\n", 1000000ULL * (ts_end - ts_start) / ITERATIONS);
/freebsd-current/contrib/libfido2/examples/
H A Dselect.c64 struct timespec ts_start; local
115 if (clock_gettime(CLOCK_MONOTONIC, &ts_start) != 0) {
156 timespecsub(&ts_now, &ts_start, &ts_delta);
/freebsd-current/tools/tools/netrate/tcpp/
H A Dtcpp_client.c267 struct timespec ts_start, ts_finish; local
291 if (clock_gettime(CLOCK_REALTIME, &ts_start) < 0)
327 timespecsub(&ts_finish, &ts_start, &ts_finish);
/freebsd-current/usr.sbin/watchdogd/
H A Dwatchdogd.c341 struct timespec ts_start, ts_end; local
349 error = watchdog_getuptime(&ts_start);
369 waited = watchdog_check_dogfunction_time(&ts_start, &ts_end);
/freebsd-current/tools/tools/syscall_timing/
H A Dsyscall_timing.c56 static struct timespec ts_start, ts_end; variable in typeref:struct:timespec
79 error = clock_gettime(CLOCK_REALTIME, &ts_start);
1139 timespecsub(&ts_end, &ts_start, &ts_end);
/freebsd-current/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c987 ar9300_setup_tx_status_ring(struct ath_hal *ah, void *ts_start, argument
995 ahp->ts_ring = (struct ar9300_txs *)ts_start;
/freebsd-current/sys/dev/ath/ath_hal/
H A Dah.h1316 void *ts_start, uint32_t ts_paddr_start,
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h326 ts_start, enumerator in enum:kmp_state_timer

Completed in 397 milliseconds