Searched refs:msg_qbytes (Results 1 – 17 of 17) sorted by relevance
348 if (in->msg_qbytes > USHRT_MAX) in copy_msqid_to_user()349 out.msg_qbytes = USHRT_MAX; in copy_msqid_to_user()351 out.msg_qbytes = in->msg_qbytes; in copy_msqid_to_user()352 out.msg_lqbytes = in->msg_qbytes; in copy_msqid_to_user()383 if (tbuf_old.msg_qbytes == 0) in copy_msqid_from_user()384 out->msg_qbytes = tbuf_old.msg_lqbytes; in copy_msqid_from_user()386 out->msg_qbytes = tbuf_old.msg_qbytes; in copy_msqid_from_user()401 struct ipc64_perm *perm, int msg_qbytes) in msgctl_down() argument411 perm, msg_qbytes); in msgctl_down()433 if (msg_qbytes > ns->msg_ctlmnb && in msgctl_down()[all …]
24 unsigned long msg_qbytes; /* max number of bytes on queue */ member41 unsigned long msg_qbytes; /* max number of bytes on queue */ member58 unsigned long msg_qbytes; /* max number of bytes on queue */ member
42 unsigned long msg_qbytes; /* max number of bytes on queue */ member
33 unsigned long msg_qbytes; /* max number of bytes on queue */ member
29 unsigned long msg_qbytes; /* max number of bytes on queue */ member
31 unsigned long msg_qbytes; /* max number of bytes on queue */ member
26 __kernel_ulong_t msg_qbytes; /* max number of bytes on queue */ member
43 unsigned long msg_qbytes; /* max number of bytes on queue */ member
29 unsigned short msg_qbytes; /* max number of bytes on queue */ member
124 compat_ulong_t msg_qbytes; member
154 unsigned int msg_qbytes; member
145 compat_ulong_t msg_qbytes; member
146 compat_ulong_t msg_qbytes; member
136 compat_ulong_t msg_qbytes; member
131 compat_ulong_t msg_qbytes; member
216 compat_ulong_t msg_qbytes; member
159 msgque->qbytes = ds.msg_qbytes; in dump_queue()