Searched refs:tst_result (Results 1 – 3 of 3) sorted by relevance
50 static int tst_result; variable280 tst_result = -1; in test_clone_thread()286 if (tst_result != -1) in test_clone_thread()289 ltp_syscall(__NR_exit, tst_result); in test_clone_thread()306 tst_result = TPASS; in child_clone_thread()308 tst_result = TFAIL; in child_clone_thread()
144 local tst_result=0154 tst_result=$?158 if [ "$RO" = "false" -a $tst_result -ne 0 -o "$RO" = "true" -a \159 $tst_result -eq 0 ];then
144 static volatile int tst_result; variable197 tst_result = 1; in worker_thread()256 tst_result = 0; in dma_thread_diotest_verify()332 if (tst_result) in dma_thread_diotest_verify()336 if (tst_result) in dma_thread_diotest_verify()