Searched defs:timed_out (Results 1 - 3 of 3) sorted by relevance

/drivers/media/radio/si470x/
H A Dradio-si470x-common.c168 bool timed_out = 0; local
185 timed_out = true;
193 timed_out = time_after(jiffies, timeout);
195 && (!timed_out));
200 if (timed_out)
309 bool timed_out = 0; local
333 timed_out = true;
341 timed_out = time_after(jiffies, timeout);
343 && (!timed_out));
351 if (timed_out)
[all...]
/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c5296 static int sym_abort_ccb(struct sym_hcb *np, struct sym_ccb *cp, int timed_out) argument
5316 cp->to_abort = timed_out ? 2 : 1;
5326 int sym_abort_scsiio(struct sym_hcb *np, struct scsi_cmnd *cmd, int timed_out) argument
5343 return sym_abort_ccb(np, cp, timed_out);
/drivers/net/ethernet/natsemi/
H A Dns83820.c1721 int timed_out = 0; local
1741 timed_out = 1;
1750 else if (timed_out)

Completed in 91 milliseconds