Searched refs:msgpool (Results 1 – 1 of 1) sorted by relevance
170 static char *msgpool; /* MSGMAX byte long msg buffer pool */ variable226 msgpool = malloc(msginfo.msgmax, M_MSG, M_WAITOK); in msginit()346 free(msgpool, M_MSG); in msgunload()1022 if ((error = copyin(msgp, &msgpool[next * msginfo.msgssz], in kern_msgsnd()1373 error = copyout(&msgpool[next * msginfo.msgssz], msgp, tlen); in kern_msgrcv()