Home | History | Annotate | Download | only in ulinux

Lines Matching refs:nano_sec

618   int nano_sec;
672 nano_sec = (timeout % 1000) * NANOSEC_PER_MILLISEC;
673 abstime.tv_nsec += nano_sec;