/Linux-v6.1/net/sched/ |
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()
|
D | sch_fq.c | 155 static struct fq_flow throttled; variable 159 return f->next == &throttled; in fq_flow_is_throttled() 198 f->next = &throttled; in fq_flow_set_throttled() 1014 st.throttled = q->stat_throttled; in fq_dump_stats()
|
/Linux-v6.1/drivers/usb/serial/ |
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()
|
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()
|
D | digi_acceleport.c | 1365 int tty_flag, throttled; in digi_read_inb_callback() local 1391 throttled = priv->dp_throttled; in digi_read_inb_callback() 1392 if (throttled) in digi_read_inb_callback() 1431 return throttled ? 1 : 0; in digi_read_inb_callback()
|
/Linux-v6.1/drivers/cpufreq/ |
D | powernv-cpufreq.c | 110 static bool rebooting, throttled, occ_reset; variable 133 bool throttled; member 570 if (chip->throttled) in powernv_cpufreq_throttle_check() 572 chip->throttled = true; in powernv_cpufreq_throttle_check() 584 } else if (chip->throttled) { in powernv_cpufreq_throttle_check() 585 chip->throttled = false; in powernv_cpufreq_throttle_check() 594 throttled = true; in powernv_cpufreq_throttle_check() 600 throttled = true; in powernv_cpufreq_throttle_check() 604 if (throttled) { in powernv_cpufreq_throttle_check() 751 if (!throttled) { in powernv_cpufreq_target_index() [all …]
|
/Linux-v6.1/kernel/sched/ |
D | pelt.h | 158 u64 throttled; in update_idle_cfs_rq_clock_pelt() local 161 throttled = U64_MAX; in update_idle_cfs_rq_clock_pelt() 163 throttled = cfs_rq->throttled_clock_pelt_time; in update_idle_cfs_rq_clock_pelt() 165 u64_u32_store(cfs_rq->throttled_pelt_idle, throttled); in update_idle_cfs_rq_clock_pelt()
|
D | fair.c | 3920 u64 throttled = 0, now, lut; in migrate_se_pelt_lag() local 3969 throttled = u64_u32_load(cfs_rq->throttled_pelt_idle); in migrate_se_pelt_lag() 3971 if (throttled == U64_MAX) in migrate_se_pelt_lag() 3984 now -= throttled; in migrate_se_pelt_lag() 5071 if (cfs_rq->throttled) in __account_cfs_rq_runtime() 5092 return cfs_bandwidth_used() && cfs_rq->throttled; in cfs_rq_throttled() 5233 cfs_rq->throttled = 1; in throttle_cfs_rq() 5247 cfs_rq->throttled = 0; in unthrottle_cfs_rq() 5370 int throttled; in do_sched_cfs_period_timer() local 5376 throttled = !list_empty(&cfs_b->throttled_cfs_rq); in do_sched_cfs_period_timer() [all …]
|
/Linux-v6.1/Documentation/x86/ |
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.
|
D | buslock.rst | 117 throttled by enforced sleeps until the rate goes under the limit again.
|
/Linux-v6.1/arch/um/drivers/ |
D | line.h | 44 int throttled; member
|
D | line.c | 219 line->throttled = 1; in line_throttle() 226 line->throttled = 0; in line_unthrottle()
|
D | chan_kern.c | 135 if (!line->throttled) in line_timer_cb()
|
/Linux-v6.1/Documentation/scheduler/ |
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-v6.1/Documentation/ABI/testing/ |
D | sysfs-devices-system-cpu | 439 frequency is throttled to lower frequency in turbo (at and above 443 max frequency is throttled to lower frequency in sub-turbo(below 447 frequency is unthrottled after being throttled. 450 frequency is throttled due to 'Power Capping'. 453 frequency is throttled due to 'CPU Over Temperature'. 456 max frequency is throttled due to 'Power Supply Failure'. 459 max frequency is throttled due to 'Overcurrent'. 462 frequency is throttled due to 'OCC Reset'.
|
/Linux-v6.1/arch/powerpc/platforms/cell/ |
D | Kconfig | 101 If no spu is running on a given cpu, that cpu will be throttled to
|
/Linux-v6.1/drivers/tty/serial/ |
D | stm32-usart.h | 202 bool throttled; /* port throttled */ member
|
D | stm32-usart.c | 784 if (!stm32_port->throttled) { in stm32_usart_interrupt() 816 if (!stm32_port->throttled) { in stm32_usart_threaded_interrupt() 921 stm32_port->throttled = true; in stm32_usart_throttle() 944 stm32_port->throttled = false; in stm32_usart_unthrottle() 1004 if (!stm32_port->throttled) in stm32_usart_start_rx_dma_cyclic()
|
/Linux-v6.1/drivers/tty/serial/8250/ |
D | 8250_omap.c | 135 bool throttled; member 769 priv->throttled = true; in omap_8250_throttle() 785 priv->throttled = false; in omap_8250_unthrottle() 879 if (!priv->throttled) { in __dma_rx_complete()
|
/Linux-v6.1/tools/perf/ |
D | builtin-kvm.c | 803 int i, err, throttled = 0; in perf_kvm__mmap_read() local 824 throttled = 1; in perf_kvm__mmap_read() 841 return throttled; in perf_kvm__mmap_read()
|
/Linux-v6.1/block/ |
D | blk-throttle.c | 2165 bool throttled = false; in __blk_throtl_bio() local 2246 throttled = true; in __blk_throtl_bio() 2261 if (throttled || !td->track_bio_latency) in __blk_throtl_bio() 2267 return throttled; in __blk_throtl_bio()
|
/Linux-v6.1/drivers/tty/ |
D | n_tty.c | 260 int throttled; in n_tty_check_throttle() local 264 throttled = tty_throttle_safe(tty); in n_tty_check_throttle() 265 if (!throttled) in n_tty_check_throttle()
|
D | n_gsm.c | 164 bool throttled; /* Private copy of throttle state */ member 490 if (dlci->throttled) in gsm_encode_modem() 3704 dlci->throttled = true; in gsmtty_throttle() 3716 dlci->throttled = false; in gsmtty_unthrottle()
|
/Linux-v6.1/tools/include/uapi/linux/ |
D | pkt_sched.h | 906 __u64 throttled; member
|
/Linux-v6.1/include/uapi/linux/ |
D | pkt_sched.h | 936 __u64 throttled; member
|