Lines Matching defs:MSGMNI
24 * Same as msgctl08 but gets the actual msgmni value under procfs.
54 static int MSGMNI, nprocs, nreps;
98 nprocs = MSGMNI;
108 if (atoi(argv[2]) > MSGMNI) {
111 MSGMNI);
112 nprocs = MSGMNI;
309 MSGMNI = nr_msgqs - get_used_msgqueues();
310 if (MSGMNI > MAXNPROCS)
311 MSGMNI = MAXNPROCS;
312 if (MSGMNI <= 0) {