Searched refs:msgssz (Results 1 – 2 of 2) sorted by relevance
219 while (i < 1024 && i != msginfo.msgssz) { in msginit()222 if (i != msginfo.msgssz) { in msginit()223 …gssz=%d (0x%x) not a small power of 2; resetting to %d\n", msginfo.msgssz, msginfo.msgssz, MSGSSZ); in msginit()224 msginfo.msgssz = MSGSSZ; in msginit()351 if (msghdr->msg_ts >= msginfo.msgssz) { in msg_freehdr()352 msghdr->msg_ts -= msginfo.msgssz; in msg_freehdr()777 segs_needed = (msgsz + msginfo.msgssz - 1) / msginfo.msgssz; in msgsnd_nocancel()1027 if (msgsz > (size_t)msginfo.msgssz) { in msgsnd_nocancel()1028 tlen = msginfo.msgssz; in msgsnd_nocancel()1443 tlen = MIN(msgsz - len, (size_t)msginfo.msgssz); in msgrcv_nocancel()[all …]
298 msgssz, /* size of a message segment (see notes above) */ member