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:perf_fb_ctrs
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/include/acpi/
H
A
D
cppc_acpi.h
134
struct cppc_perf_fb_ctrs
perf_fb_ctrs
;
member
142
extern int cppc_get_perf_ctrs(int cpu, struct cppc_perf_fb_ctrs *
perf_fb_ctrs
);
168
static inline int cppc_get_perf_ctrs(int cpu, struct cppc_perf_fb_ctrs *
perf_fb_ctrs
)
in cppc_get_perf_ctrs()
argument
/kernel/linux/linux-5.10/include/acpi/
H
A
D
cppc_acpi.h
130
struct cppc_perf_fb_ctrs
perf_fb_ctrs
;
member
137
extern int cppc_get_perf_ctrs(int cpu, struct cppc_perf_fb_ctrs *
perf_fb_ctrs
);
/kernel/linux/linux-5.10/drivers/acpi/
H
A
D
cppc_acpi.c
1159
* @
perf_fb_ctrs
: ptr to cppc_perf_fb_ctrs. See cppc_acpi.h
1161
* Return: 0 for success with
perf_fb_ctrs
populated else -ERRNO.
1163
int cppc_get_perf_ctrs(int cpunum, struct cppc_perf_fb_ctrs *
perf_fb_ctrs
)
in cppc_get_perf_ctrs()
argument
1225
perf_fb_ctrs
->delivered = delivered;
in cppc_get_perf_ctrs()
1226
perf_fb_ctrs
->reference = reference;
in cppc_get_perf_ctrs()
1227
perf_fb_ctrs
->reference_perf = ref_perf;
in cppc_get_perf_ctrs()
1228
perf_fb_ctrs
->wraparound_time = ctr_wrap_time;
in cppc_get_perf_ctrs()
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
cppc_acpi.c
1305
* @
perf_fb_ctrs
: ptr to cppc_perf_fb_ctrs. See cppc_acpi.h
1307
* Return: 0 for success with
perf_fb_ctrs
populated else -ERRNO.
1309
int cppc_get_perf_ctrs(int cpunum, struct cppc_perf_fb_ctrs *
perf_fb_ctrs
)
in cppc_get_perf_ctrs()
argument
1371
perf_fb_ctrs
->delivered = delivered;
in cppc_get_perf_ctrs()
1372
perf_fb_ctrs
->reference = reference;
in cppc_get_perf_ctrs()
1373
perf_fb_ctrs
->reference_perf = ref_perf;
in cppc_get_perf_ctrs()
1374
perf_fb_ctrs
->wraparound_time = ctr_wrap_time;
in cppc_get_perf_ctrs()
Completed in 6 milliseconds