Home
last modified time | relevance | path

Searched refs:UINT_MAX (Results 1 – 25 of 53) sorted by relevance

123

/tools/testing/selftests/bpf/verifier/
Djmp32.c229 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/
Dkeep-tracking.c67 .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()
Devent-times.c21 .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()
Dopenat-syscall-tp-fields.c29 .uid = UINT_MAX, in test__syscall_openat_tp_fields()
74 err = evlist__mmap(evlist, UINT_MAX); in test__syscall_openat_tp_fields()
Dopenat-syscall.c21 struct perf_thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event()
Dswitch-tracking.c328 .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()
Dopenat-syscall-all-cpus.c30 struct perf_thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event_on_all_cpus()
Dtask-exit.c49 .uid = UINT_MAX, in test__task_exit()
Dbackward-ring-buffer.c94 .uid = UINT_MAX, in test__backward_ring_buffer()
Dmmap-basic.c49 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__basic_mmap()
Dcode-reading.c557 .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/
Dperf-time-to-tsc.c51 .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/
Drefcount.h96 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()
Dkernel.h13 #ifndef UINT_MAX
14 #define UINT_MAX (~0U) macro
/tools/testing/selftests/sysctl/
Dsysctl.sh87 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/
Dthread_map.c102 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()
Dtarget.c75 target->uid = UINT_MAX; in target__parse_uid()
Dsideband_evlist.c121 if (evlist__mmap(evlist, UINT_MAX)) in perf_evlist__start_sb_thread()
/tools/perf/bench/
Dsynthesize.c25 static unsigned int max_threads = UINT_MAX;
212 if (max_threads == UINT_MAX) in run_multi_threaded()
/tools/perf/arch/s390/util/
Dauxtrace.c65 if (opts->user_freq != UINT_MAX) in cpumsf_recording_options()
/tools/perf/arch/x86/util/
Dintel-bts.c157 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/
Dfd-003-kthread.c149 for (u = UINT_MAX - 1024; u != 0; u++) { in test_lookup()
Dfd-001-lookup.c91 for (u = UINT_MAX - 1024; u != 0; u++) { in test_lookup()
/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dlocks.h201 BUG_ON(prev_count == UINT_MAX); in complete()
/tools/power/cpupower/utils/idle_monitor/
Dcpuidle_sysfs.c211 .overflow_s = UINT_MAX,

123