/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/ |
H A D | Throttle.interface.yaml | 12 throttled when the Throttled property is true or an empty array if not 13 being throttled. 14 - name: Throttled 20 This property shall indicate whether the component is throttled. 25 The possible reasons a component could be throttled 29 The cause of the component being throttled is a clock limit. 32 The cause of the component being throttled is a fault detected 36 The cause of the component being throttled is a power limit. 39 The cause of the component being throttled is a thermal limit. 42 The cause of the component being throttled is not known.
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 255 | 49 # base <- [throttled: bps-read=4096] <- mid <- overlay 53 vm.add_blockdev('throttle,throttle-group=throttle0,file=base,node-name=throttled') 55 vm.add_blockdev('qcow2,file=mid-file,node-name=mid,backing=throttled') 108 vm.add_blockdev('throttle,node-name=src-throttled,' + 111 vm.add_device('virtio-blk,drive=src-throttled') 118 vm.qmp_log('blockdev-mirror', job_id='job0', device='src-throttled',
|
H A D | 093 | 73 # in. The throttled requests won't be executed until we 233 # request is throttled and a timer is set to wake it up. 237 # request is also throttled, but no new timer is set since 241 # Read from drive1. This request is also throttled, and no 247 # The other requests are throttled. 252 # drive1 remains in the group with a throttled request. 258 # The read request in drive1 is still throttled.
|
H A D | 218 | 138 log('=== Cancel mirror job from throttled node by quitting ===') 161 node_name='throttled-source', 173 device='throttled-source',
|
H A D | 185 | 226 echo === Start mirror to throttled QSD and exit qemu === 229 # Mirror to a throttled QSD instance (so that qemu cannot drain the 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 ===
|
/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()
|
/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()
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/jaketown/ |
H A D | uncore-memory.json | 252 …throttled by either thermal constraints or by the PCU throttling. It is not possible to distingui… 261 …throttled by either thermal constraints or by the PCU throttling. It is not possible to distingui… 270 …throttled by either thermal constraints or by the PCU throttling. It is not possible to distingui… 279 …throttled by either thermal constraints or by the PCU throttling. It is not possible to distingui… 288 …throttled by either thermal constraints or by the PCU throttling. It is not possible to distingui… 297 …throttled by either thermal constraints or by the PCU throttling. It is not possible to distingui… 306 …throttled by either thermal constraints or by the PCU throttling. It is not possible to distingui… 315 …throttled by either thermal constraints or by the PCU throttling. It is not possible to distingui…
|
/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() 606 pr_warn("CPU Frequency could be throttled\n"); in powernv_cpufreq_throttle_check() [all …]
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/events-policy/ |
H A D | config.yaml | 98 eventMessage: "Processor throttled due to an over temperature condition." 106 eventMessage: "Processor throttled due to reaching the power cap limit." 114 eventMessage: "Memory throttled due to an over temperature condition."
|
/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() 168 /* rq->task_clock normalized against any time this cfs_rq has spent throttled */
|
/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/qemu/block/ |
H A D | throttle-groups.c | 64 * that ThrottleGroupMember has throttled requests in the queue. 229 * forcing it to wait for other member's throttled requests. */ in next_throttle_token() 258 * throttled or not. If there's no timer set in this group, set one and update 265 * @ret: whether the I/O request needs to be throttled or not 334 /* Set a timer for the request if it needs to be throttled */ in schedule_next_request() 353 /* Check if an I/O request needs to be throttled, wait and set a timer 374 /* First we check if this I/O has to be throttled. */ in throttle_group_co_io_limits_intercept() 503 * because it had been throttled. 505 * @tgm: the ThrottleGroupMember whose request had been throttled 578 * The ThrottleGroupMember must not have pending throttled requests, so the
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/ivytown/ |
H A D | uncore-memory.json | 323 …throttled by either thermal constraints or by the PCU throttling. It is not possible to distingui… 332 …throttled by either thermal constraints or by the PCU throttling. It is not possible to distingui… 341 …throttled by either thermal constraints or by the PCU throttling. It is not possible to distingui… 350 …throttled by either thermal constraints or by the PCU throttling. It is not possible to distingui… 359 …throttled by either thermal constraints or by the PCU throttling. It is not possible to distingui… 368 …throttled by either thermal constraints or by the PCU throttling. It is not possible to distingui… 377 …throttled by either thermal constraints or by the PCU throttling. It is not possible to distingui… 386 …throttled by either thermal constraints or by the PCU throttling. It is not possible to distingui…
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/skylakex/ |
H A D | other.json | 27 … "BriefDescription": "Core cycles the core was throttled due to a pending power level request.", 30 …"PublicDescription": "Core cycles the out-of-order engine was throttled due to a pending power lev…
|
/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/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/openpower-occ-control/ |
H A D | occ_status.cpp | 609 if (isThrottled) // throttled due to newReason in updateThrottle() 618 else // no longer throttled due to newReason in updateThrottle() 633 "updateThrottle: OCC{INST} no longer throttled (prior reason: {REASON})", in updateThrottle() 636 throttleHandle->throttled(false); in updateThrottle() 642 … "updateThrottle: OCC{INST} is throttled with reason {REASON} (prior reason: {PRIOR})", in updateThrottle() 664 throttleHandle->throttled(true); in updateThrottle()
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | stream-under-throttle | 66 'node-name': 'throttled-node', 90 self.vm.add_device('virtio-blk,iothread=iothr0,drive=throttled-node')
|
H A D | stream-error-on-reset | 52 - base image throttled to {data_size} 116 # complete, because the base image is throttled (so we can
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/snowridgex/ |
H A D | uncore-memory.json | 260 …throttled by either thermal constraints or by the PCU throttling. It is not possible to distingui… 269 …throttled by either thermal constraints or by the PCU throttling. It is not possible to distingui… 288 …throttled by either thermal constraints or by the PCU throttling. It is not possible to distingui… 297 …throttled by either thermal constraints or by the PCU throttling. It is not possible to distingui…
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | Processor.v1_20_1.json | 1026 "description": "The causes of the processor being throttled.", 1037 … "This property shall contain the causes of the processor being throttled. If `Throttled` contain… 1042 "Throttled": { object 1043 "description": "An indication of whether the processor is throttled.", 1044 … "longDescription": "This property shall indicate whether the processor is throttled.", 1566 "ClockLimit": "The cause of the processor being throttled is a clock limit.", 1567 …"ManagementDetectedFault": "The cause of the processor being throttled is a fault detected by mana… 1568 "OEM": "The cause of the processor being throttled is OEM-specific.", 1569 "PowerLimit": "The cause of the processor being throttled is a power limit.", 1570 "ThermalLimit": "The cause of the processor being throttled is a thermal limit.", [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | Processor.v1_20_1.json | 1026 "description": "The causes of the processor being throttled.", 1037 … "This property shall contain the causes of the processor being throttled. If `Throttled` contain… 1042 "Throttled": { object 1043 "description": "An indication of whether the processor is throttled.", 1044 … "longDescription": "This property shall indicate whether the processor is throttled.", 1566 "ClockLimit": "The cause of the processor being throttled is a clock limit.", 1567 …"ManagementDetectedFault": "The cause of the processor being throttled is a fault detected by mana… 1568 "OEM": "The cause of the processor being throttled is OEM-specific.", 1569 "PowerLimit": "The cause of the processor being throttled is a power limit.", 1570 "ThermalLimit": "The cause of the processor being throttled is a thermal limit.", [all …]
|
/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() 788 * Port was throttled on source machine. Let's in fetch_active_ports_list() 865 port->throttled ? "on" : "off"); in virtser_bus_dev_print()
|