/linux-6.6.21/drivers/thermal/ |
D | gov_step_wise.c | 31 enum thermal_trend trend, bool throttle) in get_target_state() argument 47 if (throttle) { in get_target_state() 56 if (throttle) { in get_target_state() 87 bool throttle = false; in thermal_zone_trip_update() local 93 throttle = true; in thermal_zone_trip_update() 98 trip_id, trip->type, trip->temperature, trend, throttle); in thermal_zone_trip_update() 105 instance->target = get_target_state(instance, trend, throttle); in thermal_zone_trip_update() 155 .throttle = step_wise_throttle,
|
D | gov_user_space.c | 53 .throttle = notify_user_space,
|
D | Kconfig | 202 idle injection. This will throttle the CPU by injecting 214 This will throttle the device by limiting the maximum allowed DVFS 253 thermal framework. cpufreq is used as the cooling device to throttle 265 cpufreq is used as the cooling device to throttle CPUs when the 286 cpufreq is used as the cooling device to throttle CPUs when the passive 317 cpufreq is used as the cooling device to throttle CPUs when the 351 trip point. Cpufreq is used as the cooling device and will throttle
|
D | gov_bang_bang.c | 111 .throttle = bang_bang_control,
|
D | gov_fair_share.c | 111 .throttle = fair_share_throttle,
|
/linux-6.6.21/Documentation/devicetree/bindings/thermal/ |
D | nvidia,tegra124-soctherm.yaml | 62 throttle-cfgs: 65 hardware throttle events. These events can be set as cooling devices. 76 description: Each throttles has its own throttle settings, so the 77 SW need to set priorities for various throttle, the HW arbiter 78 can select the final throttle settings. Bigger value indicates 94 of pulse skippers, which used to throttle clock frequencies. It 110 level of pulse skippers, which used to throttle clock 125 # Tegra210 specific and valid only for OCx throttle events 145 nvidia,throttle-period-us: 169 throttle temperature. Once the temperature of this thermal zone is [all …]
|
/linux-6.6.21/include/linux/ |
D | dm-kcopyd.h | 27 unsigned int throttle; member 45 module_param_named(name, dm_kcopyd_throttle.throttle, uint, 0644); \ 53 struct dm_kcopyd_client *dm_kcopyd_client_create(struct dm_kcopyd_throttle *throttle);
|
/linux-6.6.21/drivers/md/ |
D | dm-kcopyd.c | 75 struct dm_kcopyd_throttle *throttle; member 125 unsigned int throttle, now, difference; in io_job_start() local 134 throttle = READ_ONCE(t->throttle); in io_job_start() 136 if (likely(throttle >= 100)) in io_job_start() 159 skew = t->io_period - throttle * t->total_period / 100; in io_job_start() 185 if (likely(READ_ONCE(t->throttle) >= 100)) in io_job_finish() 525 io_job_finish(kc->throttle); in complete_io() 578 io_job_start(job->kc->throttle); in run_io_job() 915 struct dm_kcopyd_client *dm_kcopyd_client_create(struct dm_kcopyd_throttle *throttle) in dm_kcopyd_client_create() argument 930 kc->throttle = throttle; in dm_kcopyd_client_create()
|
D | dm-thin.c | 148 struct throttle { struct 154 static void throttle_init(struct throttle *t) in throttle_init() argument 160 static void throttle_work_start(struct throttle *t) in throttle_work_start() 165 static void throttle_work_update(struct throttle *t) in throttle_work_update() 173 static void throttle_work_complete(struct throttle *t) in throttle_work_complete() 181 static void throttle_lock(struct throttle *t) in throttle_lock() 186 static void throttle_unlock(struct throttle *t) in throttle_unlock() 255 struct throttle throttle; member 2234 throttle_work_update(&pool->throttle); in process_thin_deferred_bios() 2423 throttle_work_start(&pool->throttle); in do_worker() [all …]
|
D | dm-zoned-reclaim.c | 526 zrc->kc_throttle.throttle = 100; in dmz_reclaim_work() 529 zrc->kc_throttle.throttle = min(75U, 100U - p_unmap / 2); in dmz_reclaim_work() 534 zrc->kc_throttle.throttle, in dmz_reclaim_work()
|
/linux-6.6.21/Documentation/admin-guide/cgroup-v1/ |
D | blkio-controller.rst | 38 echo "8:16 1048576" > /sys/fs/cgroup/blkio/blkio.throttle.read_bps_device 50 Limits for writes can be put using blkio.throttle.write_bps_device file. 252 blkio.throttle.read_bps_device 257 echo "<major>:<minor> <rate_bytes_per_second>" > /cgrp/blkio.throttle.read_bps_device 259 blkio.throttle.write_bps_device 264 echo "<major>:<minor> <rate_bytes_per_second>" > /cgrp/blkio.throttle.write_bps_device 266 blkio.throttle.read_iops_device 271 echo "<major>:<minor> <rate_io_per_second>" > /cgrp/blkio.throttle.read_iops_device 273 blkio.throttle.write_iops_device 278 echo "<major>:<minor> <rate_io_per_second>" > /cgrp/blkio.throttle.write_iops_device [all …]
|
/linux-6.6.21/Documentation/ABI/testing/ |
D | sysfs-driver-intel-i915-hwmon | 15 The power controller will throttle the operating frequency 47 for client products. The power controller will throttle the 60 exposed for server products. The power controller will throttle
|
D | sysfs-firmware-opal-psr | 7 to shift/throttle power between different entities in
|
/linux-6.6.21/drivers/tty/serial/8250/ |
D | 8250_aspeed_vuart.c | 274 bool throttle) in __aspeed_vuart_set_throttle() argument 282 if (!throttle) in __aspeed_vuart_set_throttle() 286 static void aspeed_vuart_set_throttle(struct uart_port *port, bool throttle) in aspeed_vuart_set_throttle() argument 292 __aspeed_vuart_set_throttle(up, throttle); in aspeed_vuart_set_throttle() 444 port.port.throttle = aspeed_vuart_throttle; in aspeed_vuart_probe()
|
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | tt.c | 25 tt->throttle = false; in iwl_mvm_enter_ctkill() 447 if (!tt->throttle && throttle_enable) { in iwl_mvm_tt_handler() 450 tt->throttle = true; in iwl_mvm_tt_handler() 451 } else if (tt->throttle && !tt->dynamic_smps && in iwl_mvm_tt_handler() 456 tt->throttle = false; in iwl_mvm_tt_handler() 836 tt->throttle = false; in iwl_mvm_thermal_initialize()
|
/linux-6.6.21/Documentation/devicetree/bindings/display/msm/ |
D | qcom,sc7180-dpu.yaml | 41 - description: Display core throttle clock 52 - const: throttle
|
/linux-6.6.21/arch/arm/boot/dts/rockchip/ |
D | rk3288-veyron-mickey.dts | 85 * After 1st level, throttle the CPU down to as low as 1.4 GHz 180 /* After 1st level throttle the GPU down to as low as 400 MHz */ 187 * Slightly after we throttle the GPU, we'll also make sure that 189 * throttle the CPU lower than 1.4 GHz due to GPU heat--we'll
|
/linux-6.6.21/drivers/cpufreq/ |
D | powernv-cpufreq.c | 137 struct work_struct throttle; member 917 struct chip *chip = container_of(work, struct chip, throttle); in powernv_cpufreq_work_fn() 989 schedule_work(&chips[i].throttle); in powernv_cpufreq_occ_msg() 1008 schedule_work(&chips[i].throttle); in powernv_cpufreq_occ_msg() 1083 INIT_WORK(&chips[i].throttle, powernv_cpufreq_work_fn); in init_chip_info() 1102 cancel_work_sync(&chips[i].throttle); in clean_chip_info()
|
/linux-6.6.21/Documentation/block/ |
D | kyber-iosched.rst | 6 reads and synchronous writes. Kyber will throttle requests in order to meet
|
/linux-6.6.21/drivers/usb/serial/ |
D | empeg.c | 52 .throttle = usb_serial_generic_throttle,
|
D | visor.c | 173 .throttle = usb_serial_generic_throttle, 193 .throttle = usb_serial_generic_throttle, 212 .throttle = usb_serial_generic_throttle,
|
D | aircable.c | 149 .throttle = usb_serial_generic_throttle,
|
/linux-6.6.21/tools/perf/util/ |
D | tool.h | 59 throttle, member
|
/linux-6.6.21/block/ |
D | blk-rq-qos.c | 65 if (rqos->ops->throttle) in __rq_qos_throttle() 66 rqos->ops->throttle(rqos, bio); in __rq_qos_throttle()
|
/linux-6.6.21/drivers/thermal/mediatek/ |
D | Kconfig | 7 information from thermal sensors or turn on throttle
|