Searched defs:MAXCHILD (Results 1 - 11 of 11) sorted by relevance

/external/ltp/testcases/kernel/fs/ftest/
H A Dftest02.c59 #define MAXCHILD 25 macro
83 static int pidlist[MAXCHILD];
H A Dftest04.c66 #define MAXCHILD 25 macro
78 static int pidlist[MAXCHILD];
H A Dftest08.c67 #define MAXCHILD 25 macro
86 static int pidlist[MAXCHILD];
H A Dftest01.c78 #define MAXCHILD 25 macro
90 static int pidlist[MAXCHILD];
H A Dftest03.c82 #define MAXCHILD 25 macro
95 static int pidlist[MAXCHILD];
H A Dftest05.c82 #define MAXCHILD 25 macro
94 static int pidlist[MAXCHILD];
H A Dftest06.c77 #define MAXCHILD 25 macro
89 static int pidlist[MAXCHILD];
H A Dftest07.c82 #define MAXCHILD 25 macro
101 static int pidlist[MAXCHILD];
/external/ltp/testcases/kernel/mem/vmtests/
H A Ddata_space.c59 #define MAXCHILD 100 /* max number of children to allow */ macro
60 int allchild[MAXCHILD + 1];
125 if (nchild > MAXCHILD) {
477 for (i = 0; i < MAXCHILD; i++) {
H A Dstack_space.c54 #define MAXCHILD 100 /* max # kids */ macro
104 if (nchild > MAXCHILD) {
107 MAXCHILD);
/external/ltp/testcases/kernel/fs/inode/
H A Dinode02.c69 #define MAXCHILD 25 macro
70 int allchild[MAXCHILD + 1];
159 if (nchild > MAXCHILD) {
161 MAXCHILD);
820 for (i = 0; i < MAXCHILD; i++) {

Completed in 258 milliseconds