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
184 local sleeptime=60192 …echo " ---" ssh failure to $1 checking for file $2, retry after $sleeptime seconds. `date` | tee -…201 …echo " ---" Exit code $ret: ssh $1 test -f \"$2\", retry after $sleeptime seconds. `date` | tee -a…204 sleep $sleeptime
350 int sleeptime; in clamp_balancing_func() local382 sleeptime = target_jiffies - jiffies; in clamp_balancing_func()383 if (sleeptime <= 0) in clamp_balancing_func()384 sleeptime = 1; in clamp_balancing_func()389 sleeptime); in clamp_balancing_func()
1221 def _refresh_body(self, sleeptime): argument1306 cur = int(round(values.delta / sleeptime)) if values.delta else 01327 tavg = int(round(tcur / sleeptime)) if tcur > 0 else ''1504 sleeptime = self._delay_initial1509 curses.halfdelay(int(sleeptime * 10))1511 sleeptime = self._delay_regular1531 sleeptime = self._delay_initial1534 sleeptime = self._delay_initial1547 sleeptime = self._delay_initial
1471 int sleeptime; in do_flock() local1500 for (sleeptime = 1; sleeptime <= 4; sleeptime <<= 1) { in do_flock()1506 msleep(sleeptime); in do_flock()