Searched refs:msgmax (Results 1 – 5 of 5) sorted by relevance
127 int msgmax; /* max chars in a message */ member
98 l_int msgmax; member652 if ((l_long)args->msgsz < 0 || args->msgsz > (l_long)msginfo.msgmax) in linux_msgsnd()671 if ((l_long)args->msgsz < 0 || args->msgsz > (l_long)msginfo.msgmax) in linux_msgrcv()716 linux_msginfo.msgmax = msginfo.msgmax; in linux_msgctl()
84 #define MSGINFO_XVEC X(msgmax, sizeof(int)) \
303 local_msginfo.msgmax); in print_kmsqtotal()
222 msginfo.msgmax = msginfo.msgseg * msginfo.msgssz; in msginit()223 msgpool = malloc(msginfo.msgmax, M_MSG, M_WAITOK); in msginit()1513 SYSCTL_INT(_kern_ipc, OID_AUTO, msgmax, CTLFLAG_RD, &msginfo.msgmax, 0,