Searched refs:va_max (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/proc/
H A Dproc-self-map-files-002.c51 * va_max must be enough bigger than vm.mmap_min_addr, which is
54 const unsigned long va_max = 1UL << 20; local
64 for (va = 0; va < va_max; va += PAGE_SIZE) {
69 if (va == va_max) {

Completed in 117 milliseconds