taglinefilesource code
MSGMNI49include/linux/msg.h#define MSGPOOL (MSGMNI*MSGMNB/1024)  /* size in kilobytes of message pool */
MSGMNI25ipc/msg.cstatic struct msqid_ds *msgque[MSGMNI];
MSGMNI42ipc/msg.cfor (id = 0; id < MSGMNI; id++) 
MSGMNI74ipc/msg.cid = (unsigned int) msqid % MSGMNI;
MSGMNI81ipc/msg.cif (msq->msg_perm.seq != (unsigned int) msqid / MSGMNI) 
MSGMNI133ipc/msg.c|| msq->msg_perm.seq != (unsigned int) msqid / MSGMNI) {
MSGMNI169ipc/msg.cmsq = msgque [ (unsigned int) kerneld_msqid % MSGMNI ];
MSGMNI209ipc/msg.cid = (unsigned int) msqid % MSGMNI;
MSGMNI232ipc/msg.cif (msq->msg_perm.seq != (unsigned int) msqid / MSGMNI)
MSGMNI376ipc/msg.cfor (id = 0; id < MSGMNI; id++) 
MSGMNI410ipc/msg.creturn (unsigned int) msq->msg_perm.seq * MSGMNI + id;
MSGMNI453ipc/msg.creturn (unsigned int) msq->msg_perm.seq * MSGMNI + id;
MSGMNI462ipc/msg.cmsg_seq = (msg_seq+1) % ((unsigned)(1<<31)/MSGMNI); /* increment, but avoid overflow */
MSGMNI499ipc/msg.cmsginfo.msgmni = MSGMNI;
MSGMNI531ipc/msg.cid = (unsigned int) msq->msg_perm.seq * MSGMNI + msqid;
MSGMNI560ipc/msg.cid = (unsigned int) msqid % MSGMNI;
MSGMNI564ipc/msg.cif (msq->msg_perm.seq != (unsigned int) msqid / MSGMNI)