Searched refs:timespec_add (Results 1 – 6 of 6) sorted by relevance
| /freebsd/tools/tools/netrate/netsend/ |
| H A D | netsend.c | 69 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 D | ck_ec.c | 92 *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 D | ck_ec_timeutil.h | 78 CK_CC_UNUSED static struct timespec timespec_add(const struct timespec ts, in timespec_add() function
|
| /freebsd/tools/tools/netmap/ |
| H A D | ctrs.h | 77 timespec_add(struct timespec a, struct timespec b) in timespec_add() function
|
| H A D | pkt-gen.c | 1416 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 D | netreceive.c | 75 timespec_add(struct timespec *tsa, struct timespec *tsb) in timespec_add() function
|