Searched refs:msg_cbytes (Results 1 – 2 of 2) sorted by relevance
125 msglen_t msg_cbytes; /* # of bytes on the queue */ member148 msglen_t msg_cbytes; /* # of bytes on the queue */ member184 user_msglen_t msg_cbytes; /* # of bytes on the queue */ member206 user64_msglen_t msg_cbytes; /* # of bytes on the queue */ member224 user32_msglen_t msg_cbytes; /* # of bytes on the queue */ member
145 out->msg_cbytes = in->msg_cbytes; /* for ipcs */ in msqid_ds_kerneltouser32()159 out->msg_cbytes = in->msg_cbytes; /* for ipcs */ in msqid_ds_kerneltouser64()182 out->msg_cbytes = in->msg_cbytes; /* for ipcs */ in msqid_ds_user32tokernel()196 out->msg_cbytes = in->msg_cbytes; /* for ipcs */ in msqid_ds_user64tokernel()463 msqptr->u.msg_cbytes -= msghdr->msg_ts; in msgctl()470 if (msqptr->u.msg_cbytes != 0) { in msgctl()673 msqptr->u.msg_cbytes = 0; in msgget()821 if (msgsz + msqptr->u.msg_cbytes > msqptr->u.msg_qbytes) { in msgsnd_nocancel()921 if (msgsz + msqptr->u.msg_cbytes > msqptr->u.msg_qbytes) { in msgsnd_nocancel()1116 msqptr->u.msg_cbytes += msghdr->msg_ts; in msgsnd_nocancel()[all …]