Home | History | Annotate | Download | only in msgstress

Lines Matching defs:MSGMNI

24  * Same as msgstress01 but gets the actual msgmni value under procfs.
54 static int MSGMNI, nprocs, nreps;
90 nprocs = MSGMNI;
104 if (nprocs > MSGMNI) {
107 "setting to Max. of %d", MSGMNI);
108 nprocs = MSGMNI;
265 MSGMNI = nr_msgqs - get_used_msgqueues();
266 if (MSGMNI > MAXNPROCS)
267 MSGMNI = MAXNPROCS;
268 if (MSGMNI <= 0) {