Lines Matching full:timeout
30 local timeout=10
33 timeout=$(( $timeout - 1 ))
34 if [ "$timeout" -eq 0 ]; then
57 local timeout=10
60 timeout=$(( $timeout - 1 ))
61 if [ "$timeout" -eq 0 ]; then
86 local timeout=10
89 timeout=$(( $timeout - 1 ))
90 if [ "$timeout" -eq 0 ]; then
119 local timeout=10
122 timeout=$(( $timeout - 1 ))
123 if [ "$timeout" -eq 0 ]; then
142 echo 4 >/sys/class/firmware/timeout
162 # Test failure when doing nothing (timeout works).
163 echo -n 2 >/sys/class/firmware/timeout
167 # than the timeout above.
191 echo "$0: timeout works"
198 # Put timeout high enough for us to do work but not so long that failures
200 echo 4 >/sys/class/firmware/timeout