HomeSort by relevance Sort by last modified time
    Searched refs:n_opt (Results 1 - 4 of 4) sorted by null

  /external/ltp/testcases/kernel/mem/ksm/
ksm06.c 52 static char *n_opt; variable
54 {"n:", &n_opt, "-n x Allocate x pages memory per node"},
60 if (n_opt)
61 nr_pages = SAFE_STRTOUL(n_opt, 0, ULONG_MAX);
  /external/ltp/testcases/misc/crash/
crash01.c 75 static int n_opt = 0; variable
136 {"n:", &n_opt, &n_copt},
159 if (n_opt)
crash02.c 77 static int n_opt = 0; variable
127 {"n:", &n_opt, &n_copt},
148 if (n_opt)
  /external/ltp/testcases/kernel/fs/doio/
doio.c 243 int n_opt = 0; /* nprocs */ variable
    [all...]

Completed in 475 milliseconds