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:dbs_update
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/cpufreq/
H
A
D
cpufreq_governor.h
174
unsigned int
dbs_update
(struct cpufreq_policy *policy);
H
A
D
cpufreq_governor.c
114
unsigned int
dbs_update
(struct cpufreq_policy *policy)
in dbs_update()
function
230
EXPORT_SYMBOL_GPL(
dbs_update
);
variable
436
* of the CPU and it also cannot be too small for
dbs_update
() to work
in cpufreq_dbs_governor_init()
528
* Make the first invocation of
dbs_update
() compute the load.
in cpufreq_dbs_governor_start()
H
A
D
cpufreq_conservative.c
65
unsigned int load =
dbs_update
(policy);
in cs_dbs_update()
H
A
D
cpufreq_ondemand.c
140
unsigned int load =
dbs_update
(policy);
in od_update()
/kernel/linux/linux-6.6/drivers/cpufreq/
H
A
D
cpufreq_governor.h
173
unsigned int
dbs_update
(struct cpufreq_policy *policy);
H
A
D
cpufreq_governor.c
114
unsigned int
dbs_update
(struct cpufreq_policy *policy)
in dbs_update()
function
230
EXPORT_SYMBOL_GPL(
dbs_update
);
variable
446
* of the CPU and it also cannot be too small for
dbs_update
() to work
in cpufreq_dbs_governor_init()
536
* Make the first invocation of
dbs_update
() compute the load.
in cpufreq_dbs_governor_start()
H
A
D
cpufreq_conservative.c
65
unsigned int load =
dbs_update
(policy);
in cs_dbs_update()
H
A
D
cpufreq_ondemand.c
142
unsigned int load =
dbs_update
(policy);
in od_update()
Completed in 6 milliseconds