Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/ntp/lib/isc/pthreads/
HDmutex.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-11-stable/usr.bin/ktrace/
HDsubr.c50 void timevaladd(struct timeval *, struct timeval *);
103 timevaladd(struct timeval *t1, struct timeval *t2) in timevaladd() function
/freebsd-11-stable/usr.sbin/timed/timed/
HDmeasure.c131 timevaladd(&tdone, &tout); /* when we give up */ in measure()
161 timevaladd(&ttrans, &twait); in measure()
309 timevaladd(struct timeval *tv1, struct timeval *tv2) in timevaladd() function
HDcorrect.c73 timevaladd(&tmptv, &adjlocal); in correct()
166 timevaladd(&now, corr); in adjclock()
HDextern.h83 void timevaladd(struct timeval *, struct timeval *);
HDreadmsg.c168 timevaladd(&rtout, intvl); in readmsg()
/freebsd-11-stable/crypto/heimdal/lib/roken/
HDtimeval.c64 timevaladd(struct timeval *t1, const struct timeval *t2) in timevaladd() function
HDroken-common.h428 #define timevaladd rk_timevaladd macro
430 timevaladd(struct timeval *t1, const struct timeval *t2);
/freebsd-11-stable/sys/i386/isa/
HDpmtimer.c104 timevaladd(&tmp_time, &diff_time); in pmtimer_resume()
/freebsd-11-stable/sys/kern/
HDkern_acct.c394 timevaladd(&tmp, &p->p_stats->p_start); in acct_process()
402 timevaladd(&tmp, &st); in acct_process()
HDkern_time.c344 timevaladd(&user, &sys); in kern_clock_gettime()
844 timevaladd(&aitv->it_value, &ctv); in kern_setitimer()
912 timevaladd(&p->p_realtimer.it_value, in realitexpire()
986 timevaladd(struct timeval *t1, const struct timeval *t2) in timevaladd() function
HDsys_procdesc.c543 timevaladd(&pstart, &boottime); in procdesc_stat()
HDtty_ttydisc.c234 timevaladd(&end, &now); in ttydisc_read_raw_read_timer()
/freebsd-11-stable/sys/fs/procfs/
HDprocfs_status.c134 timevaladd(&start, &boottime); in procfs_doprocstatus()
/freebsd-11-stable/sys/dev/mmc/
HDmmc_subr.c216 timevaladd(&end, &cur); in mmc_switch_status()
/freebsd-11-stable/sys/compat/linux/
HDlinux_time.c286 timevaladd(&ru.ru_utime, &ru.ru_stime); in linux_clock_gettime()
331 timevaladd(&ru.ru_utime, &ru.ru_stime); in linux_clock_gettime()
/freebsd-11-stable/sys/nfs/
HDnfs_lock.c289 timevaladd(&p->p_nlminfo->pid_start, &boottime); in nfs_dolock()
/freebsd-11-stable/sbin/routed/
HDrdisc.c843 timevaladd(&ifp->int_rdisc_timer, &now); in rdisc_adv()
885 timevaladd(&ifp->int_rdisc_timer, &now); in rdisc_sol()
HDdefs.h545 void timevaladd(struct timeval *, struct timeval *);
HDmain.c830 timevaladd(struct timeval *t1, in timevaladd() function
HDoutput.c827 timevaladd(&no_flash, &now); in rip_bcast()
/freebsd-11-stable/sys/dev/nand/
HDnandbus.c509 timevaladd(&tv, &tv2); in nandbus_wait_ready()
HDnandsim_chip.c414 timevaladd(&chip->delay_tv, &delay); in nandsim_delay()
/freebsd-11-stable/sys/sys/
HDtime.h500 void timevaladd(struct timeval *t1, const struct timeval *t2);
/freebsd-11-stable/sys/sparc64/pci/
HDschizo.c1049 timevaladd(&end, &cur); in schizo_dmamap_sync()
1091 timevaladd(&end, &cur); in ichip_dmamap_sync()

12