Searched refs:poll_timeout (Results 1 – 15 of 15) 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 | 46 static int poll_timeout = 10 * 1000; variable 636 switch (poll(&fds, 1, poll_timeout)) { in copyfd_io_poll() 1088 switch (poll(&polls, 1, poll_timeout)) { in main_loop_s() 1254 if (i > poll_timeout) in xdisconnect() 1455 poll_timeout = atoi(optarg) * 1000; in parse_opts() 1456 if (poll_timeout <= 0) in parse_opts() 1457 poll_timeout = -1; in parse_opts()
|
/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_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 | 3721 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 | 2236 poll_time = crb_entry->crb_strd.poll_timeout; in qla4_8xxx_minidump_process_control()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | cmd.c | 276 static void poll_timeout(struct mlx5_cmd_work_ent *ent) in poll_timeout() function 1066 poll_timeout(ent); in cmd_work_handler()
|
/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()
|
/linux/drivers/s390/crypto/ |
H A D | ap_bus.c | 1354 static BUS_ATTR_RW(poll_timeout);
|