Searched refs:msg_cbytes (Results 1 – 7 of 7) sorted by relevance
68 msglen_t msg_cbytes; /* number of bytes in use on the queue */ member 93 msglen_t msg_cbytes; /* number of bytes in use on the queue */ member
164 l_ushort msg_cbytes; /* current number of bytes on queue */ member249 bsp->msg_cbytes = lsp->msg_cbytes; in linux_to_bsd_msqid_ds()264 lsp->msg_cbytes = bsp->msg_cbytes; in bsd_to_linux_msqid_ds()338 if (linux_msqid64->msg_cbytes > USHRT_MAX) in linux_msqid_pushdown()339 linux_msqid.msg_cbytes = USHRT_MAX; in linux_msqid_pushdown()341 linux_msqid.msg_cbytes = linux_msqid64->msg_cbytes; in linux_msqid_pushdown()342 linux_msqid.msg_lcbytes = linux_msqid64->msg_cbytes; in linux_msqid_pushdown()
82 l_ulong msg_cbytes; /* current number of bytes on queue */ member
416 racct_sub_cred(msqkptr->cred, RACCT_MSGQSIZE, msqkptr->u.msg_cbytes); in msq_remove() 426 msqkptr->u.msg_cbytes -= msghdr->msg_ts; in msq_remove() 433 if (msqkptr->u.msg_cbytes != 0) in msq_remove() 434 panic("msg_cbytes is screwed up"); in msq_remove() 731 msqkptr->u.msg_cbytes = 0; in sys_msgget() 862 if (msgsz + msqkptr->u.msg_cbytes > msqkptr->u.msg_qbytes) { in kern_msgsnd() 863 DPRINTF(("msgsz + msg_cbytes > msg_qbytes\n")); in kern_msgsnd() 936 if (msgsz + msqkptr->u.msg_cbytes > msqkptr->u.msg_qbytes) in kern_msgsnd() 937 panic("msgsz + msg_cbytes > msg_qbytes"); in kern_msgsnd() 1086 msqkptr->u.msg_cbytes in kern_msgsnd() [all...]
71 uint32_t msg_cbytes; member156 uint32_t msg_cbytes; member
358 kmsqptr->u.msg_cbytes, in print_kmsqptr()
2122 msqids[id].u.msg_cbytes, in linprocfs_dosysvipc_msg()