HomeSort by relevance Sort by last modified time
    Searched refs:msgmnb (Results 1 - 3 of 3) sorted by null

  /bionic/libc/kernel/uapi/linux/
msg.h 52 int msgmnb; member in struct:msginfo
60 #define MSGMNB 16384
61 #define MSGPOOL (MSGMNI * MSGMNB / 1024)
62 #define MSGTQL MSGMNB
63 #define MSGMAP MSGMNB
  /external/kernel-headers/original/uapi/linux/
msg.h 48 int msgmnb; member in struct:msginfo
56 * MSGMNI, MSGMAX and MSGMNB are default values which can be
65 * MSGMNB is the default size of a new message queue. Non-root tasks can
73 * It's set to 1/2 of MSGMNB, to ensure that at least two messages fit into
79 #define MSGMNB 16384 /* <= INT_MAX */ /* default max size of a message queue */
82 #define MSGPOOL (MSGMNI * MSGMNB / 1024) /* size in kbytes of message pool */
83 #define MSGTQL MSGMNB /* number of system message headers */
84 #define MSGMAP MSGMNB /* number of entries in message map */
  /external/toybox/toys/pending/
ipcs.c 364 info_buf.msgmni, info_buf.msgmax, info_buf.msgmnb);

Completed in 267 milliseconds