/linux-4.4.14/ipc/ |
D | msg.c | 287 if (in->msg_qbytes > USHRT_MAX) in copy_msqid_to_user() 288 out.msg_qbytes = USHRT_MAX; in copy_msqid_to_user() 290 out.msg_qbytes = in->msg_qbytes; in copy_msqid_to_user() 291 out.msg_lqbytes = in->msg_qbytes; in copy_msqid_to_user() 322 if (tbuf_old.msg_qbytes == 0) in copy_msqid_from_user() 323 out->msg_qbytes = tbuf_old.msg_lqbytes; in copy_msqid_from_user() 325 out->msg_qbytes = tbuf_old.msg_qbytes; in copy_msqid_from_user() 356 &msqid64.msg_perm, msqid64.msg_qbytes); in msgctl_down() 375 if (msqid64.msg_qbytes > ns->msg_ctlmnb && in msgctl_down() 386 msq->q_qbytes = msqid64.msg_qbytes; in msgctl_down() [all …]
|
D | compat.c | 74 unsigned short msg_qbytes; member 444 err |= __get_user(m64->msg_qbytes, &up64->msg_qbytes); in get_compat_msqid64() 456 err |= __get_user(m->msg_qbytes, &up->msg_qbytes); in get_compat_msqid() 473 err |= __put_user(m64->msg_qbytes, &up64->msg_qbytes); in put_compat_msqid64_ds() 492 err |= __put_user(m->msg_qbytes, &up->msg_qbytes); in put_compat_msqid_ds()
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
D | msgbuf.h | 20 unsigned long msg_qbytes; /* max number of bytes on queue */ member
|
/linux-4.4.14/arch/ia64/include/uapi/asm/ |
D | msgbuf.h | 20 unsigned long msg_qbytes; /* max number of bytes on queue */ member
|
/linux-4.4.14/arch/m32r/include/uapi/asm/ |
D | msgbuf.h | 24 unsigned long msg_qbytes; /* max number of bytes on queue */ member
|
/linux-4.4.14/arch/mn10300/include/uapi/asm/ |
D | msgbuf.h | 24 unsigned long msg_qbytes; /* max number of bytes on queue */ member
|
/linux-4.4.14/arch/frv/include/uapi/asm/ |
D | msgbuf.h | 24 unsigned long msg_qbytes; /* max number of bytes on queue */ member
|
/linux-4.4.14/arch/avr32/include/uapi/asm/ |
D | msgbuf.h | 24 unsigned long msg_qbytes; /* max number of bytes on queue */ member
|
/linux-4.4.14/arch/parisc/include/uapi/asm/ |
D | msgbuf.h | 32 unsigned long msg_qbytes; /* max number of bytes on queue */ member
|
/linux-4.4.14/arch/powerpc/include/uapi/asm/ |
D | msgbuf.h | 26 unsigned long msg_qbytes; /* max number of bytes on queue */ member
|
/linux-4.4.14/arch/s390/include/uapi/asm/ |
D | msgbuf.h | 30 unsigned long msg_qbytes; /* max number of bytes on queue */ member
|
/linux-4.4.14/include/uapi/asm-generic/ |
D | msgbuf.h | 40 __kernel_ulong_t msg_qbytes; /* max number of bytes on queue */ member
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
D | msgbuf.h | 31 unsigned long msg_qbytes; /* max number of bytes on queue */ member
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | msgbuf.h | 40 unsigned long msg_qbytes; /* max number of bytes on queue */ member
|
/linux-4.4.14/arch/xtensa/include/uapi/asm/ |
D | msgbuf.h | 41 unsigned long msg_qbytes; /* max number of bytes on queue */ member
|
/linux-4.4.14/include/uapi/linux/ |
D | msg.h | 27 unsigned short msg_qbytes; /* max number of bytes on queue */ member
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | compat.h | 261 compat_ulong_t msg_qbytes; member
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | compat.h | 282 unsigned int msg_qbytes; member
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | compat.h | 278 compat_ulong_t msg_qbytes; member
|
/linux-4.4.14/arch/x86/include/asm/ |
D | compat.h | 238 compat_ulong_t msg_qbytes; member
|
/linux-4.4.14/tools/testing/selftests/ipc/ |
D | msgque.c | 157 msgque->qbytes = ds.msg_qbytes; in dump_queue()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | compat.h | 277 compat_ulong_t msg_qbytes; member
|
/linux-4.4.14/arch/tile/include/asm/ |
D | compat.h | 213 compat_ulong_t msg_qbytes; member
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | compat.h | 228 compat_ulong_t msg_qbytes; member
|
/linux-4.4.14/arch/s390/include/asm/ |
D | compat.h | 337 compat_ulong_t msg_qbytes; member
|