Searched refs:timeout_ns (Results 1 – 2 of 2) sorted by relevance
609 int timeout_ns=0; in timer_thread() local657 timeout_ns = (GKI_TICKS_TO_MS(1) * 1000000); in timer_thread()670 timeout_ns += (GKI_TICKS_TO_MS(1) * 1000000) - delta_ns; in timer_thread()684 if (__unlikely(timeout_ns < ((GKI_TICKS_TO_MS(1) * 1000000) * 0.1))) in timer_thread()690 if (timeout_ns < GKI_TICKS_TO_MS(-5) * 1000000) in timer_thread()693 timeout_ns, GKI_TICKS_TO_MS(-5) * 1000000); in timer_thread()698 timeout.tv_nsec = timeout_ns; in timer_thread()
69 unsigned int timeout_ns; /* data timeout (in ns, max 80ms) */ member