Home
last modified time | relevance | path

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

/freebsd/tests/sys/kqueue/libkqueue/
H A Dtimer.c23 #define SEC_TO_US(t) ((t) * MILLION) /* Convert seconds to microseconds. */ macro
38 return SEC_TO_US((uint64_t)tv.tv_sec) + tv.tv_usec; in now()
303 end = start + SEC_TO_US(timeout_sec); in test_abstime()
375 end = start - SEC_TO_US(btp.tv_sec + 1); in test_abstime_preboot()
414 end = start - SEC_TO_US(timeout_sec); in test_abstime_postboot()
450 NOTE_USECONDS, SEC_TO_US(1), (void *)1); in test_update()
475 if (elapsed > SEC_TO_US(1)) in test_update()