Searched defs:effective_timeout (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/omap4-aah/hwc/
H A Dhwc.c2512 int effective_timeout; local
2538 effective_timeout = -1;
2540 effective_timeout = 0;
2542 effective_timeout = (int)((effective_wakeup - now + 999999) / 1000000);
2544 if (effective_timeout)
2545 err = poll(fds, 2, effective_timeout);

Completed in 29 milliseconds