Searched refs:msgpool (Results 1 – 2 of 2) sorted by relevance
167 static char *msgpool; /* MSGMAX byte long msg buffer pool */223 msgpool = malloc(msginfo.msgmax, M_MSG, M_WAITOK); in msginit() 343 free(msgpool, M_MSG); in msgunload() 1019 if ((error = copyin(msgp, &msgpool[next * msginfo.msgssz], in kern_msgsnd() 1370 error = copyout(&msgpool[next * msginfo.msgssz], msgp, tlen); in kern_msgrcv() 168 static char *msgpool; /* MSGMAX byte long msg buffer pool */ global() variable
96 l_int msgpool; member713 linux_msginfo.msgpool = (long)msginfo.msgmni * in linux_msgctl()