Lines Matching refs:timedout
160 * if any previous kioc had timedout on this controller.
190 * release the kioc if and only if it was _not_ timedout. If it was
191 * timedout, that means that resources are still with low level driver.
195 if (!kioc->timedout)
623 kioc->timedout = 0;
702 * call, the ioctl either completed successfully or timedout.
711 * If the command had timedout, we mark the controller offline
714 if (kioc->timedout) {
747 * Check if this kioc was timedout before. If so, nobody is waiting
751 if (kioc->timedout) {
758 "ioctl that was timedout before\n"));
767 kioc->timedout = 0;
790 kioc->timedout = 1;