Home | History | Annotate | Download | only in ulinux

Lines Matching refs:timeout_ns

609     int timeout_ns=0;
657 timeout_ns = (GKI_TICKS_TO_MS(1) * 1000000);
670 timeout_ns += (GKI_TICKS_TO_MS(1) * 1000000) - delta_ns;
684 if (__unlikely(timeout_ns < ((GKI_TICKS_TO_MS(1) * 1000000) * 0.1)))
690 if (timeout_ns < GKI_TICKS_TO_MS(-5) * 1000000)
693 timeout_ns, GKI_TICKS_TO_MS(-5) * 1000000);
698 timeout.tv_nsec = timeout_ns;