Home
last modified time | relevance | path

Searched refs:lim (Results 1 – 3 of 3) sorted by relevance

/tools/lib/
Dbitmap.c10 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()
/tools/testing/selftests/vm/
Dcompaction_test.c163 struct rlimit lim; in main() local
178 lim.rlim_cur = RLIM_INFINITY; in main()
179 lim.rlim_max = RLIM_INFINITY; in main()
180 if (setrlimit(RLIMIT_MEMLOCK, &lim)) { in main()
/tools/testing/selftests/seccomp/
Dseccomp_bpf.c4093 const struct rlimit lim = { in TEST() local
4120 ASSERT_EQ(prlimit(pid, RLIMIT_NOFILE, &lim, NULL), 0); in TEST()