/Linux-v4.19/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 | 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()
|
D | processor_driver.c | 164 if (pr->flags.throttling) in acpi_pss_perf_init()
|
D | Kconfig | 277 by several flavors of cpufreq performance-state, thermal, throttling and 584 like aggressive processor idling, throttling, frequency and/or
|
/Linux-v4.19/block/ |
D | Kconfig | 108 bool "Block layer bio throttling support" 112 Block layer bio throttling support. It can be used to limit 120 bool "Block throttling .low limit interface support (EXPERIMENTAL)" 124 Add .low limit interface for block throttling. The low limit is a best 143 bool "Enable support for block device writeback throttling" 148 less impact on foreground operations. The throttling is done 157 Enabling this option enables the .latency interface for IO throttling. 159 the configured latency target, throttling anybody with a higher latency 165 bool "Single queue writeback throttling" 169 Enable writeback throttling by default on legacy single queue devices [all …]
|
/Linux-v4.19/drivers/gpu/drm/etnaviv/ |
D | Kconfig | 19 bool "enable ETNAVIV thermal throttling" 23 Compile in support for thermal throttling.
|
/Linux-v4.19/Documentation/devicetree/bindings/thermal/ |
D | nvidia,tegra124-soctherm.txt | 4 or interrupt-based thermal monitoring, CPU and GPU throttling based 47 It is the throttling depth of pulse skippers, it's the percentage 48 throttling. 51 indicates cpu clock throttling depth, and the depth can be programmed.
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | rk3288-veyron-mickey.dts | 89 * Add some discrete steps to help throttling system deal 101 * - After 696 MHz we stop lowering voltage, so throttling
|
/Linux-v4.19/include/acpi/ |
D | processor.h | 205 u8 throttling:1; member 229 struct acpi_processor_throttling throttling; member
|
/Linux-v4.19/Documentation/cgroup-v1/ |
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 97 Both CFQ and throttling implement hierarchy support; however, 98 throttling's hierarchy support is enabled iff "sane_behavior" is 110 CFQ by default and throttling with "sane_behavior" will handle the 112 Documentation/block/cfq-iosched.txt. For throttling, all limits apply 138 - Enable block device throttling support in block layer.
|
/Linux-v4.19/Documentation/block/ |
D | queue-sysfs.txt | 183 If the device is registered for writeback throttling, then this file shows 185 window of time (see wb_window_usec), then the writeback throttling will start
|
/Linux-v4.19/Documentation/hwmon/ |
D | jc42 | 63 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-v4.19/Documentation/thermal/ |
D | sysfs-api.txt | 375 for cooling device throttling control represents. 606 throttling the cooling devices according to the policy configured. 608 and does actual throttling for other trip points i.e ACTIVE and PASSIVE. 609 The throttling policy is based on the configured platform data; if no 610 platform data is provided, this uses the step_wise throttling policy.
|
D | intel_powerclamp.txt | 37 are used for CPU throttling.
|
/Linux-v4.19/Documentation/scheduler/ |
D | sched-deadline.txt | 216 - Umax is the maximum reclaimable utilization (subjected to RT throttling 221 (subjected to RT throttling limits). 552 tasks with real-time group scheduling (a.k.a. RT-throttling - see 560 A main difference between deadline bandwidth management and RT-throttling 562 and thus we don't need a higher level throttling mechanism to enforce the 640 dl_yielded is set and used to handle correctly throttling and runtime 693 throttling patches [https://lkml.org/lkml/2010/2/23/239] but we still are in
|
D | sched-bwc.txt | 28 cpu.stat: exports throttling statistics [explained further below]
|
/Linux-v4.19/Documentation/filesystems/nfs/ |
D | nfs41-server.txt | 24 "exactly once" semantics and better control and throttling of the
|
/Linux-v4.19/Documentation/vm/ |
D | zswap.rst | 29 throttling by the hypervisor. This allows more work to get done with less
|
/Linux-v4.19/Documentation/hid/ |
D | intel-ish-hid.txt | 198 (up to IPC MTU), thus allowing for interrupt throttling.
|
/Linux-v4.19/drivers/scsi/arcmsr/ |
D | arcmsr_hba.c | 2338 uint32_t flag_ccb, ccb_cdb_phy, throttling = 0; in arcmsr_hbaC_postqueue_isr() local 2356 throttling++; in arcmsr_hbaC_postqueue_isr() 2357 if (throttling == ARCMSR_HBC_ISR_THROTTLING_LEVEL) { in arcmsr_hbaC_postqueue_isr() 2360 throttling = 0; in arcmsr_hbaC_postqueue_isr()
|
/Linux-v4.19/drivers/edac/ |
D | Kconfig | 19 memory errors, cache errors, PCI errors, thermal throttling, etc..
|
/Linux-v4.19/Documentation/device-mapper/ |
D | cache.txt | 111 Migration throttling
|