Searched refs:opt_maxnprocs (Results 1 – 1 of 1) sorted by relevance
73 static char *opt_maxnprocs; variable78 {"n:", NULL, &opt_maxnprocs},124 if (opt_maxnprocs) { in main()125 if (atoi(opt_maxnprocs) > maxnprocs) { in main()130 maxnprocs = atoi(opt_maxnprocs); in main()