Searched refs:tst_sec (Results 1 – 1 of 1) sorted by relevance
178 local tst_sec=$(expr $3 \* 1000000)185 if ! tst_is_int "$tst_sec"; then186 tst_brk TBROK "TST_RETRY_FN_EXP_BACKOFF: tst_sec must be integer ('$tst_sec')"195 if [ $tst_delay -lt $tst_sec ]; then