Home
last modified time | relevance | path

Searched refs:throttle (Results 1 – 25 of 165) sorted by relevance

1234567

/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dgov_step_wise.c38 enum thermal_trend trend, bool throttle) in get_target_state() argument
54 if (throttle) { in get_target_state()
68 if (throttle) { in get_target_state()
76 if (throttle) in get_target_state()
81 if (!throttle) in get_target_state()
84 if (!throttle) { in get_target_state()
93 if (!throttle) in get_target_state()
122 bool throttle = false; in thermal_zone_trip_update() local
136 throttle = true; in thermal_zone_trip_update()
141 trip, trip_type, trip_temp, trend, throttle); in thermal_zone_trip_update()
[all …]
H A DKconfig188 idle injection. This will throttle the CPU by injecting
200 This will throttle the device by limiting the maximum allowed DVFS
239 thermal framework. cpufreq is used as the cooling device to throttle
251 cpufreq is used as the cooling device to throttle CPUs when the
272 cpufreq is used as the cooling device to throttle CPUs when the passive
303 cpufreq is used as the cooling device to throttle CPUs when the
337 trip point. Cpufreq is used as the cooling device and will throttle
347 Cpufreq is used as the cooling device and will throttle CPUs when
H A Dgov_user_space.c45 .throttle = notify_user_space,
H A Dgov_bang_bang.c117 .throttle = bang_bang_control,
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/thermal/
H A Dnvidia,tegra124-soctherm.txt35 - throttle-cfgs: A sub-node which is a container of configuration for each
36 hardware throttle events. These events can be set as cooling devices.
37 * throttle events: Sub-nodes must be named as "light" or "heavy".
39 - nvidia,priority: Each throttles has its own throttle settings, so the
40 SW need to set priorities for various throttle, the HW arbiter can select
41 the final throttle settings.
51 level of pulse skippers, which used to throttle clock frequencies. It
57 It is the level of pulse skippers, which used to throttle clock
70 valid only for OCx throttle events.
79 - nvidia,throttle-period-us: Specifies the number of uSec for which
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/
H A Dappmodel.cpp157 QElapsedTimer throttle; member in AppModelPrivate
177 throttle.invalidate(); in AppModelPrivate()
267 if (d->throttle.isValid() && d->throttle.elapsed() < d->minMsBeforeNewRequest ) { in queryCity()
274 d->throttle.start(); in queryCity()
315 d->throttle.start(); in hadError()
332 if (!d->throttle.isValid()) in handleGeoNetworkData()
333 d->throttle.start(); in handleGeoNetworkData()
535 d->throttle.invalidate(); in setUseGps()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddm-kcopyd.h27 unsigned 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);
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-kcopyd.c173 struct dm_kcopyd_throttle *throttle; member
223 unsigned throttle, now, difference; in io_job_start() local
232 throttle = READ_ONCE(t->throttle); in io_job_start()
234 if (likely(throttle >= 100)) in io_job_start()
256 skew = t->io_period - throttle * t->total_period / 100; in io_job_start()
282 if (likely(READ_ONCE(t->throttle) >= 100)) in io_job_finish()
637 io_job_finish(kc->throttle); in complete_io()
691 io_job_start(job->kc->throttle); in run_io_job()
1026 struct dm_kcopyd_client *dm_kcopyd_client_create(struct dm_kcopyd_throttle *throttle) in dm_kcopyd_client_create() argument
1041 kc->throttle = throttle; in dm_kcopyd_client_create()
H A Ddm-thin.c145 struct throttle { struct
151 static void throttle_init(struct throttle *t) in throttle_init() argument
157 static void throttle_work_start(struct throttle *t) in throttle_work_start()
162 static void throttle_work_update(struct throttle *t) in throttle_work_update()
170 static void throttle_work_complete(struct throttle *t) in throttle_work_complete()
178 static void throttle_lock(struct throttle *t) in throttle_lock()
183 static void throttle_unlock(struct throttle *t) in throttle_unlock()
252 struct throttle throttle; member
2217 throttle_work_update(&pool->throttle); in process_thin_deferred_bios()
2404 throttle_work_start(&pool->throttle); in do_worker()
[all …]
H A Ddm-zoned-reclaim.c526 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()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/
H A Dblkio-controller.rst37 echo "8:16 1048576" > /sys/fs/cgroup/blkio/blkio.throttle.read_bps_device
49 Limits for writes can be put using blkio.throttle.write_bps_device file.
247 - blkio.throttle.read_bps_device
252 echo "<major>:<minor> <rate_bytes_per_second>" > /cgrp/blkio.throttle.read_bps_device
254 - blkio.throttle.write_bps_device
259 echo "<major>:<minor> <rate_bytes_per_second>" > /cgrp/blkio.throttle.write_bps_device
261 - blkio.throttle.read_iops_device
266 echo "<major>:<minor> <rate_io_per_second>" > /cgrp/blkio.throttle.read_iops_device
268 - blkio.throttle.write_iops_device
273 echo "<major>:<minor> <rate_io_per_second>" > /cgrp/blkio.throttle.write_iops_device
[all …]
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_aspeed_vuart.c242 bool throttle) in __aspeed_vuart_set_throttle() argument
247 if (!throttle) in __aspeed_vuart_set_throttle()
251 static void aspeed_vuart_set_throttle(struct uart_port *port, bool throttle) in aspeed_vuart_set_throttle() argument
257 __aspeed_vuart_set_throttle(up, throttle); in aspeed_vuart_set_throttle()
401 port.port.throttle = aspeed_vuart_throttle; in aspeed_vuart_probe()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtt.c83 tt->throttle = false; in iwl_mvm_enter_ctkill()
506 if (!tt->throttle && throttle_enable) { in iwl_mvm_tt_handler()
509 tt->throttle = true; in iwl_mvm_tt_handler()
510 } else if (tt->throttle && !tt->dynamic_smps && in iwl_mvm_tt_handler()
515 tt->throttle = false; in iwl_mvm_tt_handler()
942 tt->throttle = false; in iwl_mvm_thermal_initialize()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Drk3288-veyron-mickey.dts85 * 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
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dpowernv-cpufreq.c137 struct work_struct throttle; member
909 struct chip *chip = container_of(work, struct chip, throttle); in powernv_cpufreq_work_fn()
981 schedule_work(&chips[i].throttle); in powernv_cpufreq_occ_msg()
1000 schedule_work(&chips[i].throttle); in powernv_cpufreq_occ_msg()
1088 INIT_WORK(&chips[i].throttle, powernv_cpufreq_work_fn); in init_chip_info()
1107 cancel_work_sync(&chips[i].throttle); in clean_chip_info()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-asyncio-throttle_1.0.2.bb2 HOMEPAGE = "https://github.com/hallazzang/asyncio-throttle"
H A Dpython3-aiohue_3.0.11.bb13 ${PYTHON_PN}-asyncio-throttle \
/OK3568_Linux_fs/kernel/block/
H A Dblk-rq-qos.c71 if (rqos->ops->throttle) in __rq_qos_throttle()
72 rqos->ops->throttle(rqos, bio); in __rq_qos_throttle()
/OK3568_Linux_fs/kernel/Documentation/block/
H A Dkyber-iosched.rst6 reads and synchronous writes. Kyber will throttle requests in order to meet
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dvisor.c173 .throttle = usb_serial_generic_throttle,
193 .throttle = usb_serial_generic_throttle,
212 .throttle = usb_serial_generic_throttle,
H A Dempeg.c52 .throttle = usb_serial_generic_throttle,
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_ioctl.c114 tty->ops->throttle) in tty_throttle()
115 tty->ops->throttle(tty); in tty_throttle()
167 if (tty->ops->throttle) in tty_throttle_safe()
168 tty->ops->throttle(tty); in tty_throttle_safe()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-firmware-opal-psr7 to shift/throttle power between different entities in
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dtool.h57 throttle, member
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/
H A Dmali-midgard.txt39 - 1 to enable job throttle, limiting the number of cores that can be started
41 - Value between 0 and 63 (including). If job throttle is enabled, this is one

1234567