HomeSort by relevance Sort by last modified time
    Searched refs:poll_cmp (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/network/busy_poll/
busy_poll01.sh 86 poll_cmp=$(( 100 - ($(cat res_50) * 100) / $(cat res_0) ))
88 if [ "$poll_cmp" -lt 1 ]; then
89 tst_resm TFAIL "busy poll result is '$poll_cmp' %"
91 tst_resm TPASS "busy poll increased performance by '$poll_cmp' %"
busy_poll02.sh 76 poll_cmp=$(( 100 - ($(cat res_50) * 100) / $(cat res_0) ))
78 if [ "$poll_cmp" -lt 1 ]; then
79 tst_resm TFAIL "busy poll result is '$poll_cmp' %"
81 tst_resm TPASS "busy poll increased performance by '$poll_cmp' %"

Completed in 5477 milliseconds