Home
last modified time | relevance | path

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

/linux-6.3-rc2/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-6.3-rc2/ipc/
A Dmsg.c338 if (in->msg_cbytes > USHRT_MAX) in copy_msqid_to_user()
339 out.msg_cbytes = USHRT_MAX; in copy_msqid_to_user()
341 out.msg_cbytes = in->msg_cbytes; in copy_msqid_to_user()
342 out.msg_lcbytes = in->msg_cbytes; in copy_msqid_to_user()
571 p->msg_cbytes = msq->q_cbytes; in msgctl_stat()
670 unsigned short msg_cbytes; member
710 v.msg_cbytes = in->msg_cbytes; in copy_compat_msqid_to_user()
723 v.msg_cbytes = in->msg_cbytes; in copy_compat_msqid_to_user()
/linux-6.3-rc2/arch/powerpc/include/uapi/asm/
A Dmsgbuf.h27 unsigned long msg_cbytes; /* current number of bytes on queue */ member
/linux-6.3-rc2/include/uapi/asm-generic/
A Dmsgbuf.h40 unsigned long msg_cbytes; /* current number of bytes on queue */ member
/linux-6.3-rc2/arch/parisc/include/uapi/asm/
A Dmsgbuf.h31 unsigned long msg_cbytes; /* current number of bytes on queue */ member
/linux-6.3-rc2/arch/sparc/include/uapi/asm/
A Dmsgbuf.h29 unsigned long msg_cbytes; /* current number of bytes on queue */ member
/linux-6.3-rc2/arch/x86/include/uapi/asm/
A Dmsgbuf.h24 __kernel_ulong_t msg_cbytes; /* current number of bytes on queue */ member
/linux-6.3-rc2/arch/xtensa/include/uapi/asm/
A Dmsgbuf.h41 unsigned long msg_cbytes; /* current number of bytes on queue */ member
/linux-6.3-rc2/include/uapi/linux/
A Dmsg.h27 unsigned short msg_cbytes; /* current number of bytes on queue */ member
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dcompat.h82 compat_ulong_t msg_cbytes; member
/linux-6.3-rc2/arch/sparc/include/asm/
A Dcompat.h121 unsigned int msg_cbytes; member
/linux-6.3-rc2/arch/parisc/include/asm/
A Dcompat.h99 compat_ulong_t msg_cbytes; member
/linux-6.3-rc2/arch/mips/include/asm/
A Dcompat.h121 compat_ulong_t msg_cbytes; member
/linux-6.3-rc2/include/asm-generic/
A Dcompat.h142 compat_ulong_t msg_cbytes; member

Completed in 40 milliseconds