Home
last modified time | relevance | path

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

12

/linux-6.15/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-6.15/drivers/staging/gpib/common/
H A Diblib.c557 int timed_out; member
565 winfo->timed_out = 1; in wait_timeout()
572 winfo->timed_out = 0; in init_wait_info()
589 if (winfo->timed_out) in wait_satisfied()
605 winfo->timed_out = 0; in start_wait_timer()
/linux-6.15/drivers/input/serio/
H A Dhil_mlc.c448 #define EXPECT(comp, to, got, got_wrong, timed_out) \ argument
449 { HILSE_EXPECT, { .packet = comp }, to, got, got_wrong, timed_out },
450 #define EXPECT_LAST(comp, to, got, got_wrong, timed_out) \ argument
451 { HILSE_EXPECT_LAST, { .packet = comp }, to, got, got_wrong, timed_out },
452 #define EXPECT_DISC(comp, to, got, got_wrong, timed_out) \ argument
453 { HILSE_EXPECT_DISC, { .packet = comp }, to, got, got_wrong, timed_out },
454 #define IN(to, got, got_error, timed_out) \ argument
455 { HILSE_IN, { .packet = 0 }, to, got, got_error, timed_out },
/linux-6.15/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()
881 int timed_out = 0, count = 0; in do_poll() local
889 timed_out = 1; in do_poll()
892 if (end_time && !timed_out) in do_poll()
934 if (count || timed_out) in do_poll()
959 timed_out = 1; in do_poll()
H A Deventpoll.c2027 int res, eavail, timed_out = 0; in ep_poll() local
2043 timed_out = 1; in ep_poll()
2063 if (timed_out) in ep_poll()
2115 timed_out = !ep_schedule_timeout(to) || in ep_poll()
2136 if (timed_out) in ep_poll()
/linux-6.15/kernel/locking/
H A Dsemaphore.c226 goto timed_out; in ___down_common()
235 timed_out: in ___down_common()
/linux-6.15/arch/powerpc/platforms/pseries/
H A Dplpks.c395 bool timed_out = true; in plpks_confirm_object_flushed() local
407 timed_out = false; in plpks_confirm_object_flushed()
414 timed_out = false; in plpks_confirm_object_flushed()
422 if (timed_out) in plpks_confirm_object_flushed()
/linux-6.15/drivers/iio/adc/
H A Dmt6359-auxadc.c97 bool timed_out; member
526 if (adc_dev->timed_out) { in mt6359_auxadc_read_raw()
530 adc_dev->timed_out = true; in mt6359_auxadc_read_raw()
534 adc_dev->timed_out = false; in mt6359_auxadc_read_raw()
/linux-6.15/drivers/staging/gpib/agilent_82357a/
H A Dagilent_82357a.h119 unsigned timed_out : 1; member
H A Dagilent_82357a.c45 context->timed_out = 1; in agilent_82357a_timeout_handler()
78 context->timed_out = 0; in agilent_82357a_send_bulk_msg()
96 if (context->timed_out) { in agilent_82357a_send_bulk_msg()
146 context->timed_out = 0; in agilent_82357a_receive_bulk_msg()
164 if (context->timed_out) { in agilent_82357a_receive_bulk_msg()
/linux-6.15/drivers/platform/x86/intel/ifs/
H A Druntest.c335 bool timed_out = false; in ifs_array_test_core() local
346 timed_out = true; in ifs_array_test_core()
360 else if (timed_out || command.array_bitmask) in ifs_array_test_core()
/linux-6.15/drivers/staging/gpib/ni_usb/
H A Dni_usb_gpib.h60 unsigned timed_out : 1; member
H A Dni_usb_gpib.c98 context->timed_out = 1; in ni_usb_timeout_handler()
130 context->timed_out = 0; in ni_usb_nonblocking_send_bulk_msg()
149 if (context->timed_out) { in ni_usb_nonblocking_send_bulk_msg()
216 context->timed_out = 0; in ni_usb_nonblocking_receive_bulk_msg()
251 if (context->timed_out) { in ni_usb_nonblocking_receive_bulk_msg()
/linux-6.15/tools/testing/selftests/
H A Dkselftest_harness.h917 bool timed_out; /* did this test timeout instead of exiting? */ member
985 t->timed_out = true; in __timeout_handler()
1014 t->timed_out = false; in __wait_for_test()
1035 if (t->timed_out) { in __wait_for_test()
/linux-6.15/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()
H A Dsdhci-tegra.c1190 bool timed_out; in tegra_cqhci_writel() local
1207 timed_out = ktime_compare(ktime_get(), timeout) > 0; in tegra_cqhci_writel()
1209 if (!(ctrl & CQHCI_HALT) || timed_out) in tegra_cqhci_writel()
1216 if (timed_out) in tegra_cqhci_writel()
/linux-6.15/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-6.15/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-6.15/sound/atmel/
H A Dac97c.c651 goto timed_out; in atmel_ac97c_read()
664 goto timed_out; in atmel_ac97c_read()
667 timed_out: in atmel_ac97c_read()
/linux-6.15/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-6.15/drivers/md/dm-vdo/
H A Ddedupe.c2298 unsigned int timed_out = 0; in timeout_index_operations_callback() local
2329 timed_out++; in timeout_index_operations_callback()
2332 if (timed_out > 0) in timeout_index_operations_callback()
2333 report_dedupe_timeouts(completion->vdo->hash_zones, timed_out); in timeout_index_operations_callback()
/linux-6.15/fs/gfs2/
H A Dglock.c2207 bool timed_out = false; in gfs2_gl_hash_clear() local
2214 while (!timed_out) { in gfs2_gl_hash_clear()
2220 timed_out = time_after(jiffies, start + (HZ * 600)); in gfs2_gl_hash_clear()
2224 timed_out ? ":" : "; still waiting"); in gfs2_gl_hash_clear()
/linux-6.15/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-6.15/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()

12