Lines Matching defs:MSGMNI
24 * Same as msgstress02 but gets the actual msgmni value under procfs.
61 static int nprocs, nreps, nkids, MSGMNI;
128 "setting to Max. of %d", MSGMNI);
145 for (i = 0; i < MSGMNI; i++) {
173 if (MSGMNI <= maxnprocs) {
174 nprocs = MSGMNI;
177 for (i = 0; i < (MSGMNI / maxnprocs); i++) {
182 nprocs = MSGMNI % maxnprocs;
408 MSGMNI = nr_msgqs - get_used_msgqueues();
409 if (MSGMNI <= 0)
413 tst_resm(TINFO, "Found %d available message queues", MSGMNI);