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

  /external/ltp/testcases/kernel/fs/doio/include/
forker.h 38 extern int Forker_npids; /* number of entries in Forker_pids */
  /external/ltp/testcases/kernel/fs/doio/
forker.c 78 * Forker_pids[] and Forker_npids. The Forker_pids array will
80 * Forker_npids variable contains the number of entries
118 int Forker_npids = 0; /* number of entries in Forker_pids */
179 Forker_npids++;
184 if (Forker_npids < FORKER_MAX_PIDS)
185 Forker_pids[Forker_npids - 1] =
190 if (Forker_npids < FORKER_MAX_PIDS)
191 Forker_pids[Forker_npids - 1] = pid;
206 Forker_npids++;
210 if (Forker_npids < FORKER_MAX_PIDS
    [all...]
growfiles.c 393 extern int Forker_npids; /* num of forked pid, defined in forker.c */
1164 if (Forker_npids >= Nseeds) {
1169 Seed = Seeds[Forker_npids];
    [all...]
  /external/ltp/include/old/
test.h 129 extern int Forker_npids;

Completed in 448 milliseconds