Searched refs:timescale (Results 1 – 1 of 1) sorted by relevance
88 uint64_t nowus, expected, timescale = 0; in test_absolute_kevent() local103 timescale = USEC_PER_SEC; in test_absolute_kevent()107 timescale = 1; in test_absolute_kevent()111 timescale = 1000; in test_absolute_kevent()124 expected = (uint64_t)time * timescale; in test_absolute_kevent()125 deadline = (int64_t)(nowus / timescale) + time; in test_absolute_kevent()