Home
last modified time | relevance | path

Searched refs:timed_out (Results 1 – 25 of 25) sorted by relevance

/linux/drivers/media/radio/si470x/
H A Dradio-si470x-common.c197 bool timed_out = false; in si470x_set_chan() local
220 timed_out = true; in si470x_set_chan()
224 if (timed_out) in si470x_set_chan()
299 bool timed_out = false; in si470x_set_seek() local
345 timed_out = true; in si470x_set_seek()
358 if (retval == 0 && timed_out) in si470x_set_seek()
/linux/drivers/input/serio/
H A Dhil_mlc.c449 #define EXPECT(comp, to, got, got_wrong, timed_out) \ argument
450 { HILSE_EXPECT, { .packet = comp }, to, got, got_wrong, timed_out },
451 #define EXPECT_LAST(comp, to, got, got_wrong, timed_out) \ argument
452 { HILSE_EXPECT_LAST, { .packet = comp }, to, got, got_wrong, timed_out },
453 #define EXPECT_DISC(comp, to, got, got_wrong, timed_out) \ argument
454 { HILSE_EXPECT_DISC, { .packet = comp }, to, got, got_wrong, timed_out },
455 #define IN(to, got, got_error, timed_out) \ argument
456 { HILSE_IN, { .packet = 0 }, to, got, got_error, timed_out },
/linux/fs/
H A Dselect.c488 int retval, i, timed_out = 0; in do_select() local
505 timed_out = 1; in do_select()
508 if (end_time && !timed_out) in do_select()
575 if (retval || timed_out || signal_pending(current)) in do_select()
605 timed_out = 1; in do_select()
877 int timed_out = 0, count = 0; in do_poll() local
885 timed_out = 1; in do_poll()
888 if (end_time && !timed_out) in do_poll()
930 if (count || timed_out) in do_poll()
955 timed_out = 1; in do_poll()
H A Deventpoll.c1939 int res, eavail, timed_out = 0; in ep_poll() local
1955 timed_out = 1; in ep_poll()
1975 if (timed_out) in ep_poll()
2027 timed_out = !ep_schedule_timeout(to) || in ep_poll()
2048 if (timed_out) in ep_poll()
/linux/kernel/locking/
H A Dsemaphore.c265 goto timed_out; in ___down_common()
276 timed_out: in ___down_common()
/linux/drivers/iio/adc/
H A Dmt6359-auxadc.c115 bool timed_out; member
734 adc_dev->timed_out = true; in mt6359_auxadc_read_adc()
808 if (adc_dev->timed_out) { in mt6359_auxadc_read_raw()
812 adc_dev->timed_out = true; in mt6359_auxadc_read_raw()
816 adc_dev->timed_out = false; in mt6359_auxadc_read_raw()
/linux/drivers/gpib/agilent_82357a/
H A Dagilent_82357a.h119 unsigned timed_out : 1; member
H A Dagilent_82357a.c46 context->timed_out = 1; in agilent_82357a_timeout_handler()
79 context->timed_out = 0; in agilent_82357a_send_bulk_msg()
97 if (context->timed_out) { in agilent_82357a_send_bulk_msg()
147 context->timed_out = 0; in agilent_82357a_receive_bulk_msg()
165 if (context->timed_out) { in agilent_82357a_receive_bulk_msg()
/linux/drivers/mmc/host/
H A Dcqhci-core.c910 bool timed_out; in cqhci_timeout() local
913 timed_out = slot->mrq == mrq; in cqhci_timeout()
914 if (timed_out) { in cqhci_timeout()
921 if (timed_out) { in cqhci_timeout()
927 return timed_out; in cqhci_timeout()
/linux/drivers/gpib/ni_usb/
H A Dni_usb_gpib.h60 unsigned timed_out : 1; member
H A Dni_usb_gpib.c100 context->timed_out = 1; in ni_usb_timeout_handler()
132 context->timed_out = 0; in ni_usb_nonblocking_send_bulk_msg()
151 if (context->timed_out) { in ni_usb_nonblocking_send_bulk_msg()
218 context->timed_out = 0; in ni_usb_nonblocking_receive_bulk_msg()
255 if (context->timed_out) { in ni_usb_nonblocking_receive_bulk_msg()
/linux/drivers/fsi/
H A Dfsi-sbefifo.c129 bool timed_out; member
151 return sysfs_emit(buf, "%d\n", sbefifo->timed_out ? 1 : 0); in timeout_show()
481 sbefifo->timed_out = true; in sbefifo_wait()
488 sbefifo->timed_out = false; in sbefifo_wait()
/linux/drivers/net/arcnet/
H A Darcnet.c827 lp->timed_out = 1; in arcnet_timeout()
951 if ((status & lp->intmask & TXFREEflag) || lp->timed_out) { in arcnet_interrupt()
965 if (lp->cur_tx != -1 && !lp->timed_out) { in arcnet_interrupt()
994 lp->timed_out = 0; in arcnet_interrupt()
H A Darcdevice.h255 int timed_out; /* need to process TX timeout and drop packet */ member
/linux/tools/testing/selftests/
H A Dkselftest_harness.h985 bool timed_out = false; in __wait_for_test() local
1006 timed_out = true; in __wait_for_test()
1019 if (timed_out) { in __wait_for_test()
/linux/drivers/scsi/aic94xx/
H A Daic94xx_tmf.c20 void (*timed_out)(struct timer_list *t)) in asd_enqueue_internal()
27 ascb->timer.function = timed_out; in asd_enqueue_internal()
/linux/drivers/md/dm-vdo/
H A Ddedupe.c2300 unsigned int timed_out = 0; in timeout_index_operations_callback() local
2331 timed_out++; in timeout_index_operations_callback()
2334 if (timed_out > 0) in timeout_index_operations_callback()
2335 report_dedupe_timeouts(completion->vdo->hash_zones, timed_out); in timeout_index_operations_callback()
/linux/fs/gfs2/
H A Dglock.c2148 bool timed_out = false; in gfs2_gl_hash_clear() local
2155 while (!timed_out) { in gfs2_gl_hash_clear()
2161 timed_out = time_after(jiffies, start + (HZ * 600)); in gfs2_gl_hash_clear()
2165 timed_out ? ":" : "; still waiting"); in gfs2_gl_hash_clear()
/linux/ipc/
H A Dsem.c1996 bool timed_out = false; in __do_semtimedop() local
2166 timed_out = !schedule_hrtimeout_range(exp, in __do_semtimedop()
2209 if (timed_out) in __do_semtimedop()
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c129 bool timed_out = false; in __nfp_net_reconfig_wait() local
141 while (!nfp_net_reconfig_check_done(nn, timed_out)) { in __nfp_net_reconfig_wait()
143 timed_out = time_is_before_eq_jiffies(deadline); in __nfp_net_reconfig_wait()
146 return timed_out; in __nfp_net_reconfig_wait()
/linux/drivers/net/ethernet/natsemi/
H A Dns83820.c1700 int timed_out = 0; local
1720 timed_out = 1;
1729 else if (timed_out)
/linux/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/kernel/sched/
H A Dext.c2731 bool timed_out = false; in check_rq_for_timeouts() local
2748 timed_out = true; in check_rq_for_timeouts()
2754 return timed_out; in check_rq_for_timeouts()
/linux/include/trace/events/
H A Dsunrpc.h2094 DEFINE_SVC_TLS_EVENT(timed_out);