Searched refs:timespecsub (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-11-stable/contrib/ntp/util/
H A Dpps-api.c19 #define timespecsub(vvp, uvp) \ macro
41 timespecsub(&ts,tsa);
/freebsd-11-stable/contrib/nvi/common/
H A Dutil.h69 #undef timespecsub macro
85 #define timespecsub(vvp, uvp) \ macro
/freebsd-11-stable/lib/libnetbsd/sys/
H A Dtime.h55 #define timespecsub(tsp, usp, vsp) \ macro
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_sigtimedwait.c64 timespecsub(&after, &before, &len);
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dtime.h81 timespecsub(&ts, &rhs);
/freebsd-11-stable/tools/tools/netrate/juggle/
H A Djuggle.c97 * As in all programs, steal timespecsub() from time.h.
99 #define timespecsub(vvp, uvp) \ macro
280 timespecsub(&tfinish, &tstart);
376 timespecsub(&tfinish, &tstart);
461 timespecsub(&tfinish, &tstart);
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_condwait.c81 timespecsub(&te, &to, &to);
/freebsd-11-stable/sys/dev/joy/
H A Djoy.c199 timespecsub(&x, &start);
204 timespecsub(&y, &start);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_sleep.c297 timespecsub(&tsb, &tsa, &tremain);
298 timespecsub(&tslp, &tremain, &tremain);
/freebsd-11-stable/tools/tools/netrate/tcpp/
H A Dtcpp_client.c60 #define timespecsub(vvp, uvp) \ macro
339 timespecsub(&ts_finish, &ts_start);
/freebsd-11-stable/sys/netsmb/
H A Dsmb_iod.c560 timespecsub(&ts, &tstimeout);
631 timespecsub(&tsnow, &iod->iod_pingtimo);
H A Dsmb_trantcp.c547 timespecsub(&ts2, &ts1);
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_event.c1186 timespecsub(&ots->it_value, &cts);
1272 timespecsub(&ts, &cts);
1314 timespecsub(&ts, &cts);
1325 timespecsub(&ts, &cts);
H A Dlinux_futex.c299 timespecsub(ts, &kts);
302 timespecsub(ts, &kts);
/freebsd-11-stable/sbin/fsck_ffs/
H A Dfsutil.c300 #define timespecsub(vvp, uvp) \ macro
337 timespecsub(&finish, &start);
531 timespecsub(&finishpass, &startpass);
/freebsd-11-stable/tools/regression/posixsem/
H A Dposixsem.c74 #define timespecsub(vvp, uvp) \ macro
806 timespecsub(&end, &start);
945 timespecsub(&end, &start);
/freebsd-11-stable/sys/kern/
H A Dkern_time.c537 timespecsub(&ts, &now);
1509 timespecsub(&ovalue->it_value, &cts);
1552 timespecsub(&ts, &cts);
1635 timespecsub(&ts, &cts);
1647 timespecsub(&ts, &cts);
H A Duipc_sem.c831 timespecsub(&ts1, &ts2);
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_cmbat.c233 timespecsub(&curtime, lastupdated);
H A Dacpi_smbat.c173 timespecsub(&curtime, lastupdated);
H A Dacpi_thermal.c538 timespecsub(&curtime, &sc->tz_cooling_started);
/freebsd-11-stable/sys/sys/
H A Dtime.h307 #define timespecsub(vvp, uvp) \ macro
/freebsd-11-stable/tools/tools/syscall_timing/
H A Dsyscall_timing.c56 #define timespecsub(vvp, uvp) \ macro
913 timespecsub(&ts_end, &ts_start);
/freebsd-11-stable/contrib/nvi/vi/
H A Dvs_msg.c125 timespecsub(&ts_diff, &vip->busy_ts);
/freebsd-11-stable/usr.sbin/camdd/
H A Dcamdd.c432 * XXX KDM private copy of timespecsub(). This is normally defined in
436 #ifndef timespecsub
437 #define timespecsub(vvp, uvp) \ macro
2953 timespecsub(&done_time, start_time);

Completed in 323 milliseconds

12