Home
last modified time | relevance | path

Searched refs:throttling (Results 1 – 30 of 30) sorted by relevance

/linux-4.1.27/drivers/acpi/
Dprocessor_throttling.c95 pthrottling = &(pr->throttling); in acpi_processor_update_tsd_coord()
117 pthrottling = &pr->throttling; in acpi_processor_update_tsd_coord()
141 match_pthrottling = &(match_pr->throttling); in acpi_processor_update_tsd_coord()
174 match_pthrottling = &(match_pr->throttling); in acpi_processor_update_tsd_coord()
201 pthrottling = &(pr->throttling); in acpi_processor_update_tsd_coord()
240 if (!pr->flags.throttling) { in acpi_processor_throttling_notifier()
246 p_throttling = &(pr->throttling); in acpi_processor_throttling_notifier()
334 if (throttling_limit >= pr->throttling.state_count) { in acpi_processor_tstate_has_changed()
339 current_state = pr->throttling.state; in acpi_processor_tstate_has_changed()
390 pr->flags.throttling = 0; in acpi_processor_reevaluate_tstate()
[all …]
Dprocessor_thermal.c196 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()
Dacpi_processor.c313 pr->throttling.address = object.processor.pblk_address; in acpi_processor_get_info()
314 pr->throttling.duty_offset = acpi_gbl_FADT.duty_offset; in acpi_processor_get_info()
315 pr->throttling.duty_width = acpi_gbl_FADT.duty_width; in acpi_processor_get_info()
326 request_region(pr->throttling.address, 6, "ACPI CPU throttle"); in acpi_processor_get_info()
360 if (!zalloc_cpumask_var(&pr->throttling.shared_cpu_map, GFP_KERNEL)) { in acpi_processor_add()
421 free_cpumask_var(pr->throttling.shared_cpu_map); in acpi_processor_add()
473 free_cpumask_var(pr->throttling.shared_cpu_map); in acpi_processor_remove()
Dprocessor_driver.c183 if (pr->flags.throttling) in __acpi_processor_start()
DKconfig291 like aggressive processor idling, throttling, frequency and/or
/linux-4.1.27/Documentation/cgroups/
Dblkio-controller.txt14 one is throttling policy which can be used to specify upper IO rate limits
71 - Enable throttling in block layer
98 Both CFQ and throttling implement hierarchy support; however,
99 throttling's hierarchy support is enabled iff "sane_behavior" is
111 CFQ by default and throttling with "sane_behavior" will handle the
113 Documentation/block/cfq-iosched.txt. For throttling, all limits apply
139 - Enable block device throttling support in block layer.
331 seen by throttling policy). These are further divided by the type
339 of bios as seen by throttling policy. These bios can later be
/linux-4.1.27/include/acpi/
Dprocessor.h186 u8 throttling:1; member
209 struct acpi_processor_throttling throttling; member
/linux-4.1.27/block/
DKconfig92 bool "Block layer bio throttling support"
96 Block layer bio throttling support. It can be used to limit
/linux-4.1.27/Documentation/devicetree/bindings/thermal/
Dtegra-soctherm.txt4 or interrupt-based thermal monitoring, CPU and GPU throttling based
/linux-4.1.27/Documentation/thermal/
Dsysfs-api.txt259 for cooling device throttling control represents.
392 throttling the cooling devices according to the policy configured.
394 and does actual throttling for other trip points i.e ACTIVE and PASSIVE.
395 The throttling policy is based on the configured platform data; if no
396 platform data is provided, this uses the step_wise throttling policy.
Dintel_powerclamp.txt37 are used for CPU throttling.
/linux-4.1.27/Documentation/vm/
Dzswap.txt20 throttling by the hypervisor. This allows more work to get done with less
/linux-4.1.27/Documentation/hwmon/
Djc4262 systems use the sensor to prevent memory overheating by automatically throttling
Dasc7621189 throttling. This means that these are usually negative numbers.
Dlm9380 from 0-255 where 0 indicates no throttling, and 255 indicates > 99.6%.
/linux-4.1.27/Documentation/scheduler/
Dsched-deadline.txt229 tasks with real-time group scheduling (a.k.a. RT-throttling - see
237 A main difference between deadline bandwidth management and RT-throttling
239 and thus we don't need a higher level throttling mechanism to enforce the
347 throttling patches [https://lkml.org/lkml/2010/2/23/239] but we still are in
Dsched-bwc.txt28 cpu.stat: exports throttling statistics [explained further below]
/linux-4.1.27/Documentation/filesystems/nfs/
Dnfs41-server.txt24 "exactly once" semantics and better control and throttling of the
/linux-4.1.27/drivers/thermal/
DKconfig94 used for fans without throttling. Some fan drivers depend on this
/linux-4.1.27/drivers/edac/
DKconfig18 memory errors, cache errors, PCI errors, thermal throttling, etc..
/linux-4.1.27/drivers/scsi/arcmsr/
Darcmsr_hba.c1945 uint32_t flag_ccb, ccb_cdb_phy, throttling = 0; in arcmsr_hbaC_postqueue_isr() local
1963 throttling++; in arcmsr_hbaC_postqueue_isr()
1964 if (throttling == ARCMSR_HBC_ISR_THROTTLING_LEVEL) { in arcmsr_hbaC_postqueue_isr()
1967 throttling = 0; in arcmsr_hbaC_postqueue_isr()
/linux-4.1.27/Documentation/device-mapper/
Dcache.txt111 Migration throttling
/linux-4.1.27/Documentation/
Dworkqueue.txt246 throttling the number of active work items, specifying '0' is
Dbcache.txt267 throttling background writeback and using a PD controller to smoothly adjust
Dedac.txt99 These errors are usually bus errors, ECC errors, thermal throttling
/linux-4.1.27/Documentation/timers/
DNO_HZ.txt275 your CPU to overheat, which may cause thermal throttling
/linux-4.1.27/Documentation/scsi/
DChangeLog.megaraid_sas492 Fix: The driver is now throttling IO.
/linux-4.1.27/Documentation/arm64/
Darm-acpi.txt356 throttling for power management -- the device driver should expect that
/linux-4.1.27/Documentation/sysctl/
Dkernel.txt609 100, you may still see sample throttling if this
/linux-4.1.27/init/
DKconfig1125 to such task groups. It is also used by bio throttling logic in
1131 CONFIG_CFQ_GROUP_IOSCHED=y; for enabling throttling policy, set