Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/timers/
H A Dposix_timers.c20 #define USECS_PER_SEC 1000000 macro
67 diff += (end.tv_sec - start.tv_sec) * USECS_PER_SEC; in check_diff()
69 if (llabs(diff - DELAY * USECS_PER_SEC) > USECS_PER_SEC / 2) { in check_diff()