Lines Matching refs:msg_ts
340 nmsghdr->msg_ts = msghdr->msg_ts; in msgrealloc()
344 msgsz = msghdr->msg_ts; in msgrealloc()
424 while (msghdr->msg_ts > 0) { in msg_freehdr()
434 if (msghdr->msg_ts >= msginfo.msgssz) in msg_freehdr()
435 msghdr->msg_ts -= msginfo.msgssz; in msg_freehdr()
437 msghdr->msg_ts = 0; in msg_freehdr()
520 msqptr->_msg_cbytes -= msghdr->msg_ts; in msgctl1()
876 msghdr->msg_ts = msgsz; in msgsnd1()
985 msqptr->_msg_cbytes += msghdr->msg_ts; in msgsnd1()
1070 if (msgsz < msghdr->msg_ts && in msgrcv1()
1074 (long long)msgsz, msghdr->msg_ts)); in msgrcv1()
1109 if (msgsz < msghdr->msg_ts && in msgrcv1()
1113 (long long)msgsz, msghdr->msg_ts)); in msgrcv1()
1195 msqptr->_msg_cbytes -= msghdr->msg_ts; in msgrcv1()
1207 (long long)msgsz, msghdr->msg_ts)); in msgrcv1()
1208 if (msgsz > msghdr->msg_ts) in msgrcv1()
1209 msgsz = msghdr->msg_ts; in msgrcv1()