/linux/tools/testing/selftests/drivers/net/mlxsw/ |
A D | rtnetlink.sh | 40 : ${TIMEOUT:=20000} # ms 281 busywait "$TIMEOUT" wait_for_offload \ 286 busywait "$TIMEOUT" wait_for_offload \ 291 busywait "$TIMEOUT" wait_for_offload \ 326 busywait "$TIMEOUT" wait_for_offload \ 329 busywait "$TIMEOUT" wait_for_offload \ 334 busywait "$TIMEOUT" wait_for_offload \ 337 busywait "$TIMEOUT" wait_for_offload \ 372 busywait "$TIMEOUT" wait_for_offload \ 817 busywait "$TIMEOUT" wait_for_trap \ [all …]
|
A D | vxlan.sh | 12 : ${TIMEOUT:=20000} # ms 562 busywait "$TIMEOUT" wait_for_offload \ 567 busywait "$TIMEOUT" wait_for_offload \ 581 busywait "$TIMEOUT" wait_for_offload \ 586 busywait "$TIMEOUT" wait_for_offload \ 600 busywait "$TIMEOUT" wait_for_offload \ 609 busywait "$TIMEOUT" wait_for_offload \ 620 busywait "$TIMEOUT" wait_for_offload \ 629 busywait "$TIMEOUT" wait_for_offload \ 648 busywait "$TIMEOUT" wait_for_offload \ [all …]
|
A D | ethtool_lanes.sh | 12 : ${TIMEOUT:=30000} # ms 24 busywait "$TIMEOUT" wait_for_port_up ethtool $swp2 125 busywait "$TIMEOUT" wait_for_port_up ethtool $swp2 163 busywait "$TIMEOUT" wait_for_port_up ethtool $swp2
|
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
|
A D | router_scale.sh | 5 : ${TIMEOUT:=20000} # ms 121 delta=$(busywait "$TIMEOUT" wait_for_routes $t0 $route_count)
|
/linux/arch/arm/mach-sa1100/ |
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/powerpc/security/ |
A D | mitigation-patching.sh | 5 TIMEOUT=10 19 while [[ $((now-start)) -lt "$TIMEOUT" ]] 61 "$stress" -m "$(nproc)" -t "$TIMEOUT" &
|
/linux/tools/testing/selftests/bpf/ |
A D | test_tc_edt.sh | 66 declare -ir TIMEOUT=20 74 ip netns exec ${NS_SRC} bash -c "timeout ${TIMEOUT} dd if=/dev/zero \ 81 declare -ir ACTUAL_BPS=$(( ($RX_BYTES_END - $RX_BYTES_START) / $TIMEOUT )) 83 echo $TIMEOUT $ACTUAL_BPS $EXPECTED_BPS | \
|
/linux/drivers/net/plip/ |
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() 630 return TIMEOUT; in plip_receive_packet() 666 return TIMEOUT; in plip_receive_packet() 823 return TIMEOUT; in plip_send_packet() 830 return TIMEOUT; in plip_send_packet() [all …]
|
/linux/tools/testing/vsock/ |
A D | util.c | 68 nfds = epoll_wait(epollfd, &ev, 1, TIMEOUT * 1000); in vsock_wait_remote_close() 106 timeout_begin(TIMEOUT); in vsock_connect() 172 timeout_begin(TIMEOUT); in vsock_accept() 226 timeout_begin(TIMEOUT); in send_byte() 275 timeout_begin(TIMEOUT); in recv_byte()
|
A D | control.c | 119 timeout_begin(TIMEOUT); in control_writeln() 156 timeout_begin(TIMEOUT); in control_readln()
|
A D | timeout.h | 7 TIMEOUT = 10 /* seconds */ enumerator
|
A D | vsock_test.c | 41 timeout_begin(TIMEOUT); in test_stream_connection_reset() 80 timeout_begin(TIMEOUT); in test_stream_bind_only_client()
|
/linux/arch/x86/kernel/ |
A D | nmi_selftest.c | 24 #define TIMEOUT 2 macro 89 nmi_fail = TIMEOUT; in test_nmi_ipi() 124 else if (nmi_fail == TIMEOUT) in dotest()
|
/linux/drivers/media/tuners/ |
A D | it913x.c | 78 #define TIMEOUT 50 in it913x_init() macro 79 timeout = jiffies + msecs_to_jiffies(TIMEOUT); in it913x_init() 92 (jiffies_to_msecs(timeout) - TIMEOUT), utmp); in it913x_init() 106 #define TIMEOUT 50 in it913x_init() macro 107 timeout = jiffies + msecs_to_jiffies(TIMEOUT); in it913x_init() 119 (jiffies_to_msecs(timeout) - TIMEOUT), utmp); in it913x_init()
|
/linux/tools/testing/selftests/powerpc/mm/ |
A D | stress_code_patching.sh | 4 TIMEOUT=30 30 END_TIME=`expr $START_TIME + $TIMEOUT`
|
/linux/tools/testing/selftests/powerpc/signal/ |
A D | signal_tm.c | 21 #define TIMEOUT 10 macro 71 alarm(TIMEOUT); in test_signal_tm()
|
A D | signal.c | 21 #define TIMEOUT 5 macro 84 alarm(TIMEOUT); in test_signal()
|
/linux/drivers/gpu/drm/i915/gt/ |
A D | intel_reset.h | 72 #define intel_wedge_on_timeout(W, GT, TIMEOUT) \ argument 73 for (__intel_init_wedge((W), (GT), (TIMEOUT), __func__); \
|
/linux/drivers/net/ethernet/freescale/ |
A D | xgmac_mdio.c | 28 #define TIMEOUT 1000 macro 86 timeout = TIMEOUT; in xgmac_wait_until_free() 111 timeout = TIMEOUT; in xgmac_wait_until_done()
|
/linux/drivers/media/platform/qcom/venus/ |
A D | hfi.c | 18 #define TIMEOUT msecs_to_jiffies(1000) macro 65 ret = wait_for_completion_timeout(&core->done, TIMEOUT); in hfi_core_init() 148 ret = wait_for_completion_timeout(&core->done, TIMEOUT); in hfi_core_ping() 165 ret = wait_for_completion_timeout(&inst->done, TIMEOUT); in wait_session_msg()
|
/linux/sound/pci/asihpi/ |
A D | hpi6000.c | 117 #define TIMEOUT 500000 macro 1306 timeout = TIMEOUT; in hpi6000_message_response_sequence() 1337 timeout = TIMEOUT; in hpi6000_message_response_sequence() 1352 timeout = TIMEOUT; in hpi6000_message_response_sequence() 1546 u32 timeout = TIMEOUT; in hpi6000_send_host_command() 1597 timeout = TIMEOUT; in hpi6000_wait_dsp_ack() 1607 timeout = TIMEOUT; in hpi6000_wait_dsp_ack() 1641 timeout = TIMEOUT; in hpi6000_update_control_cache() 1657 timeout = TIMEOUT; in hpi6000_update_control_cache()
|
/linux/kernel/locking/ |
A D | test-ww_mutex.c | 59 #define TIMEOUT (HZ / 16) in __test_mutex() macro 79 unsigned long timeout = jiffies + TIMEOUT; in __test_mutex() 90 ret = wait_for_completion_timeout(&mtx.done, TIMEOUT); in __test_mutex() 104 #undef TIMEOUT in __test_mutex()
|
/linux/drivers/staging/fieldbus/anybuss/ |
A D | host.c | 164 #define TIMEOUT (HZ * 2) macro 504 if (time_after(jiffies, t->start_jiffies + TIMEOUT)) { in task_fn_power_on_2() 558 if (time_after(jiffies, t->start_jiffies + TIMEOUT)) in task_fn_area_3() 576 if (time_after(jiffies, t->start_jiffies + TIMEOUT)) { in task_fn_area_2() 706 if (time_after(jiffies, t->start_jiffies + TIMEOUT)) in task_fn_mbox_2() 731 if (time_after(jiffies, t->start_jiffies + TIMEOUT)) in task_fn_mbox() 1328 if (!wait_for_completion_timeout(&cd->card_boot, TIMEOUT)) { in anybuss_host_common_probe()
|
/linux/scripts/ |
A D | leaking_addresses.pl | 39 my $TIMEOUT = 10; 433 alarm $TIMEOUT;
|