Lines Matching defs:thresh
732 struct nd_intel_smart_threshold *thresh)
735 __func__, thresh->alarm_control, thresh->spares,
736 smart->spares, thresh->media_temperature,
737 smart->media_temperature, thresh->ctrl_temperature,
739 if (((thresh->alarm_control & ND_INTEL_SMART_SPARE_TRIP)
741 <= thresh->spares)
742 || ((thresh->alarm_control & ND_INTEL_SMART_TEMP_TRIP)
744 >= thresh->media_temperature)
745 || ((thresh->alarm_control & ND_INTEL_SMART_CTEMP_TRIP)
747 >= thresh->ctrl_temperature)
759 struct nd_intel_smart_threshold *thresh,
768 memcpy(thresh->data, in, size);
770 smart_notify(bus_dev, dimm_dev, smart, thresh);
778 struct nd_intel_smart_threshold *thresh,
811 smart_notify(bus_dev, dimm_dev, smart, thresh);