Searched refs:timed_out (Results 1 - 23 of 23) sorted by relevance

/linux-master/drivers/media/radio/si470x/
H A Dradio-si470x-common.c197 bool timed_out = false; local
220 timed_out = true;
224 if (timed_out)
299 bool timed_out = false; local
345 timed_out = true;
358 if (retval == 0 && timed_out)
/linux-master/drivers/platform/x86/intel/ifs/
H A Druntest.c324 bool timed_out = false; local
335 timed_out = true;
349 else if (timed_out || command.array_bitmask)
/linux-master/drivers/input/serio/
H A Dhil_mlc.c448 #define EXPECT(comp, to, got, got_wrong, timed_out) \
449 { HILSE_EXPECT, { .packet = comp }, to, got, got_wrong, timed_out },
450 #define EXPECT_LAST(comp, to, got, got_wrong, timed_out) \
451 { HILSE_EXPECT_LAST, { .packet = comp }, to, got, got_wrong, timed_out },
452 #define EXPECT_DISC(comp, to, got, got_wrong, timed_out) \
453 { HILSE_EXPECT_DISC, { .packet = comp }, to, got, got_wrong, timed_out },
454 #define IN(to, got, got_error, timed_out) \
455 { HILSE_IN, { .packet = 0 }, to, got, got_error, timed_out },
/linux-master/kernel/locking/
H A Dsemaphore.c222 goto timed_out;
231 timed_out:
/linux-master/fs/
H A Dselect.c484 int retval, i, timed_out = 0; local
501 timed_out = 1;
504 if (end_time && !timed_out)
579 if (retval || timed_out || signal_pending(current))
609 timed_out = 1;
890 int timed_out = 0, count = 0; local
898 timed_out = 1;
901 if (end_time && !timed_out)
941 if (count || timed_out)
966 timed_out
[all...]
H A Deventpoll.c1933 int res, eavail, timed_out = 0; local
1949 timed_out = 1;
1974 if (timed_out)
1977 eavail = ep_busy_loop(ep, timed_out);
2026 timed_out = !schedule_hrtimeout_range(to, slack,
2046 if (timed_out)
/linux-master/arch/powerpc/platforms/pseries/
H A Dplpks.c395 bool timed_out = true; local
407 timed_out = false;
414 timed_out = false;
423 if (timed_out)
/linux-master/drivers/mmc/host/
H A Dcqhci-core.c900 bool timed_out; local
903 timed_out = slot->mrq == mrq;
904 if (timed_out) {
911 if (timed_out) {
917 return timed_out;
H A Dsdhci-tegra.c1190 bool timed_out; local
1207 timed_out = ktime_compare(ktime_get(), timeout) > 0;
1209 if (!(ctrl & CQHCI_HALT) || timed_out)
1216 if (timed_out)
/linux-master/drivers/fsi/
H A Dfsi-sbefifo.c129 bool timed_out; member in struct:sbefifo
151 return sysfs_emit(buf, "%d\n", sbefifo->timed_out ? 1 : 0);
481 sbefifo->timed_out = true;
488 sbefifo->timed_out = false;
/linux-master/drivers/net/arcnet/
H A Darcdevice.h254 int timed_out; /* need to process TX timeout and drop packet */ member in struct:arcnet_local
H A Darcnet.c826 lp->timed_out = 1;
950 if ((status & lp->intmask & TXFREEflag) || lp->timed_out) {
964 if (lp->cur_tx != -1 && !lp->timed_out) {
993 lp->timed_out = 0;
/linux-master/tools/testing/selftests/
H A Dkselftest_harness.h880 bool timed_out; /* did this test timeout instead of exiting? */
949 t->timed_out = true;
971 t->timed_out = false;
984 if (t->timed_out) {
881 bool timed_out; /* did this test timeout instead of exiting? */ member in struct:__test_metadata
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_tmf.c20 void (*timed_out)(struct timer_list *t))
27 ascb->timer.function = timed_out;
/linux-master/drivers/firewire/
H A Dcore-transaction.c84 goto timed_out;
104 timed_out:
1040 goto timed_out;
1051 timed_out:
/linux-master/sound/atmel/
H A Dac97c.c651 goto timed_out;
664 goto timed_out;
667 timed_out:
/linux-master/drivers/md/dm-vdo/
H A Ddedupe.c105 * zone's timed_out list where they won't be examined again if there is a subsequent time out). The
113 * If a hash_lock needs a dedupe context, and the available list is empty, the timed_out list will
2300 unsigned int timed_out = 0; local
2330 timed_out++;
2333 if (timed_out > 0)
2334 report_dedupe_timeouts(completion->vdo->hash_zones, timed_out);
/linux-master/ipc/
H A Dsem.c1996 bool timed_out = false; local
2166 timed_out = !schedule_hrtimeout_range(exp,
2209 if (timed_out)
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h1058 int sym_abort_scsiio(struct sym_hcb *np, struct scsi_cmnd *ccb, int timed_out);
H A Dsym_hipd.c5290 static int sym_abort_ccb(struct sym_hcb *np, struct sym_ccb *cp, int timed_out) argument
5310 cp->to_abort = timed_out ? 2 : 1;
5320 int sym_abort_scsiio(struct sym_hcb *np, struct scsi_cmnd *cmd, int timed_out) argument
5337 return sym_abort_ccb(np, cp, timed_out);
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c129 bool timed_out = false; local
141 while (!nfp_net_reconfig_check_done(nn, timed_out)) {
143 timed_out = time_is_before_eq_jiffies(deadline);
146 return timed_out;
/linux-master/drivers/net/ethernet/natsemi/
H A Dns83820.c1701 int timed_out = 0; local
1721 timed_out = 1;
1730 else if (timed_out)
/linux-master/include/trace/events/
H A Dsunrpc.h2103 DEFINE_SVC_TLS_EVENT(timed_out); variable

Completed in 326 milliseconds