/openbmc/phosphor-health-monitor/ |
H A D | health_metric.cpp | 110 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/ |
H A D | metrics.json | 4 "PublicDescription": "Frontend bound L1 topdown metric", 5 "BriefDescription": "Frontend bound L1 topdown metric", 28 "PublicDescription": "Backend Bound L1 topdown metric", 29 "BriefDescription": "Backend Bound L1 topdown metric", 36 "PublicDescription": "Fetch latency bound L2 topdown metric", 37 "BriefDescription": "Fetch latency bound L2 topdown metric", 43 "PublicDescription": "Fetch bandwidth bound L2 topdown metric", 44 "BriefDescription": "Fetch bandwidth bound L2 topdown metric", 64 "PublicDescription": "Core bound L2 topdown metric", 65 "BriefDescription": "Core bound L2 topdown metric", [all …]
|
/openbmc/linux/fs/ext4/ |
H A D | inode-test.c | 14 * For constructing the nonnegative timestamp lower bound value. 19 * For constructing the nonnegative timestamp upper bound value. 25 * For constructing the negative timestamp lower bound value. 30 * For constructing the negative timestamp upper bound value. 35 * Upper bound for nanoseconds value supported by the encoding. 43 "1901-12-13 Lower bound of 32bit < 0 timestamp, no extra bits" 45 "1969-12-31 Upper bound of 32bit < 0 timestamp, no extra bits" 47 "1970-01-01 Lower bound of 32bit >=0 timestamp, no extra bits" 49 "2038-01-19 Upper bound of 32bit >=0 timestamp, no extra bits" 51 "2038-01-19 Lower bound of 32bit <0 timestamp, lo extra sec bit on" [all …]
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/fan-policy/witherspoon/ |
H A D | fan-errors.yaml | 248 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 D | fan-errors.yaml | 247 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/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/ |
H A D | Threshold.interface.yaml | 8 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/linux/drivers/net/wireless/mediatek/mt76/mt7603/ |
H A D | debugfs.c | 76 int bound[3], i, range; in mt7603_ampdu_stat_show() local 79 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7603_ampdu_stat_show() 80 bound[i] = MT_AGG_ASRCR_RANGE(range, i) + 1; in mt7603_ampdu_stat_show() 82 seq_printf(file, "Length: %8d | ", bound[0]); in mt7603_ampdu_stat_show() 83 for (i = 0; i < ARRAY_SIZE(bound) - 1; i++) in mt7603_ampdu_stat_show() 85 bound[i], bound[i + 1]); in mt7603_ampdu_stat_show() 87 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt7603_ampdu_stat_show()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold/ |
H A D | HardShutdown.interface.yaml | 28 The upper bound of the shutdown threshold. A value of 'NaN' is used 34 The lower bound of the shutdown 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.
|
H A D | Warning.interface.yaml | 27 The upper bound of the warning threshold. A value of 'NaN' is used to 33 The lower bound of the warning threshold. A value of 'NaN' is used to 38 True if the sensor value has exceeded the defined bound. False if the 39 sensor value has not exceeded the defined bound. 46 True if the sensor value has exceeded the defined bound. False if the 47 sensor value has not exceeded the defined bound.
|
H A D | SoftShutdown.interface.yaml | 27 The upper bound of the soft shutdown threshold. A value of 'NaN' is 33 The lower bound of the soft shutdown threshold. A value of 'NaN' is 38 True if the sensor value has exceeded the defined bound. False if the 39 sensor value has not exceeded the defined bound. 46 True if the sensor value has exceeded the defined bound. False if the 47 sensor value has not exceeded the defined bound.
|
H A D | Critical.interface.yaml | 27 The upper bound of the critical threshold. A value of 'NaN' is used 33 The lower bound of the critical threshold. A value of 'NaN' is used 38 True if the sensor value has exceeded the defined bound. False if the 39 sensor value has not exceeded the defined bound. 46 True if the sensor value has exceeded the defined bound. False if the 47 sensor value has not exceeded the defined bound.
|
H A D | PerformanceLoss.interface.yaml | 27 The upper bound of the warning threshold. A value of 'NaN' is used to 33 The lower bound of the warning threshold. A value of 'NaN' is used to 38 True if the sensor value has exceeded the defined bound. False if the 39 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 D | test.yaml | 46 bound: 115 57 bound: 115 76 bound: 115 87 bound: 115 104 bound: 45 113 bound: 45
|
/openbmc/phosphor-dbus-monitor/src/example/ |
H A D | test.yaml | 335 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/u-boot/include/dm/ |
H A D | util.h | 43 * 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 D | lists.h | 50 * 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/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt792x_debugfs.c | 11 int bound[15], range[4], i; in mt792x_ampdu_stat_read_phy() local 22 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt792x_ampdu_stat_read_phy() 23 bound[i] = MT_MIB_ARNCR_RANGE(range[i / 4], i % 4) + 1; in mt792x_ampdu_stat_read_phy() 27 seq_printf(file, "Length: %8d | ", bound[0]); in mt792x_ampdu_stat_read_phy() 28 for (i = 0; i < ARRAY_SIZE(bound) - 1; i++) in mt792x_ampdu_stat_read_phy() 29 seq_printf(file, "%3d %3d | ", bound[i] + 1, bound[i + 1]); in mt792x_ampdu_stat_read_phy() 32 for (i = 0; i < ARRAY_SIZE(bound); i++) in mt792x_ampdu_stat_read_phy()
|
/openbmc/linux/tools/perf/tests/shell/lib/ |
H A D | perf_metric_validation.py | 80 @param lb: str/float, lower bound 81 @param ub: str/float, upper bound 83 @returns: lower bound, return inf if the lower bound is a metric value and is not collected 84 upper bound, return -1 if the upper bound is a metric value and is not collected 85 tolerance, denormalized base on upper bound value 88 def get_bound_value (bound, initval, ridx): argument 90 if isinstance(bound, int) or isinstance(bound, float): 91 val = bound 92 elif isinstance(bound, str): 93 if bound == '': [all …]
|
/openbmc/linux/drivers/pps/ |
H A D | kc.c | 38 /* Check if another consumer is already bound */ in pps_kc_bind() 51 " is not bound\n"); in pps_kc_bind() 60 dev_info(pps->dev, "bound kernel consumer: " in pps_kc_bind() 65 " is already bound\n"); in pps_kc_bind() 76 * if this source was bound to PPS kernel consumer. Can be called on any 97 * This function calls hardpps() when an event from bound PPS source occurs.
|
/openbmc/phosphor-health-monitor/test/ |
H A D | test_health_metric_collection.cpp | 56 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/ |
H A D | event_channel.h | 56 * 1. A virtual IRQ may be bound to at most one event channel per vcpu. 57 * 2. The allocated event channel is bound to the specified vcpu. The binding 72 * 1. A physical IRQ may be bound to at most one event channel per domain. 88 * 1. The allocated event channel is bound to the specified vcpu. The binding 136 #define EVTCHNSTAT_pirq 3 /* Channel is bound to a phys IRQ line. */ 137 #define EVTCHNSTAT_virq 4 /* Channel is bound to a virtual IRQ line */ 138 #define EVTCHNSTAT_ipi 5 /* Channel is bound to a virtual IPI line */ 140 uint32_t vcpu; /* VCPU to which this channel is bound. */ 158 * 1. IPI- and VIRQ-bound channels always notify the vcpu that initialised
|
/openbmc/qemu/include/hw/xen/interface/ |
H A D | event_channel.h | 92 * 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/ |
H A D | tc_restrictions.sh | 41 # It is forbidden in mlxsw driver to have mixed-bound 49 check_err $? "Failed to add drop rule to ingress bound block" 66 check_fail $? "Incorrect success to add drop rule to mixed bound block" 75 check_err $? "Failed to add drop rule to egress bound shared block" 90 # egress-bound block. 98 check_err $? "Failed to add redirect rule to ingress bound block" 116 check_fail $? "Incorrect success to add redirect rule to mixed bound block" 126 check_fail $? "Incorrect success to add redirect rule to egress bound shared block" 133 check_fail $? "Incorrect success to add redirect rule to egress bound block" 172 # bound on egress. Spectrum-1 specific restriction
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | topdown.txt | 6 bound, and backend bound. Higher levels provide more detail in to the 7 level 1 bottlenecks, such as at level 2: core bound, memory bound, 219 printf("Retiring %.2f%% Bad Speculation %.2f%% FE Bound %.2f%% BE Bound %.2f%%\n", 257 "Mem Bound %.2f%% Core Bound %.2f%%\n", 297 topdown-retiring, topdown-bad-spec, topdown-fe-bound and topdown-be-bound. 317 topdown-mem-bound.
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_agpsupport.c | 218 entry->bound = 0; in drm_legacy_agp_alloc() 275 if (!entry || !entry->bound) in drm_legacy_agp_unbind() 279 entry->bound = 0; in drm_legacy_agp_unbind() 299 * is currently bound into the GATT. Looks-up the AGP memory entry and passes 311 if (!entry || entry->bound) in drm_legacy_agp_bind() 317 entry->bound = dev->agp->base + (page << PAGE_SHIFT); in drm_legacy_agp_bind() 318 DRM_DEBUG("base = 0x%lx entry->bound = 0x%lx\n", in drm_legacy_agp_bind() 319 dev->agp->base, entry->bound); in drm_legacy_agp_bind() 339 * AGP memory entry. If the memory is currently bound, unbind it via 352 if (entry->bound) in drm_legacy_agp_free() [all …]
|