Home
last modified time | relevance | path

Searched refs:MAXNPROCS (Results 1 – 4 of 4) sorted by relevance

/external/ltp/testcases/kernel/syscalls/ipc/msgctl/
Dmsgctl10.c48 #define MAXNPROCS 10000 /*These should be sufficient */ macro
51 static key_t keyarray[MAXNPROCS];
52 static int pidarray[MAXNPROCS];
266 if (MSGMNI > MAXNPROCS) in setup()
267 MSGMNI = MAXNPROCS; in setup()
Dmsgctl08.c48 #define MAXNPROCS 1000000 /* This value is set to an arbitrary high limit. */ macro
50 #define MAXNPROCS 100000 /* Coldfire can't deal with 1000000 */ macro
54 static key_t keyarray[MAXNPROCS];
55 static int pidarray[MAXNPROCS];
Dmsgctl09.c47 #define MAXNPROCS 1000000 /* This value is set to an arbitrary high limit. */ macro
49 #define MAXNPROCS 100000 /* Coldfire can't deal with 1000000 */ macro
53 static key_t keyarray[MAXNPROCS];
54 static int pidarray[MAXNPROCS];
Dmsgctl11.c48 #define MAXNPROCS 1000000 /* This value is set to an arbitrary high limit. */ macro
50 #define MAXNPROCS 100000 /* Coldfire can't deal with 1000000 */ macro
56 static key_t keyarray[MAXNPROCS];
57 static int pidarray[MAXNPROCS];