Searched refs:MIN_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
567 #define MIN_TIMEOUT (10) macro569 static u32 timeout = MIN_TIMEOUT;593 timeout = (written_total) ? 0 : MIN_TIMEOUT; in hvc_poll()673 timeout = MIN_TIMEOUT; in hvc_poll()
107 #define MIN_TIMEOUT 3 macro