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

  /external/ltp/testcases/kernel/fs/doio/
rwtest 44 Nprocs=1
77 -n nprocs # procs to do simultanious io to the test files.
235 Nprocs=1
doio.c 243 int n_opt = 0; /* nprocs */
259 int Nprocs; /* arg to -n */
612 Children = malloc(sizeof(int) * Nprocs);
613 for (i = 0; i < Nprocs; i++) {
622 * Fork Nprocs. This [parent] process is a watchdog, to notify the
628 * Note - if Nprocs is 1, or this doio is a multi-pe app (Npes > 1),
633 if (Nprocs == 1 || Npes > 1) {
637 for (i = 0; i < Nprocs; i++) {
674 while (Nprocs) {
684 Nprocs--
    [all...]

Completed in 586 milliseconds