Home
last modified time | relevance | path

Searched refs:sleeptime (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
H A Dkvm-remote.sh189 local sleeptime=60
197 echo " ---" ssh failure to $1 checking for file $2, retry after $sleeptime seconds. `date` | tee -a "$oldrun/remote-log"
206 echo " ---" Exit code $ret: ssh $1 test -f \"$2\", retry after $sleeptime seconds. `date` | tee -a "$oldrun/remote-log"
209 sleep $sleeptime
/kernel/linux/linux-5.10/drivers/thermal/intel/
H A Dintel_powerclamp.c369 int sleeptime; in clamp_balancing_func() local
401 sleeptime = target_jiffies - jiffies; in clamp_balancing_func()
402 if (sleeptime <= 0) in clamp_balancing_func()
403 sleeptime = 1; in clamp_balancing_func()
408 sleeptime); in clamp_balancing_func()
/kernel/linux/linux-5.10/fs/gfs2/
H A Dfile.c1282 int sleeptime; in do_flock() local
1307 for (sleeptime = 1; sleeptime <= 4; sleeptime <<= 1) { in do_flock()
1313 msleep(sleeptime); in do_flock()
/kernel/linux/linux-6.6/fs/gfs2/
H A Dfile.c1478 int sleeptime; in do_flock() local
1507 for (sleeptime = 1; sleeptime <= 4; sleeptime <<= 1) { in do_flock()
1513 msleep(sleeptime); in do_flock()
/kernel/linux/linux-6.6/kernel/time/
H A Dtick-sched.c693 static u64 get_cpu_sleep_time_us(struct tick_sched *ts, ktime_t *sleeptime, in get_cpu_sleep_time_us() argument
712 idle = ktime_add(*sleeptime, delta); in get_cpu_sleep_time_us()
714 idle = *sleeptime; in get_cpu_sleep_time_us()

Completed in 7 milliseconds