Lines Matching +full:1 +full:vma
2 * Create lots of VMA's mapped by lots of tasks. To tickle objrmap and the
26 int vmas_to_do = -1;
45 exit(1); in open_file()
58 fprintf(stderr, " -sN: VMA size (pages)\n"); in usage()
62 exit(1); in usage()
91 int vma; in touch_random_pages() local
96 for (vma = 0; vma < vmas_to_do; vma++) { in touch_random_pages()
107 if (verbose > 1) in touch_random_pages()
108 printf("vma %d/%d done\n", vma, nvmas); in touch_random_pages()
116 sleep(1); in child()
118 while (*nr_children_running > 1) { in child()
147 while ((c = getopt(argc, argv, "vrlhi:n:s:t:V:")) != -1) { in main()
185 if (vmas_to_do == -1) in main()
193 file_size += nvmas - 1; in main()
202 exit(1); in main()
209 -1, in main()
213 exit(1); in main()
225 exit(1); in main()