Searched refs:_threshold (Results 1 – 4 of 4) sorted by relevance
| /openbmc/phosphor-fan-presence/monitor/ |
| H A D | tach_sensor.cpp | 85 _offset(offset), _method(method), _threshold(threshold), in TachSensor() 258 _counter = _threshold; in resetMethod() 355 if (_counter < _threshold) in setCounter() 360 "NAME", _name, "COUNTER", _counter, "THRESHOLD", _threshold); in setCounter() 370 "NAME", _name, "COUNTER", _counter, "THRESHOLD", _threshold); in setCounter()
|
| H A D | tach_sensor.hpp | 229 return _threshold; in getThreshold() 488 const size_t _threshold; member in phosphor::fan::monitor::TachSensor
|
| /openbmc/openbmc/poky/bitbake/lib/ |
| H A D | pyinotify.py | 1131 self._threshold = threshold 1210 if queue_size < self._threshold: 1213 self._threshold)
|
| /openbmc/bmcweb/docs/ |
| H A D | Redfish.md | 326 - MaxReadingRange _threshold fields only present if defined for sensor, 343 - Redundancy _threshold fields only present if defined for sensor, otherwise
|