Home
last modified time | relevance | path

Searched refs:timespec_add (Results 1 – 6 of 6) sorted by relevance

/freebsd/tools/tools/netrate/netsend/
H A Dnetsend.c69 timespec_add(struct timespec *tsa, struct timespec *tsb) in timespec_add() function
178 timespec_add(&starttime, &tmptime); in timing_loop()
206 timespec_add(&nexttime, &a->interval); in timing_loop()
/freebsd/sys/contrib/ck/src/
H A Dck_ec.c92 *new_deadline = timespec_add(now, *timeout); in ck_ec_deadline_impl()
161 stop_backoff = timespec_add(begin, final_wait_time); in exponential_backoff()
H A Dck_ec_timeutil.h78 CK_CC_UNUSED static struct timespec timespec_add(const struct timespec ts, in timespec_add() function
/freebsd/tools/tools/netmap/
H A Dctrs.h77 timespec_add(struct timespec a, struct timespec b) in timespec_add() function
H A Dpkt-gen.c1416 targ->tic = timespec_add(now, (struct timespec){2,0}); in ping_body()
1430 nexttime = timespec_add(nexttime, targ->g->tx_period); in ping_body()
1708 targ->tic = timespec_add(targ->tic, (struct timespec){2,0}); in sender_body()
1778 nexttime = timespec_add(nexttime, targ->g->tx_period); in sender_body()
2079 targ->tic = timespec_add(targ->tic, (struct timespec){2,0}); in txseq_body()
2101 nexttime = timespec_add(nexttime, targ->g->tx_period); in txseq_body()
/freebsd/tools/tools/netrate/netreceive/
H A Dnetreceive.c75 timespec_add(struct timespec *tsa, struct timespec *tsb) in timespec_add() function