Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dprocessor_throttling.c78 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.state; in acpi_processor_tstate_has_changed()
373 pr->flags.throttling = 0; in acpi_processor_reevaluate_tstate()
[all …]
H A Dprocessor_thermal.c185 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 Dacpi_processor.c340 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 Dprocessor_driver.c151 if (pr->flags.throttling) in acpi_pss_perf_init()
/OK3568_Linux_fs/kernel/block/
H A DKconfig95 bool "Block layer bio throttling support"
99 Block layer bio throttling support. It can be used to limit
107 bool "Block throttling .low limit interface support (EXPERIMENTAL)"
110 Add .low limit interface for block throttling. The low limit is a best
128 bool "Enable support for block device writeback throttling"
132 less impact on foreground operations. The throttling is done
137 bool "Enable writeback throttling by default"
141 Enable writeback throttling by default for request-based block devices.
147 Enabling this option enables the .latency interface for IO throttling.
149 the configured latency target, throttling anybody with a higher latency
/OK3568_Linux_fs/kernel/drivers/gpu/drm/etnaviv/
H A DKconfig19 bool "enable ETNAVIV thermal throttling"
23 Compile in support for thermal throttling.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/thermal/
H A Dnvidia,tegra124-soctherm.txt4 or interrupt-based thermal monitoring, CPU and GPU throttling based
48 It is the throttling depth of pulse skippers, it's the percentage
49 throttling.
52 indicates cpu clock throttling depth, and the depth can be programmed.
58 frequencies. It indicates gpu clock throttling depth and can be
59 programmed to any of the following values which represent a throttling
80 throttling is engaged after the OC event is deasserted. Default value
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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
431 TX side throttling in microseconds. Adapter will setup maximum interrupt delay
441 RX side throttling in microseconds. Adapter will setup maximum interrupt delay
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/
H A Dblkio-controller.rst13 One IO control policy is throttling policy which can be used to
26 - Enable throttling in block layer::
55 throttling's hierarchy support is enabled iff "sane_behavior" is
68 hierarchy correctly. For throttling, all limits apply
90 - Enable block device throttling support in block layer.
/OK3568_Linux_fs/kernel/include/acpi/
H A Dprocessor.h207 u8 throttling:1; member
231 struct acpi_processor_throttling throttling; member
/OK3568_Linux_fs/u-boot/drivers/thermal/
H A DKconfig5 temperature sensors to permit warnings, speed throttling or even
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ncp/
H A Dncp_1.2.4.bb3 security or integrity checking, no throttling, no features, except \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/tnftp/
H A Dtnftp_20210827.bb10 throttling."
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Drk3288-veyron-mickey.dts101 * Add some discrete steps to help throttling system deal
113 * - After 696 MHz we stop lowering voltage, so throttling
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Drk3288-veyron-mickey.dts126 * Add some discrete steps to help throttling system deal
138 * - After 696 MHz we stop lowering voltage, so throttling
H A D.rk3288-veyron-mickey.dtb.pre.tmp
/OK3568_Linux_fs/external/rkwifibt/firmware/infineon/CYW5557X_SDIO/
H A Dcyw5557x_sdio.txt435 #temperature throttling
441 #temperature throttling, aggressive setting
/OK3568_Linux_fs/external/rkwifibt/firmware/infineon/CYW5557X_PCIE/
H A Dcyw5557x_pcie.txt435 #temperature throttling
441 #temperature throttling, aggressive setting
/OK3568_Linux_fs/kernel/Documentation/driver-api/thermal/
H A Dsysfs-api.rst503 for cooling device throttling control represents.
751 throttling the cooling devices according to the policy configured.
753 and does actual throttling for other trip points i.e ACTIVE and PASSIVE.
754 The throttling policy is based on the configured platform data; if no
755 platform data is provided, this uses the step_wise throttling policy.
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dsched-deadline.rst216 - Umax is the maximum reclaimable utilization (subjected to RT throttling
221 (subjected to RT throttling limits).
567 tasks with real-time group scheduling (a.k.a. RT-throttling - see
575 A main difference between deadline bandwidth management and RT-throttling
577 and thus we don't need a higher level throttling mechanism to enforce the
657 dl_yielded is set and used to handle correctly throttling and runtime
710 throttling patches [https://lkml.org/lkml/2010/2/23/239] but we still are in
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Djc42.rst110 systems use the sensor to prevent memory overheating by automatically throttling
/OK3568_Linux_fs/kernel/Documentation/block/
H A Dqueue-sysfs.rst244 If the device is registered for writeback throttling, then this file shows
246 window of time (see wb_window_usec), then the writeback throttling will start
/OK3568_Linux_fs/kernel/Documentation/filesystems/nfs/
H A Dnfs41-server.rst26 "exactly once" semantics and better control and throttling of the

123