Home
last modified time | relevance | path

Searched refs:TIMEOUT (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/app/test/
H A Dautotest_test_funcs.py45 pexpect.TIMEOUT], timeout=10)
75 pexpect.TIMEOUT], timeout=5)
108 pexpect.TIMEOUT], timeout=10)
145 pexpect.TIMEOUT], timeout=5)
178 pexpect.TIMEOUT], timeout=5)
215 pexpect.TIMEOUT], timeout=10)
225 pexpect.TIMEOUT], timeout=10)
235 pexpect.TIMEOUT], timeout=5)
244 pexpect.TIMEOUT], timeout=5)
253 pexpect.TIMEOUT], timeout=5)
[all …]
H A Dautotest_runner.py22 result = child.expect(["RTE>>", pexpect.TIMEOUT, pexpect.EOF],
/f-stack/app/redis-5.0.5/utils/create-cluster/
H A Dcreate-cluster5 TIMEOUT=2000
25 …led yes --cluster-config-file nodes-${PORT}.conf --cluster-node-timeout $TIMEOUT --appendonly yes …
/f-stack/dpdk/lib/librte_power/
H A Dguest_channel.c25 #define TIMEOUT 10 macro
171 ret = poll(&fds, 1, TIMEOUT); in power_guest_channel_read_msg()
/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dunidef.h46 UNI_DEBUG_DEFINE(TIMEOUT) \
/f-stack/dpdk/doc/guides/tools/
H A Dtestbbdev.rst21 test-bbdev.py [-h] [-p TESTAPP_PATH] [-e EAL_PARAMS] [-t TIMEOUT]
44 ``-t TIMEOUT, --timeout TIMEOUT``
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib2176 typeset -i TIMEOUT=$1
2182 log_must sleep $TIMEOUT
2184 log_note "Killing child processes after ${TIMEOUT} stress timeout."