Home
last modified time | relevance | path

Searched defs:min (Results 1 – 19 of 19) sorted by relevance

/tools/testing/selftests/timers/
Dset-tz.c39 int set_tz(int min, int dst) in set_tz()
72 int min, dst; in main() local
/tools/perf/pmu-events/
Djevents.h11 #define min(x, y) ({ \ macro
/tools/lib/traceevent/
Devent-utils.h37 #define min(x, y) ({ \ macro
/tools/testing/radix-tree/linux/
Dkernel.h38 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
/tools/power/cpupower/utils/
Dcpufreq-info.c63 unsigned long min, max; in proc_cpufreq_output() local
290 unsigned long min, max; in get_hardware_limits() local
/tools/power/cpupower/lib/
Dcpufreq.h24 unsigned long min; member
Dcpufreq.c199 unsigned long *min, in cpufreq_get_hardware_limits()
531 char min[SYSFS_PATH_MAX]; in cpufreq_set_policy() local
/tools/include/linux/
Dkernel.h41 #define min(x, y) ({ \ macro
/tools/perf/util/
Dstat.h11 u64 max, min; member
Dmap.h43 u32 maj, min; /* only valid for MMAP2 record */ member
Devent.h28 u32 min; member
Devlist.c1197 static long parse_pages_arg(const char *str, unsigned long min, in parse_pages_arg()
/tools/testing/radix-tree/
Dmultiorder.c125 unsigned long min = index & ~((1UL << order) - 1); in multiorder_check() local
/tools/power/cpupower/utils/idle_monitor/
Dmperf_monitor.c238 unsigned long min; in init_maxfreq_mode() local
/tools/virtio/linux/
Dkernel.h122 #define min(x, y) ({ \ macro
/tools/thermal/tmon/
Dtui.c33 #define min(x, y) ({ \ macro
/tools/testing/selftests/mqueue/
Dmq_perf_tests.c74 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
/tools/perf/
Dbuiltin-kvm.c600 u64 ecount, etime, max, min; in print_result() local
Dbuiltin-trace.c2595 double min = (double)(stats->min) / NSEC_PER_MSEC; in thread__dump_stats() local