Searched refs:LLNANOSEC (Results 1 – 1 of 1) sorted by relevance
106 #define LLNANOSEC ((int64_t)NANOSEC) macro393 if (delta < dumptimeout * LLNANOSEC) { in server_main()405 if (delta < EXITTIMEOUT * LLNANOSEC) { in server_main()1240 hrtime_t wait = sec * LLNANOSEC - delta; in my_cond_reltimedwait()1243 waitfor.tv_nsec = wait % LLNANOSEC; in my_cond_reltimedwait()1244 waitfor.tv_sec = wait / LLNANOSEC; in my_cond_reltimedwait()