HomeSort by relevance Sort by last modified time
    Searched refs:msgmni (Results 1 - 3 of 3) 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 */
  /external/toybox/toys/pending/
ipcs.c 364 info_buf.msgmni, info_buf.msgmax, info_buf.msgmnb);

Completed in 50 milliseconds