Home
last modified time | relevance | path

Searched refs:timespec_ge (Results 1 – 3 of 3) sorted by relevance

/freebsd/tools/tools/netrate/netsend/
H A Dnetsend.c81 timespec_ge(struct timespec *a, struct timespec *b) in timespec_ge() function
112 if (timespec_ge(&curtime, &ts)) in wait_time()
115 while (timespec_ge(&ts, &curtime)) { in wait_time()
156 if (timespec_ge(&tmptime, &a->interval)) in timing_loop()
/freebsd/tools/tools/netmap/
H A Dctrs.h43 timespec_ge(const struct timespec *a, const struct timespec *b) in timespec_ge() function
H A Dpkt-gen.c2827 if (!timerisset(&tic) || timespec_ge(&targs[i].tic, &t_tic)) in main_thread()
2829 if (!timerisset(&toc) || timespec_ge(&targs[i].toc, &t_toc)) in main_thread()