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:has_cst
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/
H
A
D
xen-acpi-processor.c
105
op.u.set_pminfo.power.flags.
has_cst
= _pr->flags.
has_cst
;
in push_cxx_to_hypervisor()
/kernel/linux/linux-6.6/drivers/xen/
H
A
D
xen-acpi-processor.c
106
op.u.set_pminfo.power.flags.
has_cst
= _pr->flags.
has_cst
;
in push_cxx_to_hypervisor()
/kernel/linux/linux-5.10/include/xen/interface/
H
A
D
platform.h
373
uint32_t
has_cst
:1;
member
/kernel/linux/linux-5.10/include/acpi/
H
A
D
processor.h
211
u8
has_cst
:1;
member
/kernel/linux/linux-6.6/include/acpi/
H
A
D
processor.h
216
u8
has_cst
:1;
member
/kernel/linux/linux-6.6/include/xen/interface/
H
A
D
platform.h
356
uint32_t
has_cst
:1;
member
/kernel/linux/linux-5.10/drivers/acpi/
H
A
D
processor_idle.c
308
pr->flags.
has_cst
= 1;
in acpi_processor_get_power_info_cst()
348
if (pr->flags.
has_cst
!= 1) {
in acpi_processor_power_verify_c3()
615
return IS_ENABLED(CONFIG_HOTPLUG_CPU) && !pr->flags.
has_cst
&&
in acpi_idle_fallback_to_c1()
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
processor_idle.c
306
pr->flags.
has_cst
= 1;
in acpi_processor_get_power_info_cst()
346
if (pr->flags.
has_cst
!= 1) {
in acpi_processor_power_verify_c3()
608
return IS_ENABLED(CONFIG_HOTPLUG_CPU) && !pr->flags.
has_cst
&&
in acpi_idle_fallback_to_c1()
Completed in 10 milliseconds