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

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

Completed in 66 milliseconds