Home
last modified time | relevance | path

Searched refs:q_cbytes (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/ipc/
Dmsg.c213 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()
/linux-2.6.39/include/linux/
Dmsg.h93 unsigned long q_cbytes; /* current number of bytes on queue */ member