Searched refs:msg_cbytes (Results 1 – 16 of 16) sorted by relevance
22 unsigned long msg_cbytes; /* current number of bytes on queue */ member39 unsigned long msg_cbytes; /* current number of bytes on queue */ member56 unsigned long msg_cbytes; /* current number of bytes on queue */ member
337 if (in->msg_cbytes > USHRT_MAX) in copy_msqid_to_user()338 out.msg_cbytes = USHRT_MAX; in copy_msqid_to_user()340 out.msg_cbytes = in->msg_cbytes; in copy_msqid_to_user()341 out.msg_lcbytes = in->msg_cbytes; in copy_msqid_to_user()565 p->msg_cbytes = msq->q_cbytes; in msgctl_stat()664 unsigned short msg_cbytes; member704 v.msg_cbytes = in->msg_cbytes; in copy_compat_msqid_to_user()717 v.msg_cbytes = in->msg_cbytes; in copy_compat_msqid_to_user()
31 unsigned long msg_cbytes; /* current number of bytes on queue */ member
27 unsigned long msg_cbytes; /* current number of bytes on queue */ member
40 unsigned long msg_cbytes; /* current number of bytes on queue */ member
29 unsigned long msg_cbytes; /* current number of bytes on queue */ member
24 __kernel_ulong_t msg_cbytes; /* current number of bytes on queue */ member
41 unsigned long msg_cbytes; /* current number of bytes on queue */ member
27 unsigned short msg_cbytes; /* current number of bytes on queue */ member
122 compat_ulong_t msg_cbytes; member
152 unsigned int msg_cbytes; member
143 compat_ulong_t msg_cbytes; member
129 compat_ulong_t msg_cbytes; member
144 compat_ulong_t msg_cbytes; member
134 compat_ulong_t msg_cbytes; member
214 compat_ulong_t msg_cbytes; member
Completed in 27 milliseconds