Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:sleeptime
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
H
A
D
kvm-remote.sh
189
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
D
intel_powerclamp.c
369
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
D
file.c
1282
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
D
file.c
1478
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
D
tick-sched.c
693
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 8 milliseconds