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_info
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/cpufreq/
H
A
D
cpufreq_conservative.c
61
struct cs_policy_dbs_info *
dbs_info
= to_dbs_info(policy_dbs);
in cs_dbs_update()
local
62
unsigned int requested_freq =
dbs_info
->requested_freq;
in cs_dbs_update()
82
dbs_info
->requested_freq = requested_freq;
in cs_dbs_update()
104
dbs_info
->down_skip = 0;
in cs_dbs_update()
115
dbs_info
->requested_freq = requested_freq;
in cs_dbs_update()
120
if (++
dbs_info
->down_skip < dbs_data->sampling_down_factor)
in cs_dbs_update()
122
dbs_info
->down_skip = 0;
in cs_dbs_update()
138
dbs_info
->requested_freq = requested_freq;
in cs_dbs_update()
272
struct cs_policy_dbs_info *
dbs_info
;
in cs_alloc()
local
274
dbs_info
in cs_alloc()
308
struct cs_policy_
dbs_info
*
dbs_info
= to_
dbs_info
(policy->governor_data);
cs_start()
local
[all...]
H
A
D
cpufreq_ondemand.c
69
struct od_policy_dbs_info *
dbs_info
= to_dbs_info(policy_dbs);
in generic_powersave_bias_target()
local
75
dbs_info
->freq_lo = 0;
in generic_powersave_bias_target()
76
dbs_info
->freq_lo_delay_us = 0;
in generic_powersave_bias_target()
93
dbs_info
->freq_lo = 0;
in generic_powersave_bias_target()
94
dbs_info
->freq_lo_delay_us = 0;
in generic_powersave_bias_target()
100
dbs_info
->freq_hi_delay_us = delay_hi_us;
in generic_powersave_bias_target()
101
dbs_info
->freq_lo = freq_lo;
in generic_powersave_bias_target()
102
dbs_info
->freq_lo_delay_us = dbs_data->sampling_rate - delay_hi_us;
in generic_powersave_bias_target()
108
struct od_policy_dbs_info *
dbs_info
= to_dbs_info(policy->governor_data);
in ondemand_powersave_bias_init()
local
110
dbs_info
in ondemand_powersave_bias_init()
137
struct od_policy_
dbs_info
*
dbs_info
= to_
dbs_info
(policy_dbs);
od_update()
local
174
struct od_policy_
dbs_info
*
dbs_info
= to_
dbs_info
(policy_dbs);
od_dbs_update()
local
343
struct od_policy_
dbs_info
*
dbs_info
;
od_alloc()
local
390
struct od_policy_
dbs_info
*
dbs_info
= to_
dbs_info
(policy->governor_data);
od_start()
local
[all...]
/kernel/linux/linux-6.6/drivers/cpufreq/
H
A
D
cpufreq_conservative.c
61
struct cs_policy_dbs_info *
dbs_info
= to_dbs_info(policy_dbs);
in cs_dbs_update()
local
62
unsigned int requested_freq =
dbs_info
->requested_freq;
in cs_dbs_update()
82
dbs_info
->requested_freq = requested_freq;
in cs_dbs_update()
104
dbs_info
->down_skip = 0;
in cs_dbs_update()
116
dbs_info
->requested_freq = requested_freq;
in cs_dbs_update()
121
if (++
dbs_info
->down_skip < dbs_data->sampling_down_factor)
in cs_dbs_update()
123
dbs_info
->down_skip = 0;
in cs_dbs_update()
140
dbs_info
->requested_freq = requested_freq;
in cs_dbs_update()
275
struct cs_policy_dbs_info *
dbs_info
;
in cs_alloc()
local
277
dbs_info
in cs_alloc()
311
struct cs_policy_
dbs_info
*
dbs_info
= to_
dbs_info
(policy->governor_data);
cs_start()
local
[all...]
H
A
D
cpufreq_ondemand.c
69
struct od_policy_dbs_info *
dbs_info
= to_dbs_info(policy_dbs);
in generic_powersave_bias_target()
local
75
dbs_info
->freq_lo = 0;
in generic_powersave_bias_target()
76
dbs_info
->freq_lo_delay_us = 0;
in generic_powersave_bias_target()
95
dbs_info
->freq_lo = 0;
in generic_powersave_bias_target()
96
dbs_info
->freq_lo_delay_us = 0;
in generic_powersave_bias_target()
102
dbs_info
->freq_hi_delay_us = delay_hi_us;
in generic_powersave_bias_target()
103
dbs_info
->freq_lo = freq_lo;
in generic_powersave_bias_target()
104
dbs_info
->freq_lo_delay_us = dbs_data->sampling_rate - delay_hi_us;
in generic_powersave_bias_target()
110
struct od_policy_dbs_info *
dbs_info
= to_dbs_info(policy->governor_data);
in ondemand_powersave_bias_init()
local
112
dbs_info
in ondemand_powersave_bias_init()
139
struct od_policy_
dbs_info
*
dbs_info
= to_
dbs_info
(policy_dbs);
od_update()
local
176
struct od_policy_
dbs_info
*
dbs_info
= to_
dbs_info
(policy_dbs);
od_dbs_update()
local
346
struct od_policy_
dbs_info
*
dbs_info
;
od_alloc()
local
393
struct od_policy_
dbs_info
*
dbs_info
= to_
dbs_info
(policy->governor_data);
od_start()
local
[all...]
Completed in 3 milliseconds