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 *);
105 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.c357 timevaladd(&user, &sys); in kern_clock_gettime()
887 timevaladd(&aitv->it_value, &ctv); in kern_setitimer()
1002 timevaladd(&p->p_realtimer.it_value, in realitexpire()
1082 timevaladd(struct timeval *t1, const struct timeval *t2) in timevaladd() function
H A Dsys_procdesc.c610 timevaladd(&pstart, &boottime); in procdesc_stat()
H A Dkern_racct.c1054 timevaladd(&racct->r_time, &diff); in racct_updatepcpu_racct_locked()
H A Dtty_ttydisc.c322 timevaladd(&end, &now); in ttydisc_read_raw_read_timer()
H A Dkern_proc.c1165 timevaladd(&kp->ki_start, &boottime); in fill_kinfo_proc_only()
1174 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.c227 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.h617 void timevaladd(struct timeval *t1, const struct timeval *t2);
/freebsd/sys/dev/atkbdc/
H A Dpsm.c3028 timevaladd(&sc->inputtimeout, &now);
3693 timevaladd(&sc->muxmidtimeout, &sc->lastsoftintr);
3873 timevaladd(
4083 timevaladd(&gest->taptimeout,
7487 timevaladd(&tv, start);
/freebsd/sys/netinet/
H A Dip_mroute.c1904 #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.c1599 timevaladd(&t, &vol->v_last_done); in g_raid_worker()