Lines Matching full:nsec
2136 uint64_t nsec = (DISK_UTIL_MSEC % 1000) * 1000000;2142 ts.tv_nsec = (tv.tv_usec * 1000) + nsec;