Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/ipc/msgstress/
H A Dmsgstress03.c48 #define MAXNPROCS 10000 /*These should be sufficient */ macro
51 static key_t keyarray[MAXNPROCS];
52 static int pidarray[MAXNPROCS];
275 if (MSGMNI > MAXNPROCS) in setup()
276 MSGMNI = MAXNPROCS; in setup()
H A Dmsgstress01.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];
H A Dmsgstress04.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];
H A Dmsgstress02.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];

Completed in 2 milliseconds