Home
last modified time | relevance | path

Searched refs:msg_cbytes (Results 1 – 16 of 16) sorted by relevance

/linux/arch/mips/include/uapi/asm/
A Dmsgbuf.h22 unsigned long msg_cbytes; /* current number of bytes on queue */ member
39 unsigned long msg_cbytes; /* current number of bytes on queue */ member
56 unsigned long msg_cbytes; /* current number of bytes on queue */ member
/linux/ipc/
A Dmsg.c337 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; member
704 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()
/linux/arch/parisc/include/uapi/asm/
A Dmsgbuf.h31 unsigned long msg_cbytes; /* current number of bytes on queue */ member
/linux/arch/powerpc/include/uapi/asm/
A Dmsgbuf.h27 unsigned long msg_cbytes; /* current number of bytes on queue */ member
/linux/include/uapi/asm-generic/
A Dmsgbuf.h40 unsigned long msg_cbytes; /* current number of bytes on queue */ member
/linux/arch/sparc/include/uapi/asm/
A Dmsgbuf.h29 unsigned long msg_cbytes; /* current number of bytes on queue */ member
/linux/arch/x86/include/uapi/asm/
A Dmsgbuf.h24 __kernel_ulong_t msg_cbytes; /* current number of bytes on queue */ member
/linux/arch/xtensa/include/uapi/asm/
A Dmsgbuf.h41 unsigned long msg_cbytes; /* current number of bytes on queue */ member
/linux/include/uapi/linux/
A Dmsg.h27 unsigned short msg_cbytes; /* current number of bytes on queue */ member
/linux/arch/powerpc/include/asm/
A Dcompat.h122 compat_ulong_t msg_cbytes; member
/linux/arch/sparc/include/asm/
A Dcompat.h152 unsigned int msg_cbytes; member
/linux/arch/arm64/include/asm/
A Dcompat.h143 compat_ulong_t msg_cbytes; member
/linux/arch/x86/include/asm/
A Dcompat.h129 compat_ulong_t msg_cbytes; member
/linux/arch/mips/include/asm/
A Dcompat.h144 compat_ulong_t msg_cbytes; member
/linux/arch/parisc/include/asm/
A Dcompat.h134 compat_ulong_t msg_cbytes; member
/linux/arch/s390/include/asm/
A Dcompat.h214 compat_ulong_t msg_cbytes; member

Completed in 27 milliseconds