Searched refs:timedout (Results 1 – 6 of 6) sorted by relevance
81 unsigned int timedout = 20; in au1x00_miiphy_read() local85 if (--timedout == 0) { in au1x00_miiphy_read()96 timedout = 20; in au1x00_miiphy_read()99 if (--timedout == 0) { in au1x00_miiphy_read()114 unsigned int timedout = 20; in au1x00_miiphy_write() local118 if (--timedout == 0) { in au1x00_miiphy_write()
43 timedout := make(chan bool, 1)48 timedout <- true51 timedout <- false59 if <-timedout {
65 public boolean timedout(); in timedout() method
222 int timedout; /* number of times in a row a request has timed out */ member634 ns->timedout = 0; in nameserver_up()1400 ns->timedout = 0; in nameserver_read()2188 req->ns->timedout++; in evdns_request_timeout_callback()2189 if (req->ns->timedout > req->base->global_max_nameserver_timeout) { in evdns_request_timeout_callback()2190 req->ns->timedout = 0; in evdns_request_timeout_callback()
214 o test/http: add a helper for creating timedout/failed request (376f107 Azat Khuzhin)
357 public boolean timedout() { in timedout() method in EventSetImpl.MonitorWaitedEventImpl