Home
last modified time | relevance | path

Searched refs:thresh (Results 1 – 4 of 4) sorted by relevance

/tools/testing/nvdimm/test/
Dnfit.c735 struct nd_intel_smart_threshold *thresh) in smart_notify() argument
738 __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 …]
/tools/perf/Documentation/
Dperf-ftrace.txt114 thresh=<n> - Setup trace duration threshold in microseconds.
/tools/perf/
Dbuiltin-timechart.c1455 int thresh = tchart->io_events ? BYTES_THRESH : TIME_THRESH; in write_svg_file() local
1466 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()
/tools/perf/util/
Dhist.c663 unsigned thresh = -high % high; in random_max() local
666 if (r >= thresh) in random_max()