Searched refs:thresh (Results 1 – 4 of 4) sorted by relevance
735 struct nd_intel_smart_threshold *thresh) in smart_notify() argument738 __func__, thresh->alarm_control, thresh->spares, in smart_notify()739 smart->spares, thresh->media_temperature, in smart_notify()740 smart->media_temperature, thresh->ctrl_temperature, in smart_notify()742 if (((thresh->alarm_control & ND_INTEL_SMART_SPARE_TRIP) in smart_notify()744 <= thresh->spares) in smart_notify()745 || ((thresh->alarm_control & ND_INTEL_SMART_TEMP_TRIP) in smart_notify()747 >= thresh->media_temperature) in smart_notify()748 || ((thresh->alarm_control & ND_INTEL_SMART_CTEMP_TRIP) in smart_notify()750 >= thresh->ctrl_temperature) in smart_notify()[all …]
114 thresh=<n> - Setup trace duration threshold in microseconds.
1455 int thresh = tchart->io_events ? BYTES_THRESH : TIME_THRESH; in write_svg_file() local1466 count = determine_display_io_tasks(tchart, thresh); in write_svg_file()1468 count = determine_display_tasks(tchart, thresh); in write_svg_file()1469 thresh /= 10; in write_svg_file()1470 } while (!process_filter && thresh && count < tchart->proc_num); in write_svg_file()
663 unsigned thresh = -high % high; in random_max() local666 if (r >= thresh) in random_max()