Home
last modified time | relevance | path

Searched refs:timevaladd (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/ntp/libntp/lib/isc/pthreads/
H A Dmutex.c47 #define timevaladd(vvp, uvp) \ macro
160 timevaladd(&mp->stats->wait_total, &postlock_t); in isc_mutex_lock_profile()
177 timevaladd(&locker->wait_total, &postlock_t); in isc_mutex_lock_profile()
195 timevaladd(&mp->stats->locked_total, &unlock_t); in isc_mutex_unlock_profile()
196 timevaladd(&mp->stats->cur_locker->locked_total, &unlock_t); in isc_mutex_unlock_profile()
/freebsd/usr.bin/ktrace/
H A Dsubr.c43 void timevaladd(struct timeval *, struct timeval *);
102 timevaladd(struct timeval *t1, struct timeval *t2) in timevaladd() function
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Diopoll.h42 timevaladd(&__end, &__now); \
72 timevaladd(&__end, &__now); \
/freebsd/crypto/heimdal/lib/roken/
H A Dtimeval.c64 timevaladd(struct timeval *t1, const struct timeval *t2) in timevaladd() function
H A Droken-common.h428 #define timevaladd rk_timevaladd macro
430 timevaladd(struct timeval *t1, const struct timeval *t2);
/freebsd/sys/kern/
H A Dkern_acct.c387 timevaladd(&tmp, &p->p_stats->p_start); in acct_process()
395 timevaladd(&tmp, &st); in acct_process()
H A Dkern_time.c346 timevaladd(&user, &sys); in kern_clock_gettime()
847 timevaladd(&aitv->it_value, &ctv); in kern_setitimer()
960 timevaladd(&p->p_realtimer.it_value, in realitexpire()
1040 timevaladd(struct timeval *t1, const struct timeval *t2) in timevaladd()
1039 timevaladd(struct timeval *t1, const struct timeval *t2) timevaladd() function
H A Dsys_procdesc.c528 timevaladd(&pstart, &boottime); in procdesc_stat()
H A Dtty_ttydisc.c320 timevaladd(&end, &now); in ttydisc_read_raw_read_timer()
H A Dkern_proc.c1162 timevaladd(&kp->ki_start, &boottime); in fill_kinfo_proc_only()
1171 timevaladd(&kp->ki_childtime, &kp->ki_childutime); in fill_kinfo_proc_only()
/freebsd/sys/fs/procfs/
H A Dprocfs_status.c130 timevaladd(&start, &boottime); in procfs_doprocstatus()
/freebsd/sys/dev/mmc/
H A Dmmc_subr.c225 timevaladd(&end, &cur); in mmc_switch_status()
/freebsd/sys/compat/linux/
H A Dlinux_time.c380 timevaladd(&ru.ru_utime, &ru.ru_stime); in linux_common_clock_gettime()
426 timevaladd(&ru.ru_utime, &ru.ru_stime); in linux_common_clock_gettime()
/freebsd/sbin/routed/
H A Drdisc.c833 timevaladd(&ifp->int_rdisc_timer, &now); in rdisc_adv()
875 timevaladd(&ifp->int_rdisc_timer, &now); in rdisc_sol()
H A Ddefs.h511 void timevaladd(struct timeval *, struct timeval *);
H A Dmain.c806 timevaladd(struct timeval *t1, in timevaladd() function
H A Doutput.c817 timevaladd(&no_flash, &now); in rip_bcast()
/freebsd/sys/sys/
H A Dtime.h581 void timevaladd(struct timeval *t1, const struct timeval *t2);
/freebsd/sys/dev/atkbdc/
H A Dpsm.c3017 timevaladd(&sc->inputtimeout, &now);
3682 timevaladd(&sc->muxmidtimeout, &sc->lastsoftintr);
3862 timevaladd(
4072 timevaladd(&gest->taptimeout,
7422 timevaladd(&tv, start);
/freebsd/sys/dev/sound/midi/
H A Dsequencer.c324 timevaladd(&t->timersub, &now); in timer_continue()
/freebsd/sys/netinet/
H A Dip_mroute.c1849 #define BW_TIMEVALADD(vvp, uvp) timevaladd((vvp), (uvp))
H A Dsctp_output.c6367 timevaladd(&sp->ts, &tv); in sctp_set_prsctp_policy()
/freebsd/sys/geom/raid/
H A Dg_raid.c1568 timevaladd(&t, &vol->v_last_done); in g_raid_worker()