Searched refs:q_cbytes (Results 1 – 2 of 2) sorted by relevance
213 msq->q_cbytes = msq->q_qnum = 0; in newque()297 atomic_sub(msq->q_cbytes, &ns->msg_bytes); in freeque()555 tbuf.msg_cbytes = msq->q_cbytes; in SYSCALL_DEFINE3()674 if (msgsz + msq->q_cbytes <= msq->q_qbytes && in do_msgsnd()709 msq->q_cbytes += msgsz; in do_msgsnd()815 msq->q_cbytes -= msg->m_ts; in do_msgrcv()932 msq->q_cbytes, in sysvipc_msg_proc_show()
93 unsigned long q_cbytes; /* current number of bytes on queue */ member