Home
last modified time | relevance | path

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

/linux-2.4.37.9/ipc/
Dmsg.c73 unsigned long q_cbytes; /* current number of bytes on queue */ member
135 msq->q_cbytes = msq->q_qnum = 0; in newque()
299 atomic_sub(msq->q_cbytes, &msg_bytes); in freeque()
501 tbuf.msg_cbytes = msq->q_cbytes; in sys_msgctl()
660 if(msgsz + msq->q_cbytes > msq->q_qbytes || in sys_msgsnd()
692 msq->q_cbytes += msgsz; in sys_msgsnd()
780 msq->q_cbytes -= msg->m_ts; in sys_msgrcv()
871 msq->q_cbytes, in sysvipc_msg_read_proc()