Home
last modified time | relevance | path

Searched refs:threshold_support (Results 1 – 13 of 13) sorted by relevance

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/services/
H A DlowMemoryDetector.hpp235 ThresholdSupport* threshold_support = pool->usage_threshold(); in is_enabled() local
236 return (threshold_support->is_high_threshold_supported() ? in is_enabled()
237 (threshold_support->high_threshold() > 0) : false); in is_enabled()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/services/
H A DlowMemoryDetector.hpp241 ThresholdSupport* threshold_support = pool->usage_threshold(); in is_enabled() local
242 return (threshold_support->is_high_threshold_supported() ? in is_enabled()
243 (threshold_support->high_threshold() > 0) : false); in is_enabled()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/services/
H A DlowMemoryDetector.hpp242 ThresholdSupport* threshold_support = pool->usage_threshold(); in is_enabled() local
243 return (threshold_support->is_high_threshold_supported() ? in is_enabled()
244 (threshold_support->high_threshold() > 0) : false); in is_enabled()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/services/
H A DlowMemoryDetector.hpp242 ThresholdSupport* threshold_support = pool->usage_threshold(); in is_enabled() local
243 return (threshold_support->is_high_threshold_supported() ? in is_enabled()
244 (threshold_support->high_threshold() > 0) : false); in is_enabled()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/services/
H A DlowMemoryDetector.hpp242 ThresholdSupport* threshold_support = pool->usage_threshold(); in is_enabled() local
243 return (threshold_support->is_high_threshold_supported() ? in is_enabled()
244 (threshold_support->high_threshold() > 0) : false); in is_enabled()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/services/
H A DlowMemoryDetector.hpp242 ThresholdSupport* threshold_support = pool->usage_threshold(); in is_enabled() local
243 return (threshold_support->is_high_threshold_supported() ? in is_enabled()
244 (threshold_support->high_threshold() > 0) : false); in is_enabled()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/services/
H A DlowMemoryDetector.hpp245 ThresholdSupport* threshold_support = pool->usage_threshold(); in is_enabled() local
246 return (threshold_support->is_high_threshold_supported() ? in is_enabled()
247 (threshold_support->high_threshold() > 0) : false); in is_enabled()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/services/
H A DlowMemoryDetector.hpp245 ThresholdSupport* threshold_support = pool->usage_threshold(); in is_enabled() local
246 return (threshold_support->is_high_threshold_supported() ? in is_enabled()
247 (threshold_support->high_threshold() > 0) : false); in is_enabled()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/services/
H A DlowMemoryDetector.hpp241 ThresholdSupport* threshold_support = pool->usage_threshold(); in is_enabled() local
242 return (threshold_support->is_high_threshold_supported() ? in is_enabled()
243 (threshold_support->high_threshold() > 0) : false); in is_enabled()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/services/
H A DlowMemoryDetector.hpp241 ThresholdSupport* threshold_support = pool->usage_threshold(); in is_enabled() local
242 return (threshold_support->is_high_threshold_supported() ? in is_enabled()
243 (threshold_support->high_threshold() > 0) : false); in is_enabled()
/dports/sysutils/openipmi/OpenIPMI-2.0.29/swig/python/openipmigui/
H A D_sensor.py439 self.threshold_support = sensor.get_threshold_access()
440 ts = self.threshold_support
503 self.threshold_support = OpenIPMI.THRESHOLD_ACCESS_SUPPORT_NONE
559 if (self.threshold_support == OpenIPMI.THRESHOLD_ACCESS_SUPPORT_SETTABLE):
/dports/sysutils/openipmi/OpenIPMI-2.0.29/lanserv/
H A Dbmc.h134 unsigned char threshold_support; member
H A Dbmc_sensor.c471 || (sensor->threshold_support != IPMI_THRESHOLD_ACCESS_SUPPORT_SETTABLE)) in handle_set_sensor_thresholds()
522 || ((sensor->threshold_support != IPMI_THRESHOLD_ACCESS_SUPPORT_SETTABLE) in handle_get_sensor_thresholds()
523 && (sensor->threshold_support != IPMI_THRESHOLD_ACCESS_SUPPORT_READABLE))) in handle_get_sensor_thresholds()
982 sensor->threshold_support = support; in ipmi_mc_sensor_set_threshold()