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:__pm_relax
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
pm_wakeup.h
111
extern void
__pm_relax
(struct wakeup_source *ws);
183
static inline void
__pm_relax
(struct wakeup_source *ws) {}
in __pm_relax()
function
/kernel/linux/linux-6.6/include/linux/
H
A
D
pm_wakeup.h
115
extern void
__pm_relax
(struct wakeup_source *ws);
185
static inline void
__pm_relax
(struct wakeup_source *ws) {}
in __pm_relax()
function
/kernel/linux/linux-5.10/kernel/power/
H
A
D
autosleep.c
104
__pm_relax
(autosleep_ws);
in pm_autosleep_set_state()
H
A
D
wakelock.c
277
__pm_relax
(wl->ws);
in pm_wake_unlock()
/kernel/linux/linux-6.6/kernel/power/
H
A
D
autosleep.c
104
__pm_relax
(autosleep_ws);
in pm_autosleep_set_state()
H
A
D
wakelock.c
277
__pm_relax
(wl->ws);
in pm_wake_unlock()
/kernel/linux/linux-5.10/drivers/base/power/
H
A
D
wakeup.c
162
__pm_relax
(ws);
in wakeup_source_destroy()
705
*
__pm_relax
() may be called directly or from a timer function.
in wakeup_source_deactivate()
707
* started, but before the timer function calls
__pm_relax
(), it is
in wakeup_source_deactivate()
710
* by the
__pm_relax
() called from the timer function, but in such a
in wakeup_source_deactivate()
746
*
__pm_relax
- Notify the PM core that processing of a wakeup event has ended.
754
void
__pm_relax
(struct wakeup_source *ws)
in __pm_relax()
function
766
EXPORT_SYMBOL_GPL(
__pm_relax
);
variable
772
* Execute
__pm_relax
() for the @dev's wakeup source object.
782
__pm_relax
(dev->power.wakeup);
in pm_relax()
/kernel/linux/linux-6.6/drivers/base/power/
H
A
D
wakeup.c
157
__pm_relax
(ws);
in wakeup_source_destroy()
671
*
__pm_relax
() may be called directly or from a timer function.
in wakeup_source_deactivate()
673
* started, but before the timer function calls
__pm_relax
(), it is
in wakeup_source_deactivate()
676
* by the
__pm_relax
() called from the timer function, but in such a
in wakeup_source_deactivate()
712
*
__pm_relax
- Notify the PM core that processing of a wakeup event has ended.
720
void
__pm_relax
(struct wakeup_source *ws)
in __pm_relax()
function
732
EXPORT_SYMBOL_GPL(
__pm_relax
);
variable
738
* Execute
__pm_relax
() for the @dev's wakeup source object.
748
__pm_relax
(dev->power.wakeup);
in pm_relax()
/kernel/linux/linux-5.10/fs/
H
A
D
eventpoll.c
750
__pm_relax
(ep->ws);
in ep_scan_ready_list()
923
__pm_relax
(ep_wakeup_source(epi));
in ep_read_events_proc()
1739
__pm_relax
(ws);
in ep_send_events_proc()
/kernel/linux/linux-6.6/fs/
H
A
D
eventpoll.c
672
__pm_relax
(ep->ws);
in ep_done_scan()
870
__pm_relax
(ep_wakeup_source(epi));
in __ep_eventpoll_poll()
1721
__pm_relax
(ws);
in ep_send_events()
Completed in 13 milliseconds