Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/ipc/
H A Dmsg.c53 unsigned long q_cbytes; /* current number of bytes on queue */ member
168 msq->q_cbytes = msq->q_qnum = 0; in newque()
190 return msgsz + msq->q_cbytes <= msq->q_qbytes && 1 + msq->q_qnum <= msq->q_qbytes; in msg_fits_inqueue()
279 atomic_sub(msq->q_cbytes, &ns->msg_bytes); in __releases()
554 p->msg_cbytes = msq->q_cbytes; in msgctl_stat()
943 msq->q_cbytes += msgsz; in do_msgsnd()
1180 msq->q_cbytes -= msg->m_ts; in do_msgrcv()
1347 msq->q_perm.id, msq->q_perm.mode, msq->q_cbytes, msq->q_qnum, pid_nr_ns(msq->q_lspid, pid_ns), in sysvipc_msg_proc_show()

Completed in 3 milliseconds