| /linux/drivers/base/regmap/ |
| H A D | regmap-spi-avmm.c | 365 unsigned long poll_timeout; in br_do_rx_and_pkt_phy_parse() local 370 poll_timeout = jiffies + SPI_AVMM_XFER_TIMEOUT; in br_do_rx_and_pkt_phy_parse() 466 poll_timeout = jiffies + SPI_AVMM_XFER_TIMEOUT; in br_do_rx_and_pkt_phy_parse() 481 if (time_after(jiffies, poll_timeout)) in br_do_rx_and_pkt_phy_parse()
|
| /linux/drivers/fpga/ |
| H A D | intel-m10-bmc-sec-update.c | 415 unsigned long poll_timeout; in rsu_prog_ready() local 423 poll_timeout = jiffies + msecs_to_jiffies(RSU_PREP_TIMEOUT_MS); in rsu_prog_ready() 426 if (time_after(jiffies, poll_timeout)) in rsu_prog_ready() 611 unsigned long poll_timeout; in m10bmc_sec_poll_complete() local 624 poll_timeout = jiffies + msecs_to_jiffies(RSU_COMPLETE_TIMEOUT_MS); in m10bmc_sec_poll_complete() 628 } while (ret == -EAGAIN && !time_after(jiffies, poll_timeout)); in m10bmc_sec_poll_complete()
|
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_connect.c | 47 static int poll_timeout = 10 * 1000; variable 651 switch (poll(&fds, 1, poll_timeout)) { in copyfd_io_poll() 1120 switch (poll(&polls, 1, poll_timeout)) { in main_loop_s() 1286 if (i > poll_timeout) in xdisconnect() 1490 poll_timeout = atoi(optarg) * 1000; in parse_opts() 1491 if (poll_timeout <= 0) in parse_opts() 1492 poll_timeout = -1; in parse_opts()
|
| /linux/drivers/mmc/host/ |
| H A D | jz4740_mmc.c | 533 goto poll_timeout; in jz4740_mmc_write_data() 549 goto poll_timeout; in jz4740_mmc_write_data() 563 poll_timeout: in jz4740_mmc_write_data() 590 goto poll_timeout; in jz4740_mmc_read_data() 608 goto poll_timeout; in jz4740_mmc_read_data() 634 poll_timeout: in jz4740_mmc_read_data()
|
| /linux/drivers/usb/musb/ |
| H A D | musb_dsps.c | 83 unsigned poll_timeout; member 140 wait = msecs_to_jiffies(glue->wrp->poll_timeout); in dsps_mod_timer() 954 .poll_timeout = 2000, /* ms */
|
| /linux/tools/testing/selftests/net/ |
| H A D | udpgso_bench_tx.c | 240 unsigned long poll_timeout, const bool poll_err) in flush_errqueue() argument 247 ret = poll(&fds, 1, poll_timeout); in flush_errqueue()
|
| /linux/drivers/tty/serial/ |
| H A D | amba-pl011.c | 240 unsigned int poll_timeout; member 504 uap->dmarx.poll_timeout = in pl011_dma_probe() 507 uap->dmarx.poll_timeout = 3000; in pl011_dma_probe() 519 uap->dmarx.poll_timeout = x; in pl011_dma_probe() 521 uap->dmarx.poll_timeout = 3000; in pl011_dma_probe() 1078 > uap->dmarx.poll_timeout) { in pl011_dma_rx_poll()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_nx2.h | 304 uint16_t poll_timeout; member
|
| H A D | qla_nx.h | 1040 uint16_t poll_timeout; member
|
| H A D | qla_nx2.c | 2248 poll_time = crb_entry->crb_strd.poll_timeout; in qla8044_minidump_process_control()
|
| H A D | qla_nx.c | 3671 poll_time = crb_entry->crb_strd.poll_timeout; in qla82xx_minidump_process_control()
|
| /linux/drivers/net/wireless/atmel/ |
| H A D | at76c50x-usb.c | 298 unsigned char poll_timeout[3]; member 353 return msecs_to_jiffies((s->poll_timeout[2] << 16) in at76_get_timeout() 354 | (s->poll_timeout[1] << 8) in at76_get_timeout() 355 | (s->poll_timeout[0])); in at76_get_timeout()
|
| /linux/drivers/scsi/qla4xxx/ |
| H A D | ql4_nx.h | 891 uint16_t poll_timeout; member
|
| H A D | ql4_nx.c | 2231 poll_time = crb_entry->crb_strd.poll_timeout; in qla4_8xxx_minidump_process_control()
|
| /linux/drivers/net/ethernet/qlogic/netxen/ |
| H A D | netxen_nic.h | 1408 u16 poll_timeout; member
|
| H A D | netxen_nic_hw.c | 1981 timeout = crtEntry->poll_timeout; in netxen_md_cntrl()
|