| /linux-6.15/drivers/media/radio/si470x/ |
| H A D | radio-si470x-common.c | 197 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 D | iblib.c | 557 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 D | hil_mlc.c | 448 #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 D | select.c | 488 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 D | eventpoll.c | 2027 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 D | semaphore.c | 226 goto timed_out; in ___down_common() 235 timed_out: in ___down_common()
|
| /linux-6.15/arch/powerpc/platforms/pseries/ |
| H A D | plpks.c | 395 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 D | mt6359-auxadc.c | 97 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 D | agilent_82357a.h | 119 unsigned timed_out : 1; member
|
| H A D | agilent_82357a.c | 45 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 D | runtest.c | 335 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 D | ni_usb_gpib.h | 60 unsigned timed_out : 1; member
|
| H A D | ni_usb_gpib.c | 98 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 D | kselftest_harness.h | 917 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 D | cqhci-core.c | 910 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 D | sdhci-tegra.c | 1190 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 D | fsi-sbefifo.c | 129 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 D | arcnet.c | 827 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 D | arcdevice.h | 255 int timed_out; /* need to process TX timeout and drop packet */ member
|
| /linux-6.15/sound/atmel/ |
| H A D | ac97c.c | 651 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 D | aic94xx_tmf.c | 20 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 D | dedupe.c | 2298 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 D | glock.c | 2207 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 D | sem.c | 1996 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 D | nfp_net_common.c | 129 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()
|