Home
last modified time | relevance | path

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

1234

/drivers/thermal/
A Dgov_step_wise.c31 enum thermal_trend trend, bool throttle) in get_target_state() argument
45 if (throttle) in get_target_state()
51 if (throttle) { in get_target_state()
76 bool throttle = false; in thermal_zone_trip_update() local
79 throttle = true; in thermal_zone_trip_update()
84 trip_id, trip->type, trip_threshold, trend, throttle); in thermal_zone_trip_update()
90 instance->target = get_target_state(instance, trend, throttle); in thermal_zone_trip_update()
A DKconfig203 idle injection. This will throttle the CPU by injecting
215 This will throttle the device by limiting the maximum allowed DVFS
263 thermal framework. cpufreq is used as the cooling device to throttle
275 cpufreq is used as the cooling device to throttle CPUs when the
296 cpufreq is used as the cooling device to throttle CPUs when the passive
327 cpufreq is used as the cooling device to throttle CPUs when the
370 trip point. Cpufreq is used as the cooling device and will throttle
/drivers/md/
A Ddm-kcopyd.c75 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()
A Ddm-thin.c148 struct throttle { struct
255 struct throttle throttle; member
2420 throttle_work_start(&pool->throttle); in do_worker()
2422 throttle_work_update(&pool->throttle); in do_worker()
2424 throttle_work_update(&pool->throttle); in do_worker()
2426 throttle_work_update(&pool->throttle); in do_worker()
2689 throttle_lock(&pool->throttle); in thin_defer_bio_with_throttle()
2691 throttle_unlock(&pool->throttle); in thin_defer_bio_with_throttle()
2698 throttle_lock(&pool->throttle); in thin_defer_cell()
2702 throttle_unlock(&pool->throttle); in thin_defer_cell()
[all …]
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()
/drivers/tty/serial/8250/
A D8250_aspeed_vuart.c273 bool throttle) in __aspeed_vuart_set_throttle() argument
281 if (!throttle) in __aspeed_vuart_set_throttle()
285 static void aspeed_vuart_set_throttle(struct uart_port *port, bool throttle) in aspeed_vuart_set_throttle() argument
291 __aspeed_vuart_set_throttle(up, throttle); in aspeed_vuart_set_throttle()
446 port.port.throttle = aspeed_vuart_throttle; in aspeed_vuart_probe()
A D8250_core.c746 uart->port.throttle = up->port.throttle; in serial8250_register_8250_port()
/drivers/net/wireless/intel/iwlwifi/mvm/
A Dtt.c28 tt->throttle = false; in iwl_mvm_enter_ctkill()
450 if (!tt->throttle && throttle_enable) { in iwl_mvm_tt_handler()
453 tt->throttle = true; in iwl_mvm_tt_handler()
454 } else if (tt->throttle && !tt->dynamic_smps && in iwl_mvm_tt_handler()
459 tt->throttle = false; in iwl_mvm_tt_handler()
839 tt->throttle = false; in iwl_mvm_thermal_initialize()
/drivers/cpufreq/
A Dpowernv-cpufreq.c140 struct work_struct throttle; member
915 struct chip *chip = container_of(work, struct chip, throttle); in powernv_cpufreq_work_fn()
987 schedule_work(&chips[i].throttle); in powernv_cpufreq_occ_msg()
1006 schedule_work(&chips[i].throttle); in powernv_cpufreq_occ_msg()
1081 INIT_WORK(&chips[i].throttle, powernv_cpufreq_work_fn); in init_chip_info()
1100 cancel_work_sync(&chips[i].throttle); in clean_chip_info()
/drivers/usb/serial/
A Dvisor.c172 .throttle = usb_serial_generic_throttle,
191 .throttle = usb_serial_generic_throttle,
209 .throttle = usb_serial_generic_throttle,
A Dempeg.c51 .throttle = usb_serial_generic_throttle,
A Daircable.c148 .throttle = usb_serial_generic_throttle,
A Dsymbolserial.c181 .throttle = symbol_throttle,
A Dcypress_m8.c160 .throttle = cypress_throttle,
185 .throttle = cypress_throttle,
210 .throttle = cypress_throttle,
A Dmetro-usb.c355 .throttle = metrousb_throttle,
A Dopticon.c391 .throttle = usb_serial_generic_throttle,
A Dusb-serial.c425 if (port->serial->type->throttle) in serial_throttle()
426 port->serial->type->throttle(tty); in serial_throttle()
1296 .throttle = serial_throttle,
/drivers/thermal/mediatek/
A DKconfig7 information from thermal sensors or turn on throttle
/drivers/gpu/drm/i915/gem/
A Di915_gem_execbuffer.c320 static int eb_pin_engine(struct i915_execbuffer *eb, bool throttle);
1906 bool throttle = true; in eb_relocate_parse() local
1909 err = eb_pin_engine(eb, throttle); in eb_relocate_parse()
1918 throttle = false; in eb_relocate_parse()
2513 bool throttle) in eb_pin_timeline() argument
2531 if (throttle) in eb_pin_timeline()
2563 static int eb_pin_engine(struct i915_execbuffer *eb, bool throttle) in eb_pin_engine() argument
2588 err = eb_pin_timeline(eb, child, throttle); in eb_pin_engine()
2593 err = eb_pin_timeline(eb, ce, throttle); in eb_pin_engine()
/drivers/net/ethernet/aquantia/atlantic/hw_atl/
A Dhw_atl_llh_internal.h502 #define HW_ATL_INTR_THR_ADR(throttle) (0x00002800u + (throttle) * 0x4) argument
/drivers/scsi/bfa/
A Dbfa_fcpim.c3821 struct bfa_defs_fcpim_throttle_s throttle; in bfa_fcpim_throttle_get() local
3827 memset(&throttle, 0, sizeof(struct bfa_defs_fcpim_throttle_s)); in bfa_fcpim_throttle_get()
3829 throttle.cur_value = (u16)(fcpim->fcp->num_ioim_reqs); in bfa_fcpim_throttle_get()
3830 throttle.cfg_value = bfa_fcpim_read_throttle(bfa); in bfa_fcpim_throttle_get()
3831 if (!throttle.cfg_value) in bfa_fcpim_throttle_get()
3832 throttle.cfg_value = throttle.cur_value; in bfa_fcpim_throttle_get()
3833 throttle.max_value = (u16)(fcpim->fcp->max_ioim_reqs); in bfa_fcpim_throttle_get()
3834 memcpy(buf, &throttle, sizeof(struct bfa_defs_fcpim_throttle_s)); in bfa_fcpim_throttle_get()
/drivers/s390/char/
A Dcon3270.c111 int throttle, attn; /* tty throttle/unthrottle. */ member
804 if (!tp->throttle) in tty3270_irq()
1894 tp->throttle = 1; in tty3270_throttle()
1907 tp->throttle = 0; in tty3270_unthrottle()
1976 .throttle = tty3270_throttle,
/drivers/block/drbd/
A Ddrbd_actlog.c1026 bool throttle = drbd_rs_should_slow_down(peer_device, sector, true); in drbd_try_rs_begin_io() local
1033 if (throttle && device->resync_wenr != enr) in drbd_try_rs_begin_io()
1124 if (throttle) { in drbd_try_rs_begin_io()
/drivers/gpu/drm/i915/gem/selftests/
A Di915_gem_context.c632 static int throttle(struct intel_context *ce, in throttle() function
735 err = throttle(ce, tq, ARRAY_SIZE(tq)); in igt_ctx_exec()
869 err = throttle(ce, tq, ARRAY_SIZE(tq)); in igt_shared_ctx_exec()
1446 err = throttle(ce, tq, ARRAY_SIZE(tq)); in igt_ctx_readonly()
/drivers/tty/
A Dtty_ioctl.c134 if (tty->ops->throttle) in tty_throttle_safe()
135 tty->ops->throttle(tty); in tty_throttle_safe()

Completed in 814 milliseconds

1234