Searched refs:poll_timeout (Results 1 – 12 of 12) sorted by relevance
| /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 649 switch (poll(&fds, 1, poll_timeout)) { in copyfd_io_poll() 1191 switch (poll(&polls, 1, poll_timeout)) { in main_loop_s() 1357 if (i > poll_timeout) in xdisconnect() 1564 poll_timeout = atoi(optarg) * 1000; in parse_opts() 1565 if (poll_timeout <= 0) in parse_opts() 1566 poll_timeout = -1; in parse_opts()
|
| /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/scsi/qla2xxx/ |
| H A D | qla_nx2.h | 304 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/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()
|