| tag | line | file | source code |
|---|---|---|---|
| MSGMNB | 59 | include/linux/msg.h | #define MSGPOOL (MSGMNI*MSGMNB/1024) /* size in kilobytes of message pool */ |
| MSGMNB | 60 | include/linux/msg.h | #define MSGTQL MSGMNB /* number of system message headers */ |
| MSGMNB | 61 | include/linux/msg.h | #define MSGMAP MSGMNB /* number of entries in message map */ |
| MSGMNB | 259 | ipc/msg.c | msq->msg_qbytes = MSGMNB; |
| MSGMNB | 336 | ipc/msg.c | msginfo.msgmnb = MSGMNB; |
| MSGMNB | 406 | ipc/msg.c | if (tbuf.msg_qbytes > MSGMNB && !suser()) |