Home
last modified time | relevance | path

Searched refs:timeout_ns (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/gki/ulinux/
Dgki_ulinux.c609 int timeout_ns=0; in timer_thread() local
657 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()
/external/kernel-headers/original/linux/mmc/
Dmmc.h69 unsigned int timeout_ns; /* data timeout (in ns, max 80ms) */ member