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:wakeup_srcu
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/base/power/
H
A
D
wakeup.c
29
srcu_read_lock_held(&
wakeup_srcu
))
72
DEFINE_STATIC_SRCU(
wakeup_srcu
);
variable
203
synchronize_srcu(&
wakeup_srcu
);
in wakeup_source_remove()
259
* Returns an index of srcu lock for struct
wakeup_srcu
.
264
return srcu_read_lock(&
wakeup_srcu
);
in wakeup_sources_read_lock()
274
srcu_read_unlock(&
wakeup_srcu
, idx);
in wakeup_sources_read_unlock()
413
srcuidx = srcu_read_lock(&
wakeup_srcu
);
in device_wakeup_arm_wake_irqs()
416
srcu_read_unlock(&
wakeup_srcu
, srcuidx);
in device_wakeup_arm_wake_irqs()
429
srcuidx = srcu_read_lock(&
wakeup_srcu
);
in device_wakeup_disarm_wake_irqs()
432
srcu_read_unlock(&
wakeup_srcu
, srcuid
in device_wakeup_disarm_wake_irqs()
[all...]
/kernel/linux/linux-6.6/drivers/base/power/
H
A
D
wakeup.c
24
srcu_read_lock_held(&
wakeup_srcu
))
67
DEFINE_STATIC_SRCU(
wakeup_srcu
);
variable
198
synchronize_srcu(&
wakeup_srcu
);
in wakeup_source_remove()
254
* Returns an index of srcu lock for struct
wakeup_srcu
.
259
return srcu_read_lock(&
wakeup_srcu
);
in wakeup_sources_read_lock()
269
srcu_read_unlock(&
wakeup_srcu
, idx);
in wakeup_sources_read_unlock()
408
srcuidx = srcu_read_lock(&
wakeup_srcu
);
in device_wakeup_arm_wake_irqs()
411
srcu_read_unlock(&
wakeup_srcu
, srcuidx);
in device_wakeup_arm_wake_irqs()
424
srcuidx = srcu_read_lock(&
wakeup_srcu
);
in device_wakeup_disarm_wake_irqs()
427
srcu_read_unlock(&
wakeup_srcu
, srcuid
in device_wakeup_disarm_wake_irqs()
[all...]
Completed in 3 milliseconds