OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Forker_npids
(Results
1 - 4
of
4
) sorted by null
/external/ltp/include/old/
forker.h
38
extern int
Forker_npids
; /* number of entries in Forker_pids */
test.h
123
extern int
Forker_npids
;
/external/ltp/lib/
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
...]
/external/ltp/testcases/kernel/fs/doio/
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
...]
Completed in 217 milliseconds