/openbmc/linux/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 | 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() 1018 st.throttled = q->stat_throttled; in fq_dump_stats()
|
/openbmc/linux/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 | 1366 int tty_flag, throttled; in digi_read_inb_callback() local 1392 throttled = priv->dp_throttled; in digi_read_inb_callback() 1393 if (throttled) in digi_read_inb_callback() 1432 return throttled ? 1 : 0; in digi_read_inb_callback()
|
/openbmc/linux/drivers/cpufreq/ |
H A 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 …]
|
/openbmc/linux/kernel/sched/ |
H A 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()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 185 | 226 echo === Start mirror to throttled QSD and exit qemu === 242 --blockdev throttle,node-name=throttled,throttle-group=thrgr,file=null \ 244 --export nbd,id=exp,node-name=throttled,name=target,writable=true \ 374 echo === Start active commit to throttled QSD and exit qemu ===
|
H A D | 255.out | 27 {"execute": "blockdev-mirror", "arguments": {"device": "src-throttled", "job-id": "job0", "sync": "…
|
H A D | 218.out | 32 === Cancel mirror job from throttled node by quitting ===
|
H A D | 185.out | 155 === Start mirror to throttled QSD and exit qemu === 182 === Start active commit to throttled QSD and exit qemu ===
|
/openbmc/qemu/hw/char/ |
H A D | virtio-serial-bus.c | 170 while (!port->throttled) { in do_flush_queued_data() 195 if (port->throttled) { in do_flush_queued_data() 204 if (port->throttled) { in do_flush_queued_data() 284 port->throttled = false; in virtio_serial_close() 339 port->throttled = throttle; in virtio_serial_throttle_port() 512 if (!port->throttled) { in handle_output() 865 port->throttled ? "on" : "off"); in virtser_bus_dev_print()
|
/openbmc/linux/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.
|
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio-serial.h | 146 bool throttled; member
|
/openbmc/linux/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()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A 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'.
|
/openbmc/linux/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:
|
/openbmc/openpower-occ-control/ |
H A D | occ_status.cpp | 636 throttleHandle->throttled(false); in updateThrottle() 664 throttleHandle->throttled(true); in updateThrottle()
|
/openbmc/linux/arch/powerpc/platforms/cell/ |
H A D | Kconfig | 101 If no spu is running on a given cpu, that cpu will be throttled to
|
/openbmc/linux/drivers/tty/serial/ |
H A D | stm32-usart.h | 203 bool throttled; /* port throttled */ member
|
H A D | stm32-usart.c | 552 if (stm32_port->throttled) in stm32_usart_rx_dma_start_or_resume() 892 if (!stm32_port->throttled) { in stm32_usart_interrupt() 912 if (stm32_usart_rx_dma_started(stm32_port) && !stm32_port->throttled) { in stm32_usart_interrupt() 1014 stm32_port->throttled = true; in stm32_usart_throttle() 1030 stm32_port->throttled = false; in stm32_usart_unthrottle() 1080 stm32_port->throttled = false; in stm32_usart_startup()
|
/openbmc/qemu/ui/ |
H A D | vnc-auth-sasl.c | 103 bool throttled = vs->force_update_offset != 0; in vnc_client_write_sasl() local 110 if (throttled && vs->force_update_offset == 0) { in vnc_client_write_sasl()
|
/openbmc/phosphor-pid-control/ |
H A D | tuning.md | 57 logging lines are throttled, unless it has been at least 60 seconds since the
|
/openbmc/linux/drivers/tty/serial/8250/ |
H A D | 8250_omap.c | 143 bool throttled; member 810 priv->throttled = true; in omap_8250_throttle() 827 priv->throttled = false; in omap_8250_unthrottle() 990 if (!priv->throttled) { in __dma_rx_complete()
|