| /OK3568_Linux_fs/kernel/ipc/ |
| H A D | msg.c | 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() argument 411 perm, msg_qbytes); in msgctl_down() 433 if (msg_qbytes > ns->msg_ctlmnb && in msgctl_down() [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | msgbuf.h | 24 unsigned long msg_qbytes; /* max number of bytes on queue */ member 41 unsigned long msg_qbytes; /* max number of bytes on queue */ member 58 unsigned long msg_qbytes; /* max number of bytes on queue */ member
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | msgbuf.h | 33 unsigned long msg_qbytes; /* max number of bytes on queue */ member
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | msgbuf.h | 29 unsigned long msg_qbytes; /* max number of bytes on queue */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | msgbuf.h | 42 unsigned long msg_qbytes; /* max number of bytes on queue */ member
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | msgbuf.h | 31 unsigned long msg_qbytes; /* max number of bytes on queue */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | msgbuf.h | 40 unsigned long msg_qbytes; /* max number of bytes on queue */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | msgbuf.h | 40 unsigned long msg_qbytes; /* max number of bytes on queue */ member
|
| /OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/ |
| H A D | msgbuf.h | 26 __kernel_ulong_t msg_qbytes; /* max number of bytes on queue */ member
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | msgbuf.h | 43 unsigned long msg_qbytes; /* max number of bytes on queue */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/types/ |
| H A D | struct_msqid_ds.h | 42 msglen_t msg_qbytes; /* max number of bytes allowed on queue */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/types/ |
| H A D | struct_msqid_ds.h | 42 msglen_t msg_qbytes; /* max number of bytes allowed on queue */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | msg.h | 29 unsigned short msg_qbytes; /* max number of bytes on queue */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | msg.h | 29 unsigned short msg_qbytes; /* max number of bytes on queue */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | msg.h | 29 unsigned short msg_qbytes; /* max number of bytes on queue */ member
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | compat.h | 151 compat_ulong_t msg_qbytes; member
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | compat.h | 158 compat_ulong_t msg_qbytes; member
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | compat.h | 181 unsigned int msg_qbytes; member
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | compat.h | 144 compat_ulong_t msg_qbytes; member
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | compat.h | 156 compat_ulong_t msg_qbytes; member
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | compat.h | 137 compat_ulong_t msg_qbytes; member
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | compat.h | 234 compat_ulong_t msg_qbytes; member
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ipc/ |
| H A D | msgque.c | 159 msgque->qbytes = ds.msg_qbytes; in dump_queue()
|