OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:msgmnb
(Results
1 - 7
of
7
) sorted by null
/bionic/libc/kernel/uapi/linux/
msg.h
51
int
msgmnb
;
member in struct:msginfo
59
#define
MSGMNB
16384
60
#define MSGPOOL (MSGMNI *
MSGMNB
/ 1024)
61
#define MSGTQL
MSGMNB
62
#define MSGMAP
MSGMNB
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
msg.h
45
int
msgmnb
;
member in struct:msginfo
54
* the memory dedicated to msg queues (msgmni *
msgmnb
) should occupy
64
#define
MSGMNB
16384 /* <= INT_MAX */ /* default max size of a message queue */
67
#define MSGPOOL (MSGMNI *
MSGMNB
/ 1024) /* size in kbytes of message pool */
68
#define MSGTQL
MSGMNB
/* number of system message headers */
69
#define MSGMAP
MSGMNB
/* number of entries in message map */
/external/kernel-headers/original/uapi/linux/
msg.h
47
int
msgmnb
;
member in struct:msginfo
55
* MSGMNI, MSGMAX and
MSGMNB
are default values which can be
64
*
MSGMNB
is the default size of a new message queue. Non-root tasks can
72
* It's set to 1/2 of
MSGMNB
, to ensure that at least two messages fit into
78
#define
MSGMNB
16384 /* <= INT_MAX */ /* default max size of a message queue */
81
#define MSGPOOL (MSGMNI *
MSGMNB
/ 1024) /* size in kbytes of message pool */
82
#define MSGTQL
MSGMNB
/* number of system message headers */
83
#define MSGMAP
MSGMNB
/* number of entries in message map */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
msq.h
70
int
msgmnb
;
member in struct:msginfo
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
msq.h
76
int
msgmnb
;
member in struct:msginfo
/external/toybox/toys/pending/
ipcs.c
364
info_buf.msgmni, info_buf.msgmax, info_buf.
msgmnb
);
/external/valgrind/include/vki/
vki-linux.h
1548
int
msgmnb
;
member in struct:vki_msginfo
[
all
...]
Completed in 432 milliseconds