Searched refs:n_opt (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/kernel/mem/ksm/ |
D | ksm06.c | 47 static char *n_opt; variable 49 {"n:", &n_opt, "-n x Allocate x pages memory per node"}, 60 if (n_opt) in test_ksm() 61 nr_pages = SAFE_STRTOUL(n_opt, 0, ULONG_MAX); in test_ksm()
|
/external/ltp/testcases/misc/crash/ |
D | crash02.c | 77 static int n_opt = 0; variable 127 {"n:", &n_opt, &n_copt}, 148 if (n_opt) in main()
|
D | crash01.c | 76 static int n_opt = 0; variable 137 {"n:", &n_opt, &n_copt}, 160 if (n_opt) in main()
|
/external/ltp/testcases/kernel/fs/doio/ |
D | doio.c | 243 int n_opt = 0; /* nprocs */ variable 5070 n_opt++; in parse_cmdline() 5175 if (!n_opt) in parse_cmdline()
|