Home
last modified time | relevance | path

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

/external/autotest/client/tests/rmaptest/src/
Drmap-test.c26 int vmas_to_do = -1; variable
96 for (vma = 0; vma < vmas_to_do; vma++) { in touch_random_pages()
171 vmas_to_do = strtol(optarg, NULL, 10); in main()
185 if (vmas_to_do == -1) in main()
186 vmas_to_do = nvmas; in main()