/tools/testing/selftests/timers/ |
D | set-tz.c | 28 int set_tz(int min, int dst) in set_tz() 61 int min, dst; in main() local
|
/tools/lib/traceevent/ |
D | event-utils.h | 23 #define min(x, y) ({ \ macro
|
/tools/perf/util/ |
D | spark.c | 17 unsigned long min = ULONG_MAX, max = 0, f; in print_spark() local
|
D | stat.h | 17 u64 max, min; member
|
D | dso.h | 133 u32 min; member
|
D | synthetic-events.c | 279 u32 *maj, u32 *min, in read_proc_maps_line()
|
/tools/power/cpupower/utils/ |
D | cpufreq-info.c | 62 unsigned long min, max; in proc_cpufreq_output() local 311 unsigned long min, max; in get_hardware_limits() local
|
/tools/power/cpupower/lib/ |
D | cpufreq.h | 12 unsigned long min; member
|
D | cpufreq.c | 198 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/ |
D | bpf_tcp_ca.c | 9 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
|
/tools/include/linux/ |
D | kernel.h | 48 #define min(x, y) ({ \ macro
|
/tools/power/cpupower/utils/idle_monitor/ |
D | mperf_monitor.c | 271 unsigned long min; in init_maxfreq_mode() local
|
/tools/virtio/linux/ |
D | kernel.h | 132 #define min(x, y) ({ \ macro
|
/tools/testing/scatterlist/linux/ |
D | mm.h | 67 #define min(x, y) \ macro
|
/tools/thermal/tmon/ |
D | tui.c | 24 #define min(x, y) ({ \ macro
|
/tools/testing/selftests/mqueue/ |
D | mq_perf_tests.c | 76 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
|
/tools/testing/selftests/net/ |
D | txtimestamp.c | 89 int64_t min; member
|
D | nettest.c | 505 static int str_to_uint(const char *str, int min, int max, unsigned int *value) in str_to_uint()
|
/tools/io_uring/ |
D | io_uring-bench.c | 35 #define min(a, b) ((a < b) ? (a) : (b)) macro
|
/tools/testing/selftests/sparc64/drivers/ |
D | adi-test.c | 52 #define min(x, y) ((x) < (y) ? x : y) macro
|
/tools/lib/bpf/ |
D | libbpf_internal.h | 42 # define min(x, y) ((x) < (y) ? (x) : (y)) macro
|
/tools/testing/selftests/bpf/ |
D | bpf_tcp_helpers.h | 181 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
|
/tools/perf/ |
D | builtin-kvm.c | 630 u64 ecount, etime, max, min; in print_result() local
|
/tools/include/uapi/sound/ |
D | asound.h | 396 unsigned int min, max; member 1025 long min; /* R: minimum value */ member 1030 long long min; /* R: minimum value */ member
|
/tools/power/pm-graph/ |
D | sleepgraph.py | 5879 def getArgInt(name, args, min, max, main=True): argument 5898 def getArgFloat(name, args, min, max, main=True): argument
|