HomeSort by relevance Sort by last modified time
    Searched defs:msgmni (Results 1 - 2 of 2) sorted by null

  /bionic/libc/kernel/uapi/linux/
msg.h 53 int msgmni; member in struct:msginfo
58 #define MSGMNI 32000
61 #define MSGPOOL (MSGMNI * MSGMNB / 1024)
  /external/kernel-headers/original/uapi/linux/
msg.h 49 int msgmni; member in struct:msginfo
56 * MSGMNI, MSGMAX and MSGMNB are default values which can be
59 * MSGMNI is the upper limit for the number of messages queues per
77 #define MSGMNI 32000 /* <= IPCMNI */ /* max # of msg queue identifiers */
82 #define MSGPOOL (MSGMNI * MSGMNB / 1024) /* size in kbytes of message pool */

Completed in 69 milliseconds