| /linux-6.15/net/sched/ |
| H A D | sch_plug.c | 63 bool throttled; member 105 if (q->throttled) in plug_dequeue() 113 q->throttled = true; in plug_dequeue() 144 q->throttled = true; in plug_init() 174 q->throttled = true; in plug_change() 183 q->throttled = false; in plug_change() 191 q->throttled = false; in plug_change()
|
| H A D | sch_fq.c | 185 static struct fq_flow throttled; variable 189 return f->next == &throttled; in fq_flow_is_throttled() 239 f->next = &throttled; in fq_flow_set_throttled() 1295 st.throttled = q->stat_throttled; in fq_dump_stats()
|
| /linux-6.15/drivers/usb/serial/ |
| H A D | metro-usb.c | 41 int throttled; member 113 int throttled = 0; in metrousb_read_int_callback() local 149 throttled = metro_priv->throttled; in metrousb_read_int_callback() 152 if (throttled) in metrousb_read_int_callback() 180 metro_priv->throttled = 0; in metrousb_open() 275 metro_priv->throttled = 1; in metrousb_throttle() 331 metro_priv->throttled = 0; in metrousb_unthrottle()
|
| H A D | symbolserial.c | 28 bool throttled; member 80 if (!priv->throttled) { in symbol_int_callback() 98 priv->throttled = false; in symbol_open() 122 priv->throttled = true; in symbol_throttle() 134 priv->throttled = false; in symbol_unthrottle()
|
| H A D | digi_acceleport.c | 1364 int tty_flag, throttled; in digi_read_inb_callback() local 1390 throttled = priv->dp_throttled; in digi_read_inb_callback() 1391 if (throttled) in digi_read_inb_callback() 1430 return throttled ? 1 : 0; in digi_read_inb_callback()
|
| /linux-6.15/drivers/cpufreq/ |
| H A D | powernv-cpufreq.c | 134 bool throttled; member 567 if (chip->throttled) in powernv_cpufreq_throttle_check() 569 chip->throttled = true; in powernv_cpufreq_throttle_check() 582 chip->throttled = false; in powernv_cpufreq_throttle_check() 591 throttled = true; in powernv_cpufreq_throttle_check() 597 throttled = true; in powernv_cpufreq_throttle_check() 601 if (throttled) { in powernv_cpufreq_throttle_check() 748 if (!throttled) { in powernv_cpufreq_target_index() 964 if (!throttled) { in powernv_cpufreq_occ_msg() 965 throttled = true; in powernv_cpufreq_occ_msg() [all …]
|
| /linux-6.15/kernel/sched/ |
| H A D | pelt.h | 159 u64 throttled; in update_idle_cfs_rq_clock_pelt() local 162 throttled = U64_MAX; in update_idle_cfs_rq_clock_pelt() 164 throttled = cfs_rq->throttled_clock_pelt_time; in update_idle_cfs_rq_clock_pelt() 166 u64_u32_store(cfs_rq->throttled_pelt_idle, throttled); in update_idle_cfs_rq_clock_pelt()
|
| H A D | fair.c | 4541 if (throttled == U64_MAX) in migrate_se_pelt_lag() 4554 now -= throttled; in migrate_se_pelt_lag() 5786 if (cfs_rq->throttled) in __account_cfs_rq_runtime() 5980 cfs_rq->throttled = 1; in throttle_cfs_rq() 5997 cfs_rq->throttled = 0; in unthrottle_cfs_rq() 6167 bool throttled = false; in distribute_cfs_runtime() local 6179 throttled = true; in distribute_cfs_runtime() 6218 throttled = true; in distribute_cfs_runtime() 6242 return throttled; in distribute_cfs_runtime() 6253 int throttled; in do_sched_cfs_period_timer() local [all …]
|
| H A D | rt.c | 791 int i, idle = 1, throttled = 0; in do_sched_rt_period_timer() local 861 throttled = 1; in do_sched_rt_period_timer() 868 if (!throttled && (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF)) in do_sched_rt_period_timer()
|
| /linux-6.15/Documentation/arch/x86/ |
| H A D | intel-hfi.rst | 34 reflected in the HFI. Likewise, if the system needs to be throttled due to 67 userspace are throttled at a rate of CONFIG_HZ jiffies.
|
| H A D | buslock.rst | 124 throttled by enforced sleeps until the rate goes under the limit again.
|
| /linux-6.15/arch/um/drivers/ |
| H A D | line.h | 44 int throttled; member
|
| H A D | line.c | 219 line->throttled = 1; in line_throttle() 226 line->throttled = 0; in line_unthrottle()
|
| H A D | chan_kern.c | 169 if (!line->throttled) in line_timer_cb()
|
| /linux-6.15/Documentation/scheduler/ |
| H A D | sched-bwc.rst | 17 throttled. Throttled threads will not be able to run again until the next 132 - nr_throttled: Number of times the group has been throttled/limited. 134 of the group have been throttled. 153 There are two ways in which a group may become throttled:
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-devices-system-cpu | 436 frequency is throttled to lower frequency in turbo (at and above 440 max frequency is throttled to lower frequency in sub-turbo(below 444 frequency is unthrottled after being throttled. 447 frequency is throttled due to 'Power Capping'. 450 frequency is throttled due to 'CPU Over Temperature'. 453 max frequency is throttled due to 'Power Supply Failure'. 456 max frequency is throttled due to 'Overcurrent'. 459 frequency is throttled due to 'OCC Reset'.
|
| /linux-6.15/drivers/tty/serial/ |
| H A D | stm32-usart.h | 213 bool throttled; /* port throttled */ member
|
| H A D | stm32-usart.c | 556 if (stm32_port->throttled) in stm32_usart_rx_dma_start_or_resume() 884 if (!stm32_port->throttled) { in stm32_usart_interrupt() 904 if (stm32_usart_rx_dma_started(stm32_port) && !stm32_port->throttled) { in stm32_usart_interrupt() 1004 stm32_port->throttled = true; in stm32_usart_throttle() 1020 stm32_port->throttled = false; in stm32_usart_unthrottle() 1081 stm32_port->throttled = false; in stm32_usart_startup()
|
| /linux-6.15/drivers/tty/serial/8250/ |
| H A D | 8250_omap.c | 147 bool throttled; member 826 priv->throttled = true; in omap_8250_throttle() 843 priv->throttled = false; in omap_8250_unthrottle() 1005 if (!priv->throttled) { in __dma_rx_complete()
|
| /linux-6.15/block/ |
| H A D | blk-throttle.c | 1624 bool throttled = false; in __blk_throtl_bio() local 1687 throttled = true; in __blk_throtl_bio() 1704 return throttled; in __blk_throtl_bio()
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-kvm.c | 1260 int i, err, throttled = 0; in perf_kvm__mmap_read() local 1281 throttled = 1; in perf_kvm__mmap_read() 1298 return throttled; in perf_kvm__mmap_read()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | pkt_sched.h | 797 __u64 throttled; member
|
| /linux-6.15/include/uapi/linux/ |
| H A D | pkt_sched.h | 853 __u64 throttled; member
|
| /linux-6.15/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | igb.rst | 149 throttled via interrupt moderation. Interrupt moderation must be used to avoid
|
| /linux-6.15/drivers/tty/ |
| H A D | n_gsm.c | 181 bool throttled; /* Private copy of throttle state */ member 547 if (dlci->throttled) in gsm_encode_modem() 4532 dlci->throttled = true; in gsmtty_throttle() 4544 dlci->throttled = false; in gsmtty_unthrottle()
|