Searched refs:NANOSEC (Results 1 – 1 of 1) sorted by relevance
356 #define NANOSEC (1000000000L) in do_read() macro390 ts.tv_nsec += NANOSEC; in do_read()396 if (ts.tv_nsec > NANOSEC) { in do_read()397 ts.tv_sec += ts.tv_nsec / NANOSEC; in do_read()398 ts.tv_nsec %= NANOSEC; in do_read()