| /linux/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | vxlan.sh | 37 : ${TIMEOUT:=20000} # ms 485 busywait "$TIMEOUT" wait_for_offload grep_bridge_fdb 00:00:00:00:00:00 \ 501 busywait "$TIMEOUT" wait_for_offload grep_bridge_fdb \ 504 busywait "$TIMEOUT" wait_for_offload grep_bridge_fdb \ 515 busywait "$TIMEOUT" not wait_for_offload grep_bridge_fdb \ 526 busywait "$TIMEOUT" wait_for_offload grep_bridge_fdb \ 529 busywait "$TIMEOUT" wait_for_offload grep_bridge_fdb \ 540 busywait "$TIMEOUT" not wait_for_offload grep_bridge_fdb \ 551 busywait "$TIMEOUT" wait_for_offload grep_bridge_fdb \ 554 busywait "$TIMEOUT" wait_for_offload grep_bridge_fdb \ [all …]
|
| H A D | ethtool_lanes.sh | 13 : ${TIMEOUT:=30000} # ms 25 busywait "$TIMEOUT" wait_for_port_up ethtool $swp2 28 busywait $TIMEOUT sh -c "ethtool $swp1 | grep -q Lanes:" 127 busywait $TIMEOUT sh -c "ethtool $swp1 | grep -q Lanes:" 166 busywait $TIMEOUT sh -c "ethtool $swp1 | grep -q Lanes:"
|
| H A D | blackhole_routes.sh | 48 : ${TIMEOUT:=20000} # ms 127 busywait "$TIMEOUT" wait_for_offload ip -4 route show 198.51.100.0/30 151 busywait "$TIMEOUT" wait_for_offload ip -6 route show 2001:db8:2::/120
|
| H A D | router_scale.sh | 5 : ${TIMEOUT:=20000} # ms 121 delta=$(busywait "$TIMEOUT" wait_for_routes $t0 $route_count)
|
| /linux/arch/arm/mach-sa1100/ |
| H A D | ssp.c | 23 #define TIMEOUT 100000 macro 53 int timeout = TIMEOUT; in ssp_write_word() 63 timeout = TIMEOUT; in ssp_write_word() 90 int timeout = TIMEOUT; in ssp_read_word() 117 int timeout = TIMEOUT * 2; in ssp_flush()
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | ethtool_extended_state.sh | 15 TIMEOUT=$((WAIT_TIMEOUT * 1000)) # ms 54 msg=$(busywait $TIMEOUT ethtool_ext_state $swp1 \ 79 msg=$(busywait $TIMEOUT ethtool_ext_state $swp1 \ 83 msg=$(busywait $TIMEOUT ethtool_ext_state $swp2 \ 104 msg=$(busywait $TIMEOUT ethtool_ext_state $swp3 "No cable")
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_tc_edt.sh | |
| /linux/tools/testing/selftests/net/tcp_ao/ |
| H A D | connect-deny.c | 58 if (!fault(TIMEOUT)) in try_accept() 66 if (fault(TIMEOUT)) in try_accept() 73 if (fault(TIMEOUT)) in try_accept() 192 } else if (ret == -ETIMEDOUT && fault(TIMEOUT)) { in try_connect() 195 (fault(TIMEOUT) || fault(KEYREJECT))) { in try_connect() 203 if (fault(TIMEOUT) || fault(KEYREJECT)) in try_connect()
|
| H A D | restore.c | 26 if (fault(TIMEOUT)) in try_server_run() 55 if (fault(TIMEOUT)) { in try_server_run() 147 if (fault(TIMEOUT)) in test_sk_restore() 168 if (fault(TIMEOUT)) in test_sk_restore() 173 if (fault(TIMEOUT)) in test_sk_restore()
|
| H A D | unsigned-md5.c | 76 if (!fault(TIMEOUT)) in try_accept() 84 if (fault(TIMEOUT)) in try_accept() 91 if (fault(TIMEOUT)) in try_accept() 297 else if (ret == -ETIMEDOUT && fault(TIMEOUT)) in try_connect() 300 (fault(TIMEOUT) || fault(KEYREJECT))) in try_connect() 307 if (fault(TIMEOUT) || fault(KEYREJECT)) in try_connect()
|
| /linux/tools/tracing/rtla/tests/ |
| H A D | engine.sh | 56 result=$(eval stdbuf -oL $TIMEOUT "$RTLA" $2 2>&1); exitcode=$? 117 TIMEOUT="timeout -v -k 15s $1" 121 unset TIMEOUT
|
| /linux/drivers/net/plip/ |
| H A D | plip.c | 348 #define TIMEOUT 1 macro 424 return TIMEOUT; in plip_bh_timeout_error() 443 return TIMEOUT; in plip_bh_timeout_error() 471 return TIMEOUT; in plip_bh_timeout_error() 502 return TIMEOUT; in plip_receive() 520 return TIMEOUT; in plip_receive() 622 return TIMEOUT; in plip_receive_packet() 630 return TIMEOUT; in plip_receive_packet() 655 return TIMEOUT; in plip_receive_packet() 666 return TIMEOUT; in plip_receive_packet() [all …]
|
| /linux/tools/testing/selftests/powerpc/mm/ |
| H A D | stress_code_patching.sh | 4 TIMEOUT=30 30 END_TIME=`expr $START_TIME + $TIMEOUT`
|
| /linux/tools/testing/selftests/powerpc/signal/ |
| H A D | signal_tm.c | 21 #define TIMEOUT 10 macro 71 alarm(TIMEOUT); in test_signal_tm()
|
| H A D | signal.c | 21 #define TIMEOUT 5 macro 84 alarm(TIMEOUT); in test_signal()
|
| /linux/tools/testing/kunit/ |
| H A D | run_checks.py | 20 TIMEOUT = datetime.timedelta(minutes=5).total_seconds() variable 77 subprocess.check_output(argv, stderr=subprocess.STDOUT, cwd=ABS_TOOL_PATH, timeout=TIMEOUT)
|
| /linux/tools/testing/vsock/ |
| H A D | util.c | 87 nfds = epoll_wait(epollfd, &ev, 1, TIMEOUT * 1000); in vsock_wait_remote_close() 115 timeout_begin(TIMEOUT); in vsock_ioctl_int() 191 timeout_begin(TIMEOUT); in vsock_connect_fd() 282 timeout_begin(TIMEOUT); in vsock_accept() 342 timeout_begin(TIMEOUT); in send_buf() 394 timeout_begin(TIMEOUT); in recv_buf()
|
| H A D | control.c | 116 timeout_begin(TIMEOUT); in control_writeln() 181 timeout_begin(TIMEOUT); in control_readln()
|
| H A D | timeout.h | 7 TIMEOUT = 10 /* seconds */ enumerator
|
| H A D | vsock_test.c | 55 timeout_begin(TIMEOUT); in test_stream_connection_reset() 94 timeout_begin(TIMEOUT); in test_stream_bind_only_client() 1077 timeout_begin(TIMEOUT); in test_stream_check_sigpipe() 1103 timeout_begin(TIMEOUT); in test_stream_check_sigpipe() 1224 timeout_begin(TIMEOUT); in test_double_bind_connect_server() 2149 #define LINGER_TIMEOUT (TIMEOUT / 2) in test_stream_nolinger_client()
|
| /linux/sound/pci/asihpi/ |
| H A D | hpi6000.c | 117 #define TIMEOUT 500000 macro 1304 timeout = TIMEOUT; in hpi6000_message_response_sequence() 1335 timeout = TIMEOUT; in hpi6000_message_response_sequence() 1350 timeout = TIMEOUT; in hpi6000_message_response_sequence() 1544 u32 timeout = TIMEOUT; in hpi6000_send_host_command() 1595 timeout = TIMEOUT; in hpi6000_wait_dsp_ack() 1605 timeout = TIMEOUT; in hpi6000_wait_dsp_ack() 1639 timeout = TIMEOUT; in hpi6000_update_control_cache() 1655 timeout = TIMEOUT; in hpi6000_update_control_cache()
|
| /linux/drivers/net/ethernet/freescale/ |
| H A D | xgmac_mdio.c | 29 #define TIMEOUT 1000 macro 91 timeout = TIMEOUT; in xgmac_wait_until_free() 116 timeout = TIMEOUT; in xgmac_wait_until_done()
|
| /linux/scripts/ |
| H A D | leaking_addresses.pl | 40 my $TIMEOUT = 10; 464 alarm $TIMEOUT;
|
| /linux/drivers/char/ |
| H A D | dsp56k.c | 48 #define TIMEOUT 10 /* Host port timeout in number of tries */ macro 443 dsp56k.timeout = TIMEOUT; in dsp56k_open()
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | si2168.c | 43 #define TIMEOUT 70 in si2168_cmd_execute() macro 44 timeout = jiffies + msecs_to_jiffies(TIMEOUT); in si2168_cmd_execute() 61 (jiffies_to_msecs(timeout) - TIMEOUT)); in si2168_cmd_execute()
|