Searched refs:opt_nprocs (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/kernel/syscalls/ipc/msgstress/ |
D | msgstress01.c | 67 static char *opt_nprocs; variable 71 {"n:", NULL, &opt_nprocs}, 105 if (opt_nprocs) { in main() 106 nprocs = atoi(opt_nprocs); in main()
|
D | msgstress03.c | 64 static char *opt_nprocs; variable 68 {"n:", NULL, &opt_nprocs}, 102 if (opt_nprocs) { in main() 103 nprocs = atoi(opt_nprocs); in main()
|
D | msgstress02.c | 68 static char *opt_nprocs; variable 73 {"n:", NULL, &opt_nprocs}, 109 if (opt_nprocs) { in main() 110 nprocs = atoi(opt_nprocs); in main()
|
/external/ltp/testcases/kernel/mem/mmapstress/ |
D | mmapstress01.c | 61 static char *opt_nprocs; variable 96 if (tst_parse_int(opt_nprocs, &nprocs, 0, 255)) in setup() 98 opt_nprocs); in setup() 99 if (!opt_nprocs) in setup() 351 {"p:", &opt_nprocs,
|