| /linux/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/drivers/gpib/common/ ! |
| H A D | iblib.c | 570 int timed_out; member 578 winfo->timed_out = 1; in wait_timeout() 585 winfo->timed_out = 0; in init_wait_info() 602 if (winfo->timed_out) in wait_satisfied() 618 winfo->timed_out = 0; in start_wait_timer()
|
| /linux/drivers/input/serio/ ! |
| H A D | hil_mlc.c | 449 #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 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() 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 D | eventpoll.c | 1939 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 D | semaphore.c | 265 goto timed_out; in ___down_common() 276 timed_out: in ___down_common()
|
| /linux/drivers/iio/adc/ ! |
| H A D | mt6359-auxadc.c | 115 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/platform/x86/intel/ifs/ ! |
| H A D | runtest.c | 336 bool timed_out = false; in ifs_array_test_core() local 347 timed_out = true; in ifs_array_test_core() 361 else if (timed_out || command.array_bitmask) in ifs_array_test_core()
|
| /linux/arch/powerpc/platforms/pseries/ ! |
| H A D | plpks.c | 569 bool timed_out = true; in plpks_confirm_object_flushed() local 581 timed_out = false; in plpks_confirm_object_flushed() 588 timed_out = false; in plpks_confirm_object_flushed() 596 if (timed_out) in plpks_confirm_object_flushed()
|
| /linux/drivers/gpib/agilent_82357a/ ! |
| H A D | agilent_82357a.h | 119 unsigned timed_out : 1; member
|
| H A D | agilent_82357a.c | 46 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 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/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/drivers/gpib/ni_usb/ ! |
| H A D | ni_usb_gpib.h | 60 unsigned timed_out : 1; member
|
| H A D | ni_usb_gpib.c | 100 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/sound/atmel/ ! |
| H A D | ac97c.c | 646 goto timed_out; in atmel_ac97c_read() 659 goto timed_out; in atmel_ac97c_read() 662 timed_out: in atmel_ac97c_read()
|
| /linux/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/tools/testing/selftests/ ! |
| H A D | kselftest_harness.h | 985 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 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/drivers/md/dm-vdo/ ! |
| H A D | dedupe.c | 2300 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 D | glock.c | 2148 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 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/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()
|