Home
last modified time | relevance | path

Searched refs:tst_result (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/fs/fs_readonly/
H A Dtest_robind.sh144 local tst_result=0
154 tst_result=$?
156 # if tst_result isn't 0 and read-only flag is false, the test failed
157 # or if tst_result is 0 and read-only flag is true, the test failed.
158 if [ "$RO" = "false" -a $tst_result -ne 0 -o "$RO" = "true" -a \
159 $tst_result -eq 0 ];then
/third_party/ltp/testcases/kernel/io/direct_io/
H A Ddma_thread_diotest.c144 static volatile int tst_result; variable
197 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()

Completed in 2 milliseconds