/tools/testing/selftests/bpf/verifier/ |
D | jmp32.c | 229 BPF_JMP32_IMM(BPF_JGE, BPF_REG_7, UINT_MAX - 1, 1), 239 .data64 = { UINT_MAX, } 242 .data64 = { UINT_MAX - 1, } 254 BPF_LD_IMM64(BPF_REG_8, UINT_MAX | 1ULL << 32), 266 .data64 = { UINT_MAX, } 272 .data64 = { (UINT_MAX - 1) | 2ULL << 32, } 299 BPF_JMP32_IMM(BPF_JGT, BPF_REG_7, UINT_MAX - 1, 1), 309 .data64 = { UINT_MAX, } 312 .data64 = { UINT_MAX - 1, } 324 BPF_LD_IMM64(BPF_REG_8, (UINT_MAX - 1) | 1ULL << 32), [all …]
|
/tools/perf/tests/ |
D | keep-tracking.c | 67 .mmap_pages = UINT_MAX, in test__keep_tracking() 68 .user_freq = UINT_MAX, in test__keep_tracking() 81 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__keep_tracking() 109 CHECK__(evlist__mmap(evlist, UINT_MAX)); in test__keep_tracking()
|
D | event-times.c | 21 .uid = UINT_MAX, in attach__enable_on_exec() 67 threads = thread_map__new(-1, getpid(), UINT_MAX); in attach__current_disabled() 93 threads = thread_map__new(-1, getpid(), UINT_MAX); in attach__current_enabled()
|
D | openat-syscall-tp-fields.c | 29 .uid = UINT_MAX, in test__syscall_openat_tp_fields() 74 err = evlist__mmap(evlist, UINT_MAX); in test__syscall_openat_tp_fields()
|
D | openat-syscall.c | 21 struct perf_thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event()
|
D | switch-tracking.c | 328 .mmap_pages = UINT_MAX, in test__switch_tracking() 329 .user_freq = UINT_MAX, in test__switch_tracking() 344 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__switch_tracking() 465 err = evlist__mmap(evlist, UINT_MAX); in test__switch_tracking()
|
D | openat-syscall-all-cpus.c | 30 struct perf_thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event_on_all_cpus()
|
D | task-exit.c | 49 .uid = UINT_MAX, in test__task_exit()
|
D | backward-ring-buffer.c | 94 .uid = UINT_MAX, in test__backward_ring_buffer()
|
D | mmap-basic.c | 49 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__basic_mmap()
|
D | code-reading.c | 557 .mmap_pages = UINT_MAX, in do_test_code_reading() 558 .user_freq = UINT_MAX, in do_test_code_reading() 690 ret = evlist__mmap(evlist, UINT_MAX); in do_test_code_reading()
|
/tools/perf/arch/x86/tests/ |
D | perf-time-to-tsc.c | 51 .mmap_pages = UINT_MAX, in test__perf_time_to_tsc() 52 .user_freq = UINT_MAX, in test__perf_time_to_tsc() 72 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__perf_time_to_tsc() 95 CHECK__(evlist__mmap(evlist, UINT_MAX)); in test__perf_time_to_tsc()
|
/tools/include/linux/ |
D | refcount.h | 96 REFCOUNT_WARN(new == UINT_MAX, "refcount_t: saturated; leaking memory.\n"); in refcount_inc_not_zero() 126 if (unlikely(val == UINT_MAX)) in refcount_sub_and_test()
|
D | kernel.h | 13 #ifndef UINT_MAX 14 #define UINT_MAX (~0U) macro
|
/tools/testing/selftests/sysctl/ |
D | sysctl.sh | 87 if [ -z $UINT_MAX ]; then 88 UINT_MAX=$(getconf UINT_MAX) 512 TEST_STR="$UINT_MAX" 525 TEST_STR=$(($UINT_MAX+1))
|
/tools/perf/util/ |
D | thread_map.c | 102 if (uid != UINT_MAX) { in __thread_map__new_all_cpus() 162 return __thread_map__new_all_cpus(UINT_MAX); in thread_map__new_all_cpus() 175 if (tid == -1 && uid != UINT_MAX) in thread_map__new() 298 if (!tid && uid != UINT_MAX) in thread_map__new_str()
|
D | target.c | 75 target->uid = UINT_MAX; in target__parse_uid()
|
D | sideband_evlist.c | 121 if (evlist__mmap(evlist, UINT_MAX)) in perf_evlist__start_sb_thread()
|
/tools/perf/bench/ |
D | synthesize.c | 25 static unsigned int max_threads = UINT_MAX; 212 if (max_threads == UINT_MAX) in run_multi_threaded()
|
/tools/perf/arch/s390/util/ |
D | auxtrace.c | 65 if (opts->user_freq != UINT_MAX) in cpumsf_recording_options()
|
/tools/perf/arch/x86/util/ |
D | intel-bts.c | 157 if (opts->mmap_pages == UINT_MAX) in intel_bts_recording_options() 161 opts->mmap_pages == UINT_MAX) { in intel_bts_recording_options() 194 if (opts->mmap_pages == UINT_MAX) in intel_bts_recording_options()
|
/tools/testing/selftests/proc/ |
D | fd-003-kthread.c | 149 for (u = UINT_MAX - 1024; u != 0; u++) { in test_lookup()
|
D | fd-001-lookup.c | 91 for (u = UINT_MAX - 1024; u != 0; u++) { in test_lookup()
|
/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
D | locks.h | 201 BUG_ON(prev_count == UINT_MAX); in complete()
|
/tools/power/cpupower/utils/idle_monitor/ |
D | cpuidle_sysfs.c | 211 .overflow_s = UINT_MAX,
|