Home
last modified time | relevance | path

Searched full:bound (Results 1 – 25 of 955) sorted by relevance

12345678910>>...39

/openbmc/phosphor-health-monitor/
H A Dhealth_metric.cpp110 using bound_map_t = std::map<Bound, double>; in initProperties()
115 auto bound = std::get<Bound>(key); in initProperties() local
120 bounds.emplace(bound, std::numeric_limits<double>::quiet_NaN()); in initProperties()
125 threshold->second.emplace(bound, value.value); in initProperties()
131 bool didThresholdViolate(ThresholdIntf::Bound bound, double thresholdValue, in didThresholdViolate() argument
134 switch (bound) in didThresholdViolate()
136 case ThresholdIntf::Bound::Lower: in didThresholdViolate()
140 case ThresholdIntf::Bound::Upper: in didThresholdViolate()
146 error("Invalid threshold bound {BOUND}", "BOUND", bound); in didThresholdViolate()
152 void HealthMetric::checkThreshold(Type type, Bound bound, MValue value) in checkThreshold() argument
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/arm64/hisilicon/hip08/
Dmetrics.json
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/
H A DThreshold.interface.yaml8 type: dict[enum[self.Type],dict[enum[self.Bound],double]]
16 type: set[struct[enum[self.Type],enum[self.Bound]]]
33 type: enum[self.Bound]
35 This indicates the threshold bound for the assertion.
66 - name: Bound
72 Indicates the upper bound of the threshold.
75 Indicates the lower bound of the threshold.
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DVirtualPCI2PCIBridge.v1_0_0.json110 …to-PCI Bridge (vPPB) inside a CXL switch that is host-owned. This can be bound to a port that is …
150 "description": "The identifier of the bound local logical device.",
151 …iption": "This property shall contain the identifier of the bound local logical device bound to th…
156 "description": "The identifier of the bound PBR.",
157 …"longDescription": "This property shall contain the identifier of PBR bound to this vPPB. This pr…
162 "description": "The physical port number of the bound port.",
163 …ption": "This property shall contain the physical port number of the port bound to this vPPB. Thi…
179 "description": "The GCXLID for the CXL logical device bound to this vPPB.",
180 …que CXL logical device identifier (GCXLID) for the CXL logical device that is bound to this vPPB.",
238 "BoundLD": "This vPPB is bound to a CXL logical device.",
[all …]
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/fan-policy/witherspoon/
H A Dfan-errors.yaml248 bound: xyz.openbmc_project.State.Chassis.PowerState.On
261 bound: xyz.openbmc_project.State.Chassis.PowerState.On
274 bound: xyz.openbmc_project.State.Chassis.PowerState.On
287 bound: xyz.openbmc_project.State.Chassis.PowerState.On
300 bound: xyz.openbmc_project.State.Chassis.PowerState.On
313 bound: xyz.openbmc_project.State.Chassis.PowerState.On
326 bound: xyz.openbmc_project.State.Chassis.PowerState.On
339 bound: xyz.openbmc_project.State.Chassis.PowerState.On
352 bound: xyz.openbmc_project.State.Chassis.PowerState.On
381 bound: true
[all …]
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/fan-policy/swift/
H A Dfan-errors.yaml247 bound: xyz.openbmc_project.State.Chassis.PowerState.On
260 bound: xyz.openbmc_project.State.Chassis.PowerState.On
273 bound: xyz.openbmc_project.State.Chassis.PowerState.On
286 bound: xyz.openbmc_project.State.Chassis.PowerState.On
299 bound: xyz.openbmc_project.State.Chassis.PowerState.On
312 bound: xyz.openbmc_project.State.Chassis.PowerState.On
325 bound: xyz.openbmc_project.State.Chassis.PowerState.On
338 bound: xyz.openbmc_project.State.Chassis.PowerState.On
351 bound: xyz.openbmc_project.State.Chassis.PowerState.On
380 bound: true
[all …]
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/
Ddebugfs.c
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold/
H A DSoftShutdown.interface.yaml28 The upper bound of the soft shutdown threshold. A value of 'NaN' is
34 The lower bound of the soft shutdown threshold. A value of 'NaN' is
39 True if the sensor value has exceeded the defined bound. False if the
40 sensor value has not exceeded the defined bound.
47 True if the sensor value has exceeded the defined bound. False if the
48 sensor value has not exceeded the defined bound.
H A DPerformanceLoss.interface.yaml28 The upper bound of the warning threshold. A value of 'NaN' is used to
34 The lower bound of the warning threshold. A value of 'NaN' is used to
39 True if the sensor value has exceeded the defined bound. False if the
40 sensor value has not exceeded the defined bound.
48 True if the sensor value has exceeded the defined bound. False if the
49 sensor value has not exceeded the defined bound.
H A DHardShutdown.interface.yaml29 The upper bound of the shutdown threshold. A value of 'NaN' is used
35 The lower bound of the shutdown threshold. A value of 'NaN' is used
40 True if the sensor value has exceeded the defined bound. False if the
41 sensor value has not exceeded the defined bound.
48 True if the sensor value has exceeded the defined bound. False if the
49 sensor value has not exceeded the defined bound.
H A DWarning.interface.yaml28 The upper bound of the warning threshold. A value of 'NaN' is used to
34 The lower bound of the warning threshold. A value of 'NaN' is used to
39 True if the sensor value has exceeded the defined bound. False if the
40 sensor value has not exceeded the defined bound.
47 True if the sensor value has exceeded the defined bound. False if the
48 sensor value has not exceeded the defined bound.
H A DCritical.interface.yaml28 The upper bound of the critical threshold. A value of 'NaN' is used
34 The lower bound of the critical threshold. A value of 'NaN' is used
39 True if the sensor value has exceeded the defined bound. False if the
40 sensor value has not exceeded the defined bound.
47 True if the sensor value has exceeded the defined bound. False if the
48 sensor value has not exceeded the defined bound.
/openbmc/phosphor-dbus-monitor/src/test/yaml/conditiongentest/
H A Dtest.yaml46 bound: 115
57 bound: 115
76 bound: 115
87 bound: 115
104 bound: 45
113 bound: 45
/openbmc/u-boot/include/dm/
H A Dutil.h43 * Check if a dt node should be or was bound before relocation.
45 * Devicetree nodes can be marked as needed to be bound
52 * it is possible to determine if a node was bound in one of
69 * Check if an of node should be or was bound before relocation.
71 * Devicetree nodes can be marked as needed to be bound
78 * it is possible to determine if a node was bound in one of
H A Dlists.h50 * This creates a new device bound to the given device tree node, with
55 * @devp: if non-NULL, returns a pointer to the bound device
58 * @return 0 if device was bound, -EINVAL if the device tree is invalid,
72 * @devp: If non-NULL, returns the newly bound device
87 * @devp: If non-NULL, returns the newly bound device
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DVirtualPCI2PCIBridge_v1.xml45 …to-PCI Bridge (vPPB) inside a CXL switch that is host-owned. This can be bound to a port that is …
90 … <Annotation Term="OData.Description" String="The physical port number of the bound port."/>
91 … String="This property shall contain the physical port number of the port bound to this vPPB. Thi…
95 … <Annotation Term="OData.Description" String="The identifier of the bound local logical device."/>
96 …" String="This property shall contain the identifier of the bound local logical device bound to th…
100 <Annotation Term="OData.Description" String="The identifier of the bound PBR."/>
101 …ongDescription" String="This property shall contain the identifier of PBR bound to this vPPB. Thi…
105 …<Annotation Term="OData.Description" String="The GCXLID for the CXL logical device bound to this v…
106 …ue CXL logical device identifier (GCXLID) for the CXL logical device that is bound to this vPPB."/>
146 <Annotation Term="OData.Description" String="This vPPB is bound to a physical port."/>
[all …]
/openbmc/phosphor-dbus-monitor/src/example/
H A Dtest.yaml335 bound: 115
348 bound: 115
361 bound: 115
373 bound: 115
385 bound: 115
397 bound: 115
409 bound: 115
421 bound: 115
433 bound: 115
445 bound: 115
[all …]
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
Dmt792x_debugfs.c
/openbmc/linux/drivers/pps/
Dkc.c
/openbmc/phosphor-health-monitor/test/
H A Dtest_health_metric_collection.cpp56 void updateThreshold(ThresholdIntf::Bound bound, double value) in updateThreshold() argument
64 if (get<ThresholdIntf::Bound>(threshold.first) == bound) in updateThreshold()
92 updateThreshold(ThresholdIntf::Bound::Upper, 100); in TEST_F()
93 updateThreshold(ThresholdIntf::Bound::Lower, 0); in TEST_F()
131 updateThreshold(ThresholdIntf::Bound::Upper, 0); in TEST_F()
132 updateThreshold(ThresholdIntf::Bound::Lower, 100); in TEST_F()
/openbmc/linux/include/xen/interface/
Devent_channel.h
/openbmc/linux/tools/perf/tests/shell/lib/
Dperf_metric_validation.py
/openbmc/qemu/include/hw/xen/interface/
H A Devent_channel.h92 * pending, before it was bound, EVTCHNOP_bind_interdomain always sets
120 * re-bound via EVTCHNOP_bind_vcpu.
121 * 3. Per-vcpu VIRQs may be bound to at most one event channel per vcpu.
122 * The allocated event channel is bound to the specified vcpu and the
137 * 1. A physical IRQ may be bound to at most one event channel per domain.
153 * 1. The allocated event channel is bound to the specified vcpu. The binding
200 #define EVTCHNSTAT_pirq 3 /* Channel is bound to a phys IRQ line. */
201 #define EVTCHNSTAT_virq 4 /* Channel is bound to a virtual IRQ line */
202 #define EVTCHNSTAT_ipi 5 /* Channel is bound to a virtual IPI line */
204 uint32_t vcpu; /* VCPU to which this channel is bound. */
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
Dtc_restrictions.sh
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
Dconnect_ping.c

12345678910>>...39