Searched refs:timevaladd (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_acct.c | 402 timevaladd(&tmp, &p->p_stats->p_start); in acct_process() 410 timevaladd(&tmp, &st); in acct_process()
|
| H A D | kern_time.c | 344 timevaladd(&user, &sys); in kern_clock_gettime() 849 timevaladd(&aitv->it_value, &ctv); in kern_setitimer() 917 timevaladd(&p->p_realtimer.it_value, in realitexpire() 991 timevaladd(struct timeval *t1, const struct timeval *t2) in timevaladd() function
|
| H A D | sys_procdesc.c | 532 timevaladd(&pstart, &boottime); in procdesc_stat()
|
| H A D | tty_ttydisc.c | 237 timevaladd(&end, &now); in ttydisc_read_raw_read_timer()
|
| H A D | kern_proc.c | 1132 timevaladd(&kp->ki_start, &boottime); in fill_kinfo_proc_only() 1141 timevaladd(&kp->ki_childtime, &kp->ki_childutime); in fill_kinfo_proc_only()
|
| /f-stack/freebsd/sys/ |
| H A D | time.h | 581 void timevaladd(struct timeval *t1, const struct timeval *t2);
|
| /f-stack/lib/ |
| H A D | ff_glue.c | 454 timevaladd(struct timeval *t1, const struct timeval *t2) in timevaladd() function
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_mroute.c | 1739 #define BW_TIMEVALADD(vvp, uvp) timevaladd((vvp), (uvp))
|
| H A D | sctp_output.c | 6290 timevaladd(&sp->ts, &tv); in sctp_set_prsctp_policy()
|