Lines Matching refs:EBUSY
670 } else if (error == EBUSY) {
1066 * We don't "do" EBUSY here, so treat it as EAGAIN.
1068 if (error == EBUSY) {
1498 if (error == EBUSY) {
1717 * unreasonably on EBUSY or EAGAIN, sleep for an appropriate amount of time
1738 * is not mandatory) time runs out. If EBUSY (lock is already held) or
1767 * If iosram_sema_acquire returned EBUSY (lock already held),
1769 * ever be holding it. If EBUSY or EAGAIN (tunnel switch in
1773 if (error == EBUSY) {
1796 * If EAGAIN or EBUSY was encountered, we're looping.
1798 if ((error == EAGAIN) || (error == EBUSY)) {
1822 } while (((error == EAGAIN) || (error == EBUSY)) &&
1828 if ((error != EAGAIN) && (error != EBUSY)) {