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:entry_method
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
processor_idle.c
282
pr->power.states[ACPI_STATE_C1].
entry_method
= ACPI_CSTATE_HALT;
in acpi_processor_get_power_info_default()
569
if (cx->
entry_method
== ACPI_CSTATE_FFH) {
in acpi_idle_do_entry()
572
} else if (cx->
entry_method
== ACPI_CSTATE_HALT) {
in acpi_idle_do_entry()
594
if (cx->
entry_method
== ACPI_CSTATE_HALT)
in acpi_idle_play_dead()
596
else if (cx->
entry_method
== ACPI_CSTATE_SYSTEMIO) {
in acpi_idle_play_dead()
628
.
entry_method
= ACPI_CSTATE_HALT,
in acpi_idle_enter_bm()
960
lpi_state->
entry_method
=
in acpi_processor_evaluate_lpi()
964
lpi_state->
entry_method
= ACPI_CSTATE_INTEGER;
in acpi_processor_evaluate_lpi()
1023
if (parent->
entry_method
== ACPI_CSTATE_INTEGER) {
in combine_lpi_states()
1034
result->
entry_method
in combine_lpi_states()
[all...]
H
A
D
acpi_processor.c
933
cx.
entry_method
= ACPI_CSTATE_HALT;
in acpi_processor_evaluate_cst()
936
cx.
entry_method
= ACPI_CSTATE_FFH;
in acpi_processor_evaluate_cst()
943
cx.
entry_method
= ACPI_CSTATE_HALT;
in acpi_processor_evaluate_cst()
951
cx.
entry_method
= ACPI_CSTATE_SYSTEMIO;
in acpi_processor_evaluate_cst()
/kernel/linux/linux-5.10/drivers/acpi/
H
A
D
processor_idle.c
284
pr->power.states[ACPI_STATE_C1].
entry_method
= ACPI_CSTATE_HALT;
in acpi_processor_get_power_info_default()
571
if (cx->
entry_method
== ACPI_CSTATE_FFH) {
in acpi_idle_do_entry()
574
} else if (cx->
entry_method
== ACPI_CSTATE_HALT) {
in acpi_idle_do_entry()
596
if (cx->
entry_method
== ACPI_CSTATE_HALT)
in acpi_idle_play_dead()
598
else if (cx->
entry_method
== ACPI_CSTATE_SYSTEMIO) {
in acpi_idle_play_dead()
635
.
entry_method
= ACPI_CSTATE_HALT,
in acpi_idle_enter_bm()
961
lpi_state->
entry_method
=
in acpi_processor_evaluate_lpi()
965
lpi_state->
entry_method
= ACPI_CSTATE_INTEGER;
in acpi_processor_evaluate_lpi()
1024
if (parent->
entry_method
== ACPI_CSTATE_INTEGER) {
in combine_lpi_states()
1035
result->
entry_method
in combine_lpi_states()
[all...]
H
A
D
acpi_processor.c
851
cx.
entry_method
= ACPI_CSTATE_HALT;
in acpi_processor_evaluate_cst()
854
cx.
entry_method
= ACPI_CSTATE_FFH;
in acpi_processor_evaluate_cst()
861
cx.
entry_method
= ACPI_CSTATE_HALT;
in acpi_processor_evaluate_cst()
869
cx.
entry_method
= ACPI_CSTATE_SYSTEMIO;
in acpi_processor_evaluate_cst()
/kernel/linux/linux-5.10/include/acpi/
H
A
D
processor.h
67
u8
entry_method
;
member
83
u8
entry_method
;
member
/kernel/linux/linux-6.6/include/acpi/
H
A
D
processor.h
72
u8
entry_method
;
member
88
u8
entry_method
;
member
/kernel/linux/linux-5.10/drivers/xen/
H
A
D
xen-acpi-processor.c
76
if (cx->
entry_method
== ACPI_CSTATE_SYSTEMIO) {
in push_cxx_to_hypervisor()
82
if (cx->
entry_method
== ACPI_CSTATE_FFH) {
in push_cxx_to_hypervisor()
/kernel/linux/linux-6.6/drivers/xen/
H
A
D
xen-acpi-processor.c
77
if (cx->
entry_method
== ACPI_CSTATE_SYSTEMIO) {
in push_cxx_to_hypervisor()
83
if (cx->
entry_method
== ACPI_CSTATE_FFH) {
in push_cxx_to_hypervisor()
/kernel/linux/linux-5.10/drivers/idle/
H
A
D
intel_idle.c
1212
if (cx->
entry_method
!= ACPI_CSTATE_FFH)
in intel_idle_cst_usable()
/kernel/linux/linux-6.6/drivers/idle/
H
A
D
intel_idle.c
1490
if (cx->
entry_method
!= ACPI_CSTATE_FFH)
in intel_idle_cst_usable()
Completed in 13 milliseconds