Searched refs:timedout (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/megaraid/
H A Dmegaraid_ioctl.h152 uint8_t timedout; member in struct:uioc
H A Dmegaraid_mm.c170 * if any previous kioc had timedout on this controller.
196 * release the kioc if and only if it was _not_ timedout. If it was
197 * timedout, that means that resources are still with low level driver.
201 if (!kioc->timedout)
624 kioc->timedout = 0;
706 * call, the ioctl either completed successfully or timedout.
714 * If the command had timedout, we mark the controller offline
717 if (kioc->timedout) {
749 * Check if this kioc was timedout before. If so, nobody is waiting
753 if (kioc->timedout) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dau1000_eth.c176 u32 timedout = 20; local
181 if (--timedout == 0) {
192 timedout = 20;
195 if (--timedout == 0) {
209 u32 timedout = 20; local
214 if (--timedout == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devdns.c216 int timedout; /* number of times in a row a request has timed out */ member in struct:nameserver
540 ns->timedout = 0;
1188 ns->timedout = 0;
1890 req->ns->timedout++;
1891 if (req->ns->timedout > global_max_nameserver_timeout) {
1892 req->ns->timedout = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devdns.c224 int timedout; /* number of times in a row a request has timed out */ member in struct:nameserver
633 ns->timedout = 0;
1378 ns->timedout = 0;
2149 req->ns->timedout++;
2150 if (req->ns->timedout > req->base->global_max_nameserver_timeout) {
2151 req->ns->timedout = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arm/
H A Dfas216.c1180 goto timedout;
1190 goto timedout;
1202 timedout:
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhndpmu.c4628 returns TRUE if timedout.
4685 bool timedout = FALSE; local
4690 timedout = si_pmu_wait_for_res_pending(sih, osh, cc,
4693 if (timedout) {
4705 timedout = si_pmu_wait_for_res_pending(sih, osh, cc,
4709 /* Here, we can also check timedout, but we make sure that,
4712 if (timedout) {

Completed in 300 milliseconds