Symbol: timespecsub
crypto/libressl/apps/openssl/apps_posix.c
144
timespecsub(&now, &start, &elapsed);
crypto/openssh/defines.h
558
#ifndef timespecsub
crypto/openssh/misc.c
2991
timespecsub(when, &now, &t);
crypto/openssh/ssh-keyscan.c
577
timespecsub(&c->c_ts, &now, &seltime);
games/tetris/input.c
92
timespecsub(&end, &start, &elapsed);
games/tetris/input.c
93
timespecsub(limit, &elapsed, limit);
lib/libthread_xu/thread/thr_cond.c
277
timespecsub(abstime, &ts, &ts2);
lib/libthread_xu/thread/thr_join.c
110
timespecsub(abstime, &ts, &ts2);
lib/libthread_xu/thread/thr_mutex.c
434
timespecsub(abstime, &ts, &ts2);
lib/libthread_xu/thread/thr_mutex.c
594
timespecsub(abstime, &ts1, &ts2);
lib/libthread_xu/thread/thr_mutex.c
614
timespecsub(abstime, &ts1, &ts2);
lib/libthread_xu/thread/thr_sem.c
372
timespecsub(abstime, &ts, &ts2);
lib/libthread_xu/thread/thr_umtx.c
167
timespecsub(&ts, &ts3, &ts2);
lib/libthread_xu/thread/thr_umtx.c
247
timespecsub(&ts, &ts3, &ts2);
sys/dev/acpica/acpi_cmbat.c
225
timespecsub(&curtime, lastupdated, &curtime);
sys/dev/acpica/acpi_smbat.c
174
timespecsub(&curtime, lastupdated, &curtime);
sys/dev/acpica/acpi_thermal.c
573
timespecsub(&curtime, &sc->tz_cooling_started, &curtime);
sys/dev/disk/isp/isp_freebsd.c
5600
timespecsub(b, a, &x);
sys/dev/drm/include/linux/time.h
80
timespecsub(&lhs, &rhs, &ts);
sys/dev/misc/joy/joy.c
216
timespecsub(&x, &start, &x);
sys/dev/misc/joy/joy.c
221
timespecsub(&y, &start, &y);
sys/kern/kern_event.c
952
timespecsub(&atx, &ats, &atx);
sys/kern/kern_sig.c
1801
timespecsub(&ets, &rts, &ts);
sys/kern/kern_time.c
498
timespecsub(&ts_tgt, &ts_cur, &ts_int); /* sleep interval */
sys/kern/kern_time.c
509
timespecsub(&ts_tgt, &ts_cur, &ts_int);
sys/kern/kern_time.c
545
timespecsub(&ts_tgt, &ts_cur, &ts_int);
sys/kern/sys_mqueue.c
251
timespecsub(ts, &tsd, ts);
sys/net/wg/wg_cookie.c
577
timespecsub(&r->r_last_time, &diff, &diff);
sys/netproto/smb/smb_iod.c
579
timespecsub(&ts, &tstimeout, &ts);
sys/netproto/smb/smb_iod.c
650
timespecsub(&tsnow, &iod->iod_pingtimo, &tsnow);
sys/netproto/smb/smb_trantcp.c
476
timespecsub(&ts2, &ts1, &ts2);
test/crypto/cryptoapi/cryptoapi_test.c
439
timespecsub(&stop, &start, &tv);
test/testcases/posixipc/common/common.c
121
timespecsub(&end, &start, &end);
test/testcases/posixipc/common/common.c
284
timespecsub(&end, &start, &end);
tools/tools/netrate/accept_connect/kq_connect_client/kq_connect_client.c
301
timespecsub(&end, &start, &end);
tools/tools/netrate/kq_sendrecv/kq_sendcli/kq_sendcli.c
409
timespecsub(&ctx->t_end, &ctx->t_start, &run);
tools/tools/netrate/kq_sendrecv/kq_sendcli/kq_sendcli.c
435
timespecsub(&end, &start, &run);
tools/tools/netrate/kq_sendrecv/kq_sendcli/kq_sendcli.c
490
timespecsub(&conn->c_terr,
usr.sbin/powerd/powerd.c
718
timespecsub(&e, &s, &e);
usr.sbin/powerd/powerd.c
733
timespecsub(&e, &s, &e);
usr.sbin/powerd/powerd.c
786
timespecsub(&cur, &BatLifePrevT, &ts);
usr.sbin/powerd/powerd.c
842
timespecsub(&cur, &BatShutdownStartT, &ts);