Searched refs:lim (Results 1 – 6 of 6) sorted by relevance
| /tools/lib/ |
| A D | bitmap.c | 10 unsigned int k, w = 0, lim = bits/BITS_PER_LONG; in __bitmap_weight() local 12 for (k = 0; k < lim; k++) in __bitmap_weight() 64 unsigned int lim = bits/BITS_PER_LONG; in __bitmap_and() local 67 for (k = 0; k < lim; k++) in __bitmap_and() 78 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_equal() local 79 for (k = 0; k < lim; ++k) in __bitmap_equal() 93 unsigned int k, lim = bits/BITS_PER_LONG; in __bitmap_intersects() local 94 for (k = 0; k < lim; ++k) in __bitmap_intersects()
|
| /tools/include/nolibc/ |
| A D | stdlib.h | 240 unsigned long lim; in utoa_r() local 246 for (dig = 0, lim = 1; dig < pos; dig++) in utoa_r() 247 lim *= 10; in utoa_r() 249 if (digits || in >= lim || !pos) { in utoa_r() 250 for (dig = 0; in >= lim; dig++) in utoa_r() 251 in -= lim; in utoa_r() 376 unsigned long long lim; in u64toa_r() local 383 lim *= 10; in u64toa_r() 385 if (digits || in >= lim || !pos) { in u64toa_r() 386 for (dig = 0; in >= lim; dig++) in u64toa_r() [all …]
|
| /tools/testing/selftests/mm/ |
| A D | compaction_test.c | 208 struct rlimit lim; in main() local 228 lim.rlim_cur = RLIM_INFINITY; in main() 229 lim.rlim_max = RLIM_INFINITY; in main() 230 if (setrlimit(RLIMIT_MEMLOCK, &lim)) in main()
|
| /tools/perf/tests/ |
| A D | dso-data.c | 322 long nr_end, nr = open_files_cnt(), lim = new_limit(3); in test__dso_data_reopen() local 345 !set_fd_limit((lim))); in test__dso_data_reopen()
|
| /tools/testing/selftests/rcutorture/bin/ |
| A D | torture.sh | 231 --guest-cpu-limit|--guest-cpu-lim)
|
| /tools/testing/selftests/seccomp/ |
| A D | seccomp_bpf.c | 4290 const struct rlimit lim = { in TEST() local 4317 ASSERT_EQ(prlimit(pid, RLIMIT_NOFILE, &lim, NULL), 0); in TEST()
|
Completed in 19 milliseconds