| /freebsd-11-stable/sbin/routed/ |
| HD | main.c | 98 static void timevalsub(struct timeval *, struct timeval *, struct timeval *); 379 timevalsub(&t2, &clk, &prev_clk); in main() 392 timevalsub(&now, &clk, &epoch); in main() 408 timevalsub(&wtime, &ifinit_timer, &now); in main() 419 timevalsub(&t2, &flush_kern_timer, &now); in main() 432 timevalsub(&t2, &next_bcast, &now); in main() 473 timevalsub(&t2, &no_flash, &now); in main() 480 timevalsub(&t2, &age_timer, &now); in main() 490 timevalsub(&t2, &need_kern, &now); in main() 505 timevalsub(&t2, &rdisc_timer, &now); in main() [all …]
|
| /freebsd-11-stable/usr.bin/ktrace/ |
| HD | subr.c | 51 void timevalsub(struct timeval *, struct timeval *); 111 timevalsub(struct timeval *t1, struct timeval *t2) in timevalsub() function
|
| /freebsd-11-stable/sys/i386/isa/ |
| HD | pmtimer.c | 89 timevalsub(&diff_time, &suspend_time); in pmtimer_suspend() 113 timevalsub(&resume_time, &suspend_time); in pmtimer_resume()
|
| /freebsd-11-stable/contrib/ntp/lib/isc/pthreads/ |
| HD | mutex.c | 56 #define timevalsub(vvp, uvp) \ macro 157 timevalsub(&postlock_t, &prelock_t); in isc_mutex_lock_profile() 194 timevalsub(&unlock_t, &mp->stats->lock_t); in isc_mutex_unlock_profile()
|
| /freebsd-11-stable/crypto/heimdal/lib/krb5/ |
| HD | test_crypto.c | 78 timevalsub(&tv2, &tv1); in time_encryption() 123 timevalsub(&tv2, &tv1); in time_s2k()
|
| /freebsd-11-stable/crypto/heimdal/lib/roken/ |
| HD | timeval.c | 76 timevalsub(struct timeval *t1, const struct timeval *t2) in timevalsub() function
|
| HD | roken-common.h | 432 #define timevalsub rk_timevalsub macro 434 timevalsub(struct timeval *t1, const struct timeval *t2);
|
| /freebsd-11-stable/usr.sbin/timed/timed/ |
| HD | measure.c | 167 timevalsub(&tout, &ttrans, &tcur); in measure() 324 timevalsub(struct timeval *res, struct timeval *tv1, struct timeval *tv2) in timevalsub() function
|
| HD | extern.h | 84 void timevalsub(struct timeval *, struct timeval *, struct timeval *);
|
| HD | candidate.c | 91 timevalsub(&wait,&then,&wait); in election()
|
| HD | master.c | 363 timevalsub(&ntime, &tmptv, &otime); in mchgdate() 428 timevalsub(&stop, &stop, &check); in synch()
|
| HD | readmsg.c | 172 timevalsub(&rwait, &rtout, &rtime); in readmsg()
|
| HD | slave.c | 273 timevalsub(&ntime, &tmptv, &otime); in slave()
|
| /freebsd-11-stable/sys/dev/nvme/ |
| HD | nvme_test.c | 139 timevalsub(&t, &io_test->start); in nvme_ns_bio_test() 175 timevalsub(&t, &tth->start); in nvme_ns_io_test_cb()
|
| /freebsd-11-stable/sys/kern/ |
| HD | kern_time.c | 129 timevalsub(&delta, &tv1); in settime() 150 timevalsub(&tv2, &maxtime); in settime() 772 timevalsub(&aitv->it_value, &ctv); in kern_getitimer() 856 timevalsub(&oitv->it_value, &ctv); in kern_setitimer() 995 timevalsub(struct timeval *t1, const struct timeval *t2) in timevalsub() function 1028 timevalsub(&delta, lasttime); in ratecheck()
|
| HD | tty_info.c | 299 timevalsub(&rtime, &p->p_stats->p_start); in tty_info()
|
| HD | kern_acct.c | 397 timevalsub(&tmp, &p->p_stats->p_start); in acct_process()
|
| HD | kern_racct.c | 1004 timevalsub(&wallclock, &p->p_stats->p_start); in racct_proc_exit() 1247 timevalsub(&wallclock, &p->p_stats->p_start); in racctd()
|
| /freebsd-11-stable/sys/netgraph/ |
| HD | ng_source.c | 381 timevalsub(&sc->stats.elapsedTime, in ng_source_rcvmsg() 720 timevalsub(&sc->stats.elapsedTime, &sc->stats.startTime); in ng_source_stop() 756 timevalsub(&elapsed, &sc->stats.lastTime); in ng_source_intr()
|
| /freebsd-11-stable/sys/dev/sound/midi/ |
| HD | sequencer.c | 327 timevalsub(&now, &t->timerstop); in timer_continue() 377 timevalsub(&now, &t->timersub); in timer_wait() 378 timevalsub(&when, &now); in timer_wait() 415 timevalsub(&now, &t->timersub); in timer_now()
|
| /freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/ |
| HD | iw_cxgbe.h | 231 timevalsub(&t2, &t1); in c4iw_wait_for_reply() 248 timevalsub(&t2, &t1); in c4iw_wait_for_reply()
|
| /freebsd-11-stable/sys/sys/ |
| HD | time.h | 501 void timevalsub(struct timeval *t1, const struct timeval *t2);
|
| /freebsd-11-stable/sys/compat/linux/ |
| HD | linux_misc.c | 566 timevalsub(&tv1, &tv0); in linux_select() 567 timevalsub(&utv, &tv1); in linux_select() 2331 timevalsub(&tv1, &tv0); in linux_pselect6() 2332 timevalsub(&utv, &tv1); in linux_pselect6()
|
| /freebsd-11-stable/sys/netinet/ |
| HD | sctp_timer.c | 521 timevalsub(&min_wait, &tv); in sctp_mark_all_for_resend() 1450 timevalsub(&diff, &net->last_sent_time); in sctp_heartbeat_timer()
|
| HD | tcp_lro.c | 276 timevalsub(&tv, timeout); in tcp_lro_flush_inactive()
|