/linux-4.4.14/drivers/acpi/ |
D | processor_throttling.c | 91 pthrottling = &(pr->throttling); in acpi_processor_update_tsd_coord() 113 pthrottling = &pr->throttling; in acpi_processor_update_tsd_coord() 137 match_pthrottling = &(match_pr->throttling); in acpi_processor_update_tsd_coord() 170 match_pthrottling = &(match_pr->throttling); in acpi_processor_update_tsd_coord() 197 pthrottling = &(pr->throttling); in acpi_processor_update_tsd_coord() 236 if (!pr->flags.throttling) { in acpi_processor_throttling_notifier() 242 p_throttling = &(pr->throttling); in acpi_processor_throttling_notifier() 330 if (throttling_limit >= pr->throttling.state_count) { in acpi_processor_tstate_has_changed() 335 current_state = pr->throttling.state; in acpi_processor_tstate_has_changed() 386 pr->flags.throttling = 0; in acpi_processor_reevaluate_tstate() [all …]
|
D | processor_thermal.c | 192 if (pr->flags.throttling) in acpi_processor_max_state() 193 max_state += (pr->throttling.state_count -1); in acpi_processor_max_state() 230 if (pr->flags.throttling) in processor_get_cur_state() 231 *cur_state += pr->throttling.state; in processor_get_cur_state() 257 if (pr->flags.throttling && pr->throttling.state) in processor_set_cur_state()
|
D | acpi_processor.c | 329 pr->throttling.address = object.processor.pblk_address; in acpi_processor_get_info() 330 pr->throttling.duty_offset = acpi_gbl_FADT.duty_offset; in acpi_processor_get_info() 331 pr->throttling.duty_width = acpi_gbl_FADT.duty_width; in acpi_processor_get_info() 342 request_region(pr->throttling.address, 6, "ACPI CPU throttle"); in acpi_processor_get_info() 376 if (!zalloc_cpumask_var(&pr->throttling.shared_cpu_map, GFP_KERNEL)) { in acpi_processor_add() 437 free_cpumask_var(pr->throttling.shared_cpu_map); in acpi_processor_add() 489 free_cpumask_var(pr->throttling.shared_cpu_map); in acpi_processor_remove()
|
D | processor_driver.c | 172 if (pr->flags.throttling) in acpi_pss_perf_init()
|
D | Kconfig | 231 by several flavors of cpufreq performance-state, thermal, throttling and 344 like aggressive processor idling, throttling, frequency and/or
|
/linux-4.4.14/include/acpi/ |
D | processor.h | 186 u8 throttling:1; member 209 struct acpi_processor_throttling throttling; member
|
/linux-4.4.14/block/ |
D | Kconfig | 92 bool "Block layer bio throttling support" 96 Block layer bio throttling support. It can be used to limit
|
/linux-4.4.14/Documentation/devicetree/bindings/thermal/ |
D | tegra-soctherm.txt | 4 or interrupt-based thermal monitoring, CPU and GPU throttling based
|
/linux-4.4.14/Documentation/cgroups/ |
D | blkio-controller.txt | 14 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.
|
/linux-4.4.14/Documentation/thermal/ |
D | sysfs-api.txt | 282 for cooling device throttling control represents. 487 throttling the cooling devices according to the policy configured. 489 and does actual throttling for other trip points i.e ACTIVE and PASSIVE. 490 The throttling policy is based on the configured platform data; if no 491 platform data is provided, this uses the step_wise throttling policy.
|
D | intel_powerclamp.txt | 37 are used for CPU throttling.
|
/linux-4.4.14/Documentation/hwmon/ |
D | jc42 | 62 systems use the sensor to prevent memory overheating by automatically throttling
|
D | asc7621 | 189 throttling. This means that these are usually negative numbers.
|
D | lm93 | 80 from 0-255 where 0 indicates no throttling, and 255 indicates > 99.6%.
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-bwc.txt | 28 cpu.stat: exports throttling statistics [explained further below]
|
D | sched-deadline.txt | 353 tasks with real-time group scheduling (a.k.a. RT-throttling - see 361 A main difference between deadline bandwidth management and RT-throttling 363 and thus we don't need a higher level throttling mechanism to enforce the 471 throttling patches [https://lkml.org/lkml/2010/2/23/239] but we still are in
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | nfs41-server.txt | 24 "exactly once" semantics and better control and throttling of the
|
/linux-4.4.14/Documentation/vm/ |
D | zswap.txt | 20 throttling by the hypervisor. This allows more work to get done with less
|
/linux-4.4.14/drivers/edac/ |
D | Kconfig | 19 memory errors, cache errors, PCI errors, thermal throttling, etc..
|
/linux-4.4.14/drivers/scsi/arcmsr/ |
D | arcmsr_hba.c | 1942 uint32_t flag_ccb, ccb_cdb_phy, throttling = 0; in arcmsr_hbaC_postqueue_isr() local 1960 throttling++; in arcmsr_hbaC_postqueue_isr() 1961 if (throttling == ARCMSR_HBC_ISR_THROTTLING_LEVEL) { in arcmsr_hbaC_postqueue_isr() 1964 throttling = 0; in arcmsr_hbaC_postqueue_isr()
|
/linux-4.4.14/drivers/thermal/ |
D | Kconfig | 113 used for fans without throttling. Some fan drivers depend on this
|
/linux-4.4.14/Documentation/device-mapper/ |
D | cache.txt | 111 Migration throttling
|
/linux-4.4.14/Documentation/ |
D | workqueue.txt | 246 throttling the number of active work items, specifying '0' is
|
D | bcache.txt | 267 throttling background writeback and using a PD controller to smoothly adjust
|
/linux-4.4.14/Documentation/timers/ |
D | NO_HZ.txt | 275 your CPU to overheat, which may cause thermal throttling
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.megaraid_sas | 492 Fix: The driver is now throttling IO.
|
/linux-4.4.14/Documentation/arm64/ |
D | arm-acpi.txt | 356 throttling for power management -- the device driver should expect that
|
/linux-4.4.14/init/ |
D | Kconfig | 1130 to such task groups. It is also used by bio throttling logic in 1136 CONFIG_CFQ_GROUP_IOSCHED=y; for enabling throttling policy, set
|
/linux-4.4.14/Documentation/sysctl/ |
D | kernel.txt | 621 100, you may still see sample throttling if this
|