Home
last modified time | relevance | path

Searched refs:TST_TOTAL (Results 1 - 25 of 515) sorted by relevance

12345678910>>...21

/third_party/ltp/testcases/network/stress/route/
H A Droute4-rmmod50 TST_TOTAL=2
51 export TST_TOTAL
60 . check_envval || exit $TST_TOTAL
125 exit $TST_TOTAL
138 exit $TST_TOTAL
154 exit $TST_TOTAL
160 exit $TST_TOTAL
175 exit $TST_TOTAL
H A Droute6-rmmod50 TST_TOTAL=2
51 export TST_TOTAL
60 . check_envval || exit $TST_TOTAL
121 exit $TST_TOTAL
142 exit $TST_TOTAL
150 exit $TST_TOTAL
156 exit $TST_TOTAL
171 exit $TST_TOTAL
/third_party/ltp/testcases/lib/
H A Dcmdlib.sh55 TST_TOTAL=${TST_TOTAL:=1}
56 export TCID TST_COUNT TST_TOTAL
58 for varname in TST_TOTAL; do
/third_party/ltp/testcases/kernel/controllers/freezer/
H A Drun_freezer.sh66 TST_TOTAL=$(( ${#TEST_SCRIPTS[@]} + 0 ))
69 export LTPBIN PATH TCID TST_COUNT TST_TOTAL CGROUPS_TESTROOT
101 export TST_TOTAL=$(( ${#TEST_SCRIPTS[@]} + 0 ))
129 declare -r TST_TOTAL && \
H A Dfreeze_self_thaw.sh29 SETS_DEFAULTS="${TCID=freeze_self_thaw.sh} ${TST_COUNT=1} ${TST_TOTAL=1}"
32 declare -r TST_TOTAL
33 export TCID TST_COUNT TST_TOTAL
H A Dlibltp76 #echo "LTP log: $cmd ${TCID} ${TST_COUNT}/${TST_TOTAL}: $tag $msg" 1>&$out_fd
77 echo "${TCID} ${TST_COUNT}/${TST_TOTAL}: $tag $msg" 1>&$out_fd
101 export TCID TST_COUNT TST_TOTAL
/third_party/ltp/testcases/kernel/syscalls/ulimit/
H A Dulimit01.c122 int TST_TOTAL = 6; variable
159 TST_TOTAL = sizeof(Scenarios) / sizeof(struct limits_t); in main()
178 for (i = 0; i < TST_TOTAL; i++) { in main()
215 for (tmp = i + 1; tmp < TST_TOTAL; in main()
/third_party/ltp/testcases/network/stress/udp/uni-basic/
H A Dudp4-uni-basic0151 TST_TOTAL=1
55 export TST_TOTAL
65 . check_envval || exit $TST_TOTAL
148 exit $TST_TOTAL
153 exit $TST_TOTAL
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify02.c34 #define TST_TOTAL 8 macro
124 if (TST_TOTAL != tst_count) { in test01()
126 "TST_TOTAL and tst_count are not equal"); in test01()
137 if (test_num >= TST_TOTAL) { in test01()
173 for (; test_num < TST_TOTAL; test_num++) { in test01()
H A Dfanotify01.c34 #define TST_TOTAL 12 macro
236 if (TST_TOTAL != tst_count) { in test_fanotify()
238 "TST_TOTAL (%d) and tst_count (%d) are not " in test_fanotify()
239 "equal", TST_TOTAL, tst_count); in test_fanotify()
250 if (test_num >= TST_TOTAL) { in test_fanotify()
318 for (; test_num < TST_TOTAL; test_num++) { in test_fanotify()
/third_party/ltp/testcases/network/stress/tcp/multi-diffnic/
H A Dtcp4-multi-diffnic0152 TST_TOTAL=1
56 export TST_TOTAL
66 . check_envval || exit $TST_TOTAL
201 exit $TST_TOTAL
206 exit $TST_TOTAL
/third_party/ltp/testcases/network/stress/tcp/multi-sameport/
H A Dtcp4-multi-sameport0152 TST_TOTAL=1
56 export TST_TOTAL
66 . check_envval || exit $TST_TOTAL
177 exit $TST_TOTAL
183 exit $TST_TOTAL
/third_party/ltp/testcases/network/stress/icmp/multi-diffip/
H A Dicmp4-multi-diffip0151 TST_TOTAL=1
55 export TST_TOTAL
65 . check_envval || exit $TST_TOTAL
157 exit $TST_TOTAL
163 exit $TST_TOTAL
/third_party/ltp/testcases/network/stress/tcp/multi-diffport/
H A Dtcp4-multi-diffport0152 TST_TOTAL=1
56 export TST_TOTAL
66 . check_envval || exit $TST_TOTAL
177 exit $TST_TOTAL
183 exit $TST_TOTAL
/third_party/ltp/testcases/network/stress/udp/multi-diffport/
H A Dudp4-multi-diffport0151 TST_TOTAL=1
55 export TST_TOTAL
65 . check_envval || exit $TST_TOTAL
152 exit $TST_TOTAL
158 exit $TST_TOTAL
/third_party/ltp/testcases/network/stress/udp/multi-diffnic/
H A Dudp4-multi-diffnic0151 TST_TOTAL=1
55 export TST_TOTAL
65 . check_envval || exit $TST_TOTAL
176 exit $TST_TOTAL
181 exit $TST_TOTAL
/third_party/ltp/testcases/kernel/syscalls/set_tid_address/
H A Dset_tid_address01.c49 int TST_TOTAL = 1; variable
114 for (testno = 0; testno < TST_TOTAL; ++testno) { in main()
/third_party/ltp/testcases/kernel/syscalls/ssetmask/
H A Dssetmask01.c51 int TST_TOTAL = 2; variable
114 for (testno = 0; testno < TST_TOTAL; ++testno) { in main()
/third_party/ltp/tools/apicmds/
H A Dltpapicmd.c49 * TCID and TST_TOTAL were set did not print usage message.
70 int TST_TOTAL; /* Total number of testcases */ variable
249 * set the value for TST_TOTAL for total number of tests this is
262 tst_total = getenv("TST_TOTAL"); in main()
267 "\nSet variables TCID, TST_TOTAL, and TST_COUNT before each test:\n" in main()
269 "export TST_TOTAL=<Total Number of Tests >\n" in main()
275 TST_TOTAL = atoi(tst_total); in main()
285 if (TST_TOTAL <= 0) { in main()
287 "Variable TST_TOTAL is set to 0, must be " in main()
/third_party/ltp/testcases/network/stress/tcp/multi-diffip/
H A Dtcp4-multi-diffip0152 TST_TOTAL=1
56 export TST_TOTAL
66 . check_envval || exit $TST_TOTAL
177 exit $TST_TOTAL
183 exit $TST_TOTAL
/third_party/ltp/testcases/network/stress/tcp/uni-basic/
H A Dtcp4-uni-basic0159 TST_TOTAL=1
63 export TST_TOTAL
76 . check_envval || exit $TST_TOTAL
241 exit $TST_TOTAL
246 exit $TST_TOTAL
/third_party/ltp/testcases/network/stress/udp/multi-diffip/
H A Dudp4-multi-diffip0151 TST_TOTAL=1
55 export TST_TOTAL
65 . check_envval || exit $TST_TOTAL
152 exit $TST_TOTAL
158 exit $TST_TOTAL
/third_party/ltp/testcases/commands/tpm-tools/tpm/tpm_version/
H A Dtpm_version_tests.sh21 export TST_TOTAL=1
87 export TST_TOTAL=1 # Total numner of tests in this file.
/third_party/ltp/testcases/kernel/device-drivers/block/block_dev_user/
H A Dblock_dev.c34 int TST_TOTAL = 9; variable
83 for (i = 0; i < TST_TOTAL - off; ++i) { in test_run()
/third_party/ltp/testcases/kernel/device-drivers/locking/
H A Dlock_torture.sh27 TST_TOTAL=6
70 est_time=$(echo "scale=2; $test_time * $TST_TOTAL / 60 " | bc)

Completed in 8 milliseconds

12345678910>>...21