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:throttling
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/
H
A
D
processor_throttling.c
35
MODULE_PARM_DESC(ignore_tpc, "Disable broken BIOS _TPC
throttling
support");
78
pthrottling = &(pr->
throttling
);
in acpi_processor_update_tsd_coord()
100
pthrottling = &pr->
throttling
;
in acpi_processor_update_tsd_coord()
124
match_pthrottling = &(match_pr->
throttling
);
in acpi_processor_update_tsd_coord()
157
match_pthrottling = &(match_pr->
throttling
);
in acpi_processor_update_tsd_coord()
184
pthrottling = &(pr->
throttling
);
in acpi_processor_update_tsd_coord()
223
if (!pr->flags.
throttling
) {
in acpi_processor_throttling_notifier()
229
p_throttling = &(pr->
throttling
);
in acpi_processor_throttling_notifier()
317
if (throttling_limit >= pr->
throttling
.state_count) {
in acpi_processor_tstate_has_changed()
322
current_state = pr->
throttling
in acpi_processor_tstate_has_changed()
417
struct acpi_processor_
throttling
*
throttling
;
acpi_processor_get_throttling_control()
local
771
struct acpi_processor_
throttling
*
throttling
;
acpi_read_throttling_status()
local
803
struct acpi_processor_
throttling
*
throttling
;
acpi_write_throttling_state()
local
[all...]
H
A
D
processor_thermal.c
185
if (pr->flags.
throttling
)
in acpi_processor_max_state()
186
max_state += (pr->
throttling
.state_count -1);
in acpi_processor_max_state()
223
if (pr->flags.
throttling
)
in processor_get_cur_state()
224
*cur_state += pr->
throttling
.state;
in processor_get_cur_state()
250
if (pr->flags.
throttling
&& pr->
throttling
.state)
in processor_set_cur_state()
H
A
D
acpi_processor.c
211
* to delay cpu_idle/
throttling
initialization and do it when the CPU
in acpi_processor_hotadd_init()
340
pr->
throttling
.address = object.processor.pblk_address;
in acpi_processor_get_info()
341
pr->
throttling
.duty_offset = acpi_gbl_FADT.duty_offset;
in acpi_processor_get_info()
342
pr->
throttling
.duty_width = acpi_gbl_FADT.duty_width;
in acpi_processor_get_info()
378
if (!zalloc_cpumask_var(&pr->
throttling
.shared_cpu_map, GFP_KERNEL)) {
in acpi_processor_add()
434
free_cpumask_var(pr->
throttling
.shared_cpu_map);
in acpi_processor_add()
486
free_cpumask_var(pr->
throttling
.shared_cpu_map);
in acpi_processor_remove()
H
A
D
processor_driver.c
151
if (pr->flags.
throttling
)
in acpi_pss_perf_init()
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
processor_throttling.c
31
MODULE_PARM_DESC(ignore_tpc, "Disable broken BIOS _TPC
throttling
support");
74
pthrottling = &(pr->
throttling
);
in acpi_processor_update_tsd_coord()
96
pthrottling = &pr->
throttling
;
in acpi_processor_update_tsd_coord()
119
match_pthrottling = &(match_pr->
throttling
);
in acpi_processor_update_tsd_coord()
151
match_pthrottling = &(match_pr->
throttling
);
in acpi_processor_update_tsd_coord()
178
pthrottling = &(pr->
throttling
);
in acpi_processor_update_tsd_coord()
213
if (!pr->flags.
throttling
) {
in acpi_processor_throttling_notifier()
220
p_throttling = &(pr->
throttling
);
in acpi_processor_throttling_notifier()
306
if (throttling_limit >= pr->
throttling
.state_count) {
in acpi_processor_tstate_has_changed()
311
current_state = pr->
throttling
in acpi_processor_tstate_has_changed()
406
struct acpi_processor_
throttling
*
throttling
;
acpi_processor_get_throttling_control()
local
755
struct acpi_processor_
throttling
*
throttling
;
acpi_read_throttling_status()
local
787
struct acpi_processor_
throttling
*
throttling
;
acpi_write_throttling_state()
local
[all...]
H
A
D
processor_thermal.c
196
if (pr->flags.
throttling
)
in acpi_processor_max_state()
197
max_state += (pr->
throttling
.state_count -1);
in acpi_processor_max_state()
234
if (pr->flags.
throttling
)
in processor_get_cur_state()
235
*cur_state += pr->
throttling
.state;
in processor_get_cur_state()
261
if (pr->flags.
throttling
&& pr->
throttling
.state)
in processor_set_cur_state()
H
A
D
acpi_processor.c
233
* to delay cpu_idle/
throttling
initialization and do it when the CPU
in acpi_processor_hotadd_init()
368
pr->
throttling
.address = object.processor.pblk_address;
in acpi_processor_get_info()
369
pr->
throttling
.duty_offset = acpi_gbl_FADT.duty_offset;
in acpi_processor_get_info()
370
pr->
throttling
.duty_width = acpi_gbl_FADT.duty_width;
in acpi_processor_get_info()
406
if (!zalloc_cpumask_var(&pr->
throttling
.shared_cpu_map, GFP_KERNEL)) {
in acpi_processor_add()
462
free_cpumask_var(pr->
throttling
.shared_cpu_map);
in acpi_processor_add()
511
free_cpumask_var(pr->
throttling
.shared_cpu_map);
in acpi_processor_remove()
H
A
D
processor_driver.c
148
if (pr->flags.
throttling
)
in acpi_pss_perf_init()
/kernel/linux/linux-5.10/include/acpi/
H
A
D
processor.h
207
u8
throttling
:1;
member
231
struct acpi_processor_throttling
throttling
;
member
380
* onlined/offlined. In such case the flags.
throttling
will be updated.
/kernel/linux/linux-6.6/include/acpi/
H
A
D
processor.h
212
u8
throttling
:1;
member
236
struct acpi_processor_throttling
throttling
;
member
385
* onlined/offlined. In such case the flags.
throttling
will be updated.
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/
H
A
D
init.c
146
u8
throttling
= MT7915_THERMAL_THROTTLE_MAX - state;
in mt7915_thermal_set_cur_throttle_state()
local
151
"please specify a valid
throttling
state\n");
in mt7915_thermal_set_cur_throttle_state()
162
ret = mt7915_mcu_set_thermal_throttling(phy,
throttling
);
in mt7915_thermal_set_cur_throttle_state()
/kernel/linux/linux-5.10/drivers/scsi/arcmsr/
H
A
D
arcmsr_hba.c
2513
uint32_t flag_ccb,
throttling
= 0;
in arcmsr_hbaC_postqueue_isr()
local
2534
throttling
++;
in arcmsr_hbaC_postqueue_isr()
2535
if (
throttling
== ARCMSR_HBC_ISR_THROTTLING_LEVEL) {
in arcmsr_hbaC_postqueue_isr()
2538
throttling
= 0;
in arcmsr_hbaC_postqueue_isr()
/kernel/linux/linux-6.6/drivers/scsi/arcmsr/
H
A
D
arcmsr_hba.c
2508
uint32_t flag_ccb,
throttling
= 0;
in arcmsr_hbaC_postqueue_isr()
local
2529
throttling
++;
in arcmsr_hbaC_postqueue_isr()
2530
if (
throttling
== ARCMSR_HBC_ISR_THROTTLING_LEVEL) {
in arcmsr_hbaC_postqueue_isr()
2533
throttling
= 0;
in arcmsr_hbaC_postqueue_isr()
Completed in 23 milliseconds