Searched refs:msgmax (Results 1 – 5 of 5) sorted by relevance
128 int msgmax; /* max chars in a message */ member
102 l_int msgmax; member658 if ((l_long)args->msgsz < 0 || args->msgsz > (l_long)msginfo.msgmax) in linux_msgsnd()677 if ((l_long)args->msgsz < 0 || args->msgsz > (l_long)msginfo.msgmax) in linux_msgrcv()724 linux_msginfo.msgmax = msginfo.msgmax; in linux_msgctl()
87 #define MSGINFO_XVEC X(msgmax, sizeof(int)) \
306 local_msginfo.msgmax); in print_kmsqtotal()
226 msginfo.msgmax = msginfo.msgseg * msginfo.msgssz; in msginit()227 msgpool = malloc(msginfo.msgmax, M_MSG, M_WAITOK); in msginit()1478 SYSCTL_INT(_kern_ipc, OID_AUTO, msgmax, CTLFLAG_RD, &msginfo.msgmax, 0,