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:last_drc_index
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H
A
D
of_helpers.c
92
data->
last_drc_index
= data->drc_index_start +
in of_read_drc_info_cell()
H
A
D
pseries_energy.c
70
if (thread_index < drc.
last_drc_index
)
in cpu_to_drc_index()
139
if (drc_index > drc.
last_drc_index
) {
in drc_index_to_cpu()
H
A
D
hotplug-cpu.c
384
if (drc_index > drc.
last_drc_index
)
in drc_info_valid_index()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H
A
D
of_helpers.c
92
data->
last_drc_index
= data->drc_index_start +
in of_read_drc_info_cell()
H
A
D
pseries_energy.c
70
if (thread_index < drc.
last_drc_index
)
in cpu_to_drc_index()
139
if (drc_index > drc.
last_drc_index
) {
in drc_index_to_cpu()
H
A
D
hotplug-cpu.c
484
if (drc_index > drc.
last_drc_index
)
in drc_info_valid_index()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
prom.h
87
u32
last_drc_index
;
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
prom.h
82
u32
last_drc_index
;
member
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H
A
D
rpaphp_core.c
251
if (my_index >= drc.drc_index_start && my_index <= drc.
last_drc_index
) {
in rpaphp_check_drc_props_v2()
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H
A
D
rpaphp_core.c
253
if (my_index >= drc.drc_index_start && my_index <= drc.
last_drc_index
) {
in rpaphp_check_drc_props_v2()
Completed in 7 milliseconds