Searched refs:msg_cbytes (Results 1 – 6 of 6) sorted by relevance
99 msglen_t msg_cbytes; /* current # bytes on q */ member178 uint32_t msg_cbytes; /* current # bytes on q */ member
75 msglen_t msg_cbytes; /* current # bytes on q */ member
364 ASSERT(qp->msg_cbytes == 0); in msg_dtor()398 qp->msg_cbytes -= mp->msg_size; in msgunlink()415 ASSERT(qp->msg_cbytes == 0); in msg_rmid()506 STRUCT_FSET(ds, msg_cbytes, qp->msg_cbytes); in msgctl()543 ds64.msgx_cbytes = qp->msg_cbytes; in msgctl()1167 while ((msgsz > qp->msg_qbytes - qp->msg_cbytes) || in msgsnd()1224 qp->msg_cbytes += msgsz; in msgsnd()1497 avail = qp->msg_qbytes - qp->msg_cbytes; in msg_wakeup_senders()
56 ushort msg_cbytes; /* current # bytes on q */ member
181 " qmax: 0t%lu\n", msqid->msg_cbytes, msqid->msg_qnum, in msq_print()
2207 msgq.msg_cbytes, in show_msgctl()2232 msgq.msg_cbytes, in show_msgctl32()