Searched refs:test_timeout (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/testing/selftests/futex/functional/ |
H A D | futex_wait_timeout.c | 64 static void test_timeout(int res, int *ret, char *test_name, int err) in test_timeout() function 144 test_timeout(res, &ret, "futex_wait relative", ETIMEDOUT); in main() 150 test_timeout(res, &ret, "futex_wait_bitset realtime", ETIMEDOUT); in main() 156 test_timeout(res, &ret, "futex_wait_bitset monotonic", ETIMEDOUT); in main() 162 test_timeout(res, &ret, "futex_wait_requeue_pi realtime", ETIMEDOUT); in main() 168 test_timeout(res, &ret, "futex_wait_requeue_pi monotonic", ETIMEDOUT); in main() 186 test_timeout(res, &ret, "futex_lock_pi realtime", ETIMEDOUT); in main() 190 test_timeout(res, &ret, "futex_lock_pi invalid timeout flag", ENOSYS); in main() 196 test_timeout(res, &ret, "futex_waitv monotonic", ETIMEDOUT); in main() 202 test_timeout(res, &ret, "futex_waitv realtime", ETIMEDOUT); in main()
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/ |
H A D | test_decorators.py | 118 def test_timeout(self): member in TestTimeoutDecorator
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
H A D | 0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch | 42 def test_timeout(self):
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | runcmd.py | 78 def test_timeout(self): member in RunCmdTests
|
/openbmc/linux/tools/testing/selftests/netfilter/ |
H A D | nft_concat_range.sh | 1409 test_timeout() { function
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ethtool.c | 3958 test_info->timeout = le16_to_cpu(resp->test_timeout); in bnxt_ethtool_init()
|
H A D | bnxt_hsi.h | 9828 __le16 test_timeout; member
|