Home
last modified time | relevance | path

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

12

/linux/drivers/acpi/
H A Dprocessor_throttling.c77 pthrottling = &(pr->throttling); in acpi_processor_update_tsd_coord()
99 pthrottling = &pr->throttling; in acpi_processor_update_tsd_coord()
122 match_pthrottling = &(match_pr->throttling); in acpi_processor_update_tsd_coord()
154 match_pthrottling = &(match_pr->throttling); in acpi_processor_update_tsd_coord()
181 pthrottling = &(pr->throttling); in acpi_processor_update_tsd_coord()
216 if (!pr->flags.throttling) { in acpi_processor_throttling_notifier()
223 p_throttling = &(pr->throttling); in acpi_processor_throttling_notifier()
309 if (throttling_limit >= pr->throttling.state_count) { in acpi_processor_tstate_has_changed()
314 current_state = pr->throttling.state; in acpi_processor_tstate_has_changed()
365 pr->flags.throttling = 0; in acpi_processor_reevaluate_tstate()
[all …]
H A Dprocessor_thermal.c229 if (pr->flags.throttling) in acpi_processor_max_state()
230 max_state += (pr->throttling.state_count -1); in acpi_processor_max_state()
267 if (pr->flags.throttling) in processor_get_cur_state()
268 *cur_state += pr->throttling.state; in processor_get_cur_state()
294 if (pr->flags.throttling && pr->throttling.state) in processor_set_cur_state()
H A Dacpi_processor.c394 pr->throttling.address = object.processor.pblk_address; in acpi_processor_get_info()
395 pr->throttling.duty_offset = acpi_gbl_FADT.duty_offset; in acpi_processor_get_info()
396 pr->throttling.duty_width = acpi_gbl_FADT.duty_width; in acpi_processor_get_info()
433 if (!zalloc_cpumask_var(&pr->throttling.shared_cpu_map, GFP_KERNEL)) { in acpi_processor_add()
470 free_cpumask_var(pr->throttling.shared_cpu_map); in acpi_processor_add()
517 free_cpumask_var(pr->throttling.shared_cpu_map); in acpi_processor_post_eject()
H A Dprocessor_driver.c149 if (pr->flags.throttling) in acpi_pss_perf_init()
/linux/drivers/gpu/drm/etnaviv/
H A DKconfig19 bool "enable ETNAVIV thermal throttling"
23 Compile in support for thermal throttling.
/linux/Documentation/ABI/testing/
H A Dsysfs-platform-dfl-fme135 threshold, hardware starts 50% or 90% throttling (see
144 threshold, hardware starts 100% throttling.
177 0 AP2 state (90% throttling)
178 1 AP1 state (50% throttling)
193 this threshold, hardware starts 50% throttling.
206 this threshold, hardware starts 90% throttling.
H A Dsysfs-platform-dfl-port23 means different throttling level. When reading this file, it
H A Dsysfs-class-thermal78 for cooling device throttling control represents.
/linux/Documentation/networking/device_drivers/ethernet/aquantia/
H A Datlantic.rst411 aq_itr -Interrupt throttling mode
418 0 Disable interrupt throttling.
419 1 Enable interrupt throttling and use specified tx and rx rates.
420 0xFFFF Auto throttling mode. Driver will choose the best RX and TX
421 interrupt throttling settings based on link speed.
431 TX side throttling in microseconds. Adapter will setup maximum interrupt delay
441 RX side throttling in microseconds. Adapter will setup maximum interrupt delay
/linux/Documentation/admin-guide/cgroup-v1/
H A Dblkio-controller.rst13 One IO control policy is throttling policy which can be used to
27 Enable throttling in block layer::
56 throttling's hierarchy support is enabled iff "sane_behavior" is
69 hierarchy correctly. For throttling, all limits apply
92 Enable block device throttling support in block layer.
/linux/include/acpi/
H A Dprocessor.h212 u8 throttling:1; member
236 struct acpi_processor_throttling throttling; member
/linux/Documentation/hwmon/
H A Dspd5118.rst28 to prevent memory overheating by automatically throttling the memory controller.
H A Dpeci-cputemp.rst78 package. Used for throttling temperature. If this value
H A Dasc7621.rst205 throttling. This means that these are usually negative numbers.
H A Dlm93.rst90 from 0-255 where 0 indicates no throttling, and 255 indicates > 99.6%.
/linux/Documentation/filesystems/nfs/
H A Dnfs41-server.rst26 "exactly once" semantics and better control and throttling of the
/linux/Documentation/admin-guide/mm/
H A Dzswap.rst21 throttling by the hypervisor. This allows more work to get done with less
/linux/arch/arm/boot/dts/nvidia/
H A Dtegra20-ventana.dts734 /* start throttling at 50C */
H A Dtegra20-paz00.dts744 /* start throttling at 80C */
/linux/Documentation/admin-guide/thermal/
H A Dintel_powerclamp.rst41 are used for CPU throttling.
/linux/Documentation/admin-guide/device-mapper/
H A Dcache.rst118 Migration throttling
/linux/Documentation/hid/
H A Dintel-ish-hid.rst216 (up to IPC MTU), thus allowing for interrupt throttling.
/linux/Documentation/timers/
H A Dno_hz.rst244 your CPU to overheat, which may cause thermal throttling
/linux/init/
H A DKconfig617 HW throttling. HW throttling occurs when the performance of
1084 to such task groups. It is also used by bio throttling logic in
1090 CONFIG_BFQ_GROUP_IOSCHED=y; for enabling throttling policy, set
/linux/Documentation/admin-guide/sysctl/
H A Dvm.rst345 writers throttling. This is not the case by default which means that
356 any throttling.

12