Home
last modified time | relevance | path

Searched refs:poll_timeout (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/base/regmap/
H A Dregmap-spi-avmm.c365 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 Dintel-m10-bmc-sec-update.c415 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 Dmptcp_connect.c47 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 Dmusb_dsps.c83 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 Dudpgso_bench_tx.c240 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 Dqla_nx2.h304 uint16_t poll_timeout; member
H A Dqla_nx2.c2248 poll_time = crb_entry->crb_strd.poll_timeout; in qla8044_minidump_process_control()
H A Dqla_nx.c3671 poll_time = crb_entry->crb_strd.poll_timeout; in qla82xx_minidump_process_control()
/linux/drivers/scsi/qla4xxx/
H A Dql4_nx.h891 uint16_t poll_timeout; member
H A Dql4_nx.c2231 poll_time = crb_entry->crb_strd.poll_timeout; in qla4_8xxx_minidump_process_control()
/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic.h1408 u16 poll_timeout; member
H A Dnetxen_nic_hw.c1981 timeout = crtEntry->poll_timeout; in netxen_md_cntrl()