Home
last modified time | relevance | path

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

12

/tools/testing/selftests/timers/
Dset-tz.c28 int set_tz(int min, int dst) in set_tz()
61 int min, dst; in main() local
/tools/lib/traceevent/
Devent-utils.h23 #define min(x, y) ({ \ macro
/tools/perf/util/
Dspark.c17 unsigned long min = ULONG_MAX, max = 0, f; in print_spark() local
Dstat.h17 u64 max, min; member
Ddso.h133 u32 min; member
Dsynthetic-events.c279 u32 *maj, u32 *min, in read_proc_maps_line()
/tools/power/cpupower/utils/
Dcpufreq-info.c62 unsigned long min, max; in proc_cpufreq_output() local
311 unsigned long min, max; in get_hardware_limits() local
/tools/power/cpupower/lib/
Dcpufreq.h12 unsigned long min; member
Dcpufreq.c198 unsigned long *min, in cpufreq_get_hardware_limits()
591 char min[SYSFS_PATH_MAX]; in cpufreq_set_policy() local
/tools/testing/selftests/bpf/prog_tests/
Dbpf_tcp_ca.c9 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
/tools/include/linux/
Dkernel.h48 #define min(x, y) ({ \ macro
/tools/power/cpupower/utils/idle_monitor/
Dmperf_monitor.c271 unsigned long min; in init_maxfreq_mode() local
/tools/virtio/linux/
Dkernel.h132 #define min(x, y) ({ \ macro
/tools/testing/scatterlist/linux/
Dmm.h67 #define min(x, y) \ macro
/tools/thermal/tmon/
Dtui.c24 #define min(x, y) ({ \ macro
/tools/testing/selftests/mqueue/
Dmq_perf_tests.c76 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
/tools/testing/selftests/net/
Dtxtimestamp.c89 int64_t min; member
Dnettest.c505 static int str_to_uint(const char *str, int min, int max, unsigned int *value) in str_to_uint()
/tools/io_uring/
Dio_uring-bench.c35 #define min(a, b) ((a < b) ? (a) : (b)) macro
/tools/testing/selftests/sparc64/drivers/
Dadi-test.c52 #define min(x, y) ((x) < (y) ? x : y) macro
/tools/lib/bpf/
Dlibbpf_internal.h42 # define min(x, y) ((x) < (y) ? (x) : (y)) macro
/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h181 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
/tools/perf/
Dbuiltin-kvm.c630 u64 ecount, etime, max, min; in print_result() local
/tools/include/uapi/sound/
Dasound.h396 unsigned int min, max; member
1025 long min; /* R: minimum value */ member
1030 long long min; /* R: minimum value */ member
/tools/power/pm-graph/
Dsleepgraph.py5879 def getArgInt(name, args, min, max, main=True): argument
5898 def getArgFloat(name, args, min, max, main=True): argument

12