Searched refs:stress (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/netbsd-tests/rump/rumpkern/
H A Dt_sp.sh44 test_case stress_short stress 1
45 test_case stress_long stress 2
46 test_case stress_killer stress 5 kill
71 stress() function
/freebsd-10.2-release/contrib/ofed/management/opensm/osmtest/
H A Dmain.c93 " f = flood the SA with queries according to the stress mode\n"
141 "--stress\n"
142 " This option runs the specified stress test instead\n"
150 " Without -s, stress testing is not performed\n\n");
309 {"stress", 1, NULL, 's'},
336 opt.stress = 0;
480 * Perform stress test.
482 opt.stress = strtol(optarg, NULL, 0);
484 switch (opt.stress) {
496 opt.stress);
[all...]
H A Dosmtest.c7202 switch (p_osmt->opt.stress) {
7204 case 1: /* small response SA query stress */
7209 "Small RMPP stress test failed (%s)\n",
7214 case 2: /* large response SA query stress */
7219 "Large RMPP stress test failed (%s)\n",
7224 case 3: /* large response Path Record SA query stress */
7238 "Large RMPP stress test failed (%s)\n",
7246 "Unknown stress test value %u\n",
7247 p_osmt->opt.stress);
/freebsd-10.2-release/contrib/ofed/management/opensm/osmtest/include/
H A Dosmtest.h82 uint32_t stress; member in struct:_osmtest_opt
/freebsd-10.2-release/contrib/netbsd-tests/kernel/
H A Dt_umountstress.sh29 TMPIM=umount-stress.im

Completed in 132 milliseconds