msg_cbytes 175 arch/arm64/include/asm/compat.h compat_ulong_t msg_cbytes; msg_cbytes 174 arch/mips/include/asm/compat.h compat_ulong_t msg_cbytes; msg_cbytes 21 arch/mips/include/uapi/asm/msgbuf.h unsigned long msg_cbytes; /* current number of bytes on queue */ msg_cbytes 38 arch/mips/include/uapi/asm/msgbuf.h unsigned long msg_cbytes; /* current number of bytes on queue */ msg_cbytes 55 arch/mips/include/uapi/asm/msgbuf.h unsigned long msg_cbytes; /* current number of bytes on queue */ msg_cbytes 144 arch/parisc/include/asm/compat.h compat_ulong_t msg_cbytes; msg_cbytes 30 arch/parisc/include/uapi/asm/msgbuf.h unsigned long msg_cbytes; /* current number of bytes on queue */ msg_cbytes 168 arch/powerpc/include/asm/compat.h compat_ulong_t msg_cbytes; msg_cbytes 25 arch/powerpc/include/uapi/asm/msgbuf.h unsigned long msg_cbytes; /* current number of bytes on queue */ msg_cbytes 238 arch/s390/include/asm/compat.h compat_ulong_t msg_cbytes; msg_cbytes 197 arch/sparc/include/asm/compat.h unsigned int msg_cbytes; msg_cbytes 27 arch/sparc/include/uapi/asm/msgbuf.h unsigned long msg_cbytes; /* current number of bytes on queue */ msg_cbytes 139 arch/x86/include/asm/compat.h compat_ulong_t msg_cbytes; msg_cbytes 21 arch/x86/include/uapi/asm/msgbuf.h __kernel_ulong_t msg_cbytes; /* current number of bytes on queue */ msg_cbytes 39 arch/xtensa/include/uapi/asm/msgbuf.h unsigned long msg_cbytes; /* current number of bytes on queue */ msg_cbytes 38 include/uapi/asm-generic/msgbuf.h unsigned long msg_cbytes; /* current number of bytes on queue */ msg_cbytes 27 include/uapi/linux/msg.h unsigned short msg_cbytes; /* current number of bytes on queue */ msg_cbytes 316 ipc/msg.c if (in->msg_cbytes > USHRT_MAX) msg_cbytes 317 ipc/msg.c out.msg_cbytes = USHRT_MAX; msg_cbytes 319 ipc/msg.c out.msg_cbytes = in->msg_cbytes; msg_cbytes 320 ipc/msg.c out.msg_lcbytes = in->msg_cbytes; msg_cbytes 544 ipc/msg.c p->msg_cbytes = msq->q_cbytes; msg_cbytes 643 ipc/msg.c unsigned short msg_cbytes; msg_cbytes 683 ipc/msg.c v.msg_cbytes = in->msg_cbytes; msg_cbytes 696 ipc/msg.c v.msg_cbytes = in->msg_cbytes;