Home
last modified time | relevance | path

Searched refs:timespec_sub (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/qat/qat_common/
H A Dadf_clock.c104 delta = timespec_sub(ts2, ts1); in measure_clock()
129 delta = timespec_sub(ts4, ts3); in measure_clock()
143 delta = timespec_sub(ts3, ts1); in measure_clock()
/freebsd/tools/tools/netrate/netreceive/
H A Dnetreceive.c87 timespec_sub(struct timespec *tsa, struct timespec *tsb) in timespec_sub() function
180 timespec_sub(&delta, &then); in main_thread()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dtime.h79 timespec_sub(struct timespec lhs, struct timespec rhs) in timespec_sub()
77 timespec_sub(struct timespec lhs, struct timespec rhs) timespec_sub() function
/freebsd/tools/tools/netmap/
H A Dctrs.h88 timespec_sub(struct timespec a, struct timespec b) in timespec_sub() function
H A Dpkt-gen.c1368 w = timespec_sub(ts, cur); in wait_time()
/freebsd/sys/dev/qat/qat/
H A Dqat_ocf_utils.c51 delta = timespec_sub(current_ts, start_ts); in qat_ocf_wait_for_session()
/freebsd/contrib/ofed/libbnxtre/
H A Dmain.h494 static void timespec_sub(const struct timespec *a, const struct timespec *b, in timespec_sub() function
529 timespec_sub(&cur, &start, &res); in bnxt_re_sub_sec_busy_wait()