Searched refs:sleeptime (Results 1 – 5 of 5) sorted by relevance
81 sleeptime=`awk -v me=$me -v n=$n -v sleepmax=$sleepmax 'BEGIN {86 sleep .$sleeptime
171 local sleeptime=60179 echo " ---" ssh failure to $1 checking for file $2, retry after $sleeptime seconds. `date`188 echo " ---" Exit code $ret: ssh $1 test -f \"$2\", retry after $sleeptime seconds. `date`191 sleep $sleeptime
365 int sleeptime; in clamp_balancing_func() local397 sleeptime = target_jiffies - jiffies; in clamp_balancing_func()398 if (sleeptime <= 0) in clamp_balancing_func()399 sleeptime = 1; in clamp_balancing_func()404 sleeptime); in clamp_balancing_func()
1153 def _refresh_body(self, sleeptime): argument1238 cur = int(round(values.delta / sleeptime)) if values.delta else 01259 tavg = int(round(tcur / sleeptime)) if tcur > 0 else ''1436 sleeptime = self._delay_initial1441 curses.halfdelay(int(sleeptime * 10))1443 sleeptime = self._delay_regular1463 sleeptime = self._delay_initial1466 sleeptime = self._delay_initial1479 sleeptime = self._delay_initial
1267 int sleeptime; in do_flock() local1292 for (sleeptime = 1; sleeptime <= 4; sleeptime <<= 1) { in do_flock()1298 msleep(sleeptime); in do_flock()