Lines Matching refs:eavail
1828 int res, eavail, timed_out = 0;
1855 eavail = ep_events_available(ep);
1858 if (eavail) {
1872 eavail = ep_busy_loop(ep, timed_out);
1873 if (eavail)
1914 eavail = ep_events_available(ep);
1915 if (!eavail)
1920 if (!eavail)
1927 * If timed out and still on the wait queue, recheck eavail
1930 eavail = 1;
1942 eavail = list_empty(&wait.entry);