Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/fs_readonly/
Dtest_robind.sh144 local tst_result=0
154 tst_result=$?
158 if [ "$RO" = "false" -a $tst_result -ne 0 -o "$RO" = "true" -a \
159 $tst_result -eq 0 ];then
/external/ltp/testcases/kernel/io/direct_io/
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()