Lines Matching defs:thresh
735 struct nd_intel_smart_threshold *thresh)
738 __func__, thresh->alarm_control, thresh->spares,
739 smart->spares, thresh->media_temperature,
740 smart->media_temperature, thresh->ctrl_temperature,
742 if (((thresh->alarm_control & ND_INTEL_SMART_SPARE_TRIP)
744 <= thresh->spares)
745 || ((thresh->alarm_control & ND_INTEL_SMART_TEMP_TRIP)
747 >= thresh->media_temperature)
748 || ((thresh->alarm_control & ND_INTEL_SMART_CTEMP_TRIP)
750 >= thresh->ctrl_temperature)
762 struct nd_intel_smart_threshold *thresh,
771 memcpy(thresh->data, in, size);
773 smart_notify(bus_dev, dimm_dev, smart, thresh);
781 struct nd_intel_smart_threshold *thresh,
814 smart_notify(bus_dev, dimm_dev, smart, thresh);