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:hibernation_mode
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/kernel/power/
H
A
D
hibernate.c
64
static int
hibernation_mode
= HIBERNATION_SHUTDOWN;
variable
102
hibernation_mode
= HIBERNATION_PLATFORM;
in hibernation_set_ops()
103
else if (
hibernation_mode
== HIBERNATION_PLATFORM)
in hibernation_set_ops()
104
hibernation_mode
= HIBERNATION_SHUTDOWN;
in hibernation_set_ops()
632
* depending on the value of
hibernation_mode
.
639
if (
hibernation_mode
== HIBERNATION_SUSPEND) {
in power_down()
642
hibernation_mode
= hibernation_ops ?
in power_down()
656
switch (
hibernation_mode
) {
in power_down()
742
error = hibernation_snapshot(
hibernation_mode
== HIBERNATION_PLATFORM);
in hibernate()
749
if (
hibernation_mode
in hibernate()
[all...]
/kernel/linux/linux-6.6/kernel/power/
H
A
D
hibernate.c
65
static int
hibernation_mode
= HIBERNATION_SHUTDOWN;
variable
109
hibernation_mode
= HIBERNATION_PLATFORM;
in hibernation_set_ops()
110
else if (
hibernation_mode
== HIBERNATION_PLATFORM)
in hibernation_set_ops()
111
hibernation_mode
= HIBERNATION_SHUTDOWN;
in hibernation_set_ops()
641
* depending on the value of
hibernation_mode
.
648
if (
hibernation_mode
== HIBERNATION_SUSPEND) {
in power_down()
651
hibernation_mode
= hibernation_ops ?
in power_down()
665
switch (
hibernation_mode
) {
in power_down()
754
error = hibernation_snapshot(
hibernation_mode
== HIBERNATION_PLATFORM);
in hibernate()
761
if (
hibernation_mode
in hibernate()
[all...]
/kernel/linux/linux-5.10/mm/
H
A
D
memcg_reclaim.c
521
!sc->
hibernation_mode
&&
in shrink_node_hyperhold()
H
A
D
internal.h
97
unsigned int
hibernation_mode
:1;
member
H
A
D
vmscan.c
2829
!sc->
hibernation_mode
&&
in shrink_node()
4041
.
hibernation_mode
= 1,
in shrink_all_memory()
/kernel/linux/linux-6.6/mm/
H
A
D
memcg_reclaim.c
520
!sc->
hibernation_mode
&&
in shrink_node_hyperhold()
H
A
D
internal.h
105
unsigned int
hibernation_mode
:1;
member
H
A
D
vmscan.c
6611
!sc->
hibernation_mode
&&
in shrink_node()
7896
.
hibernation_mode
= 1,
in shrink_all_memory()
Completed in 25 milliseconds