msg_rtime         171 arch/arm64/include/asm/compat.h 	compat_ulong_t msg_rtime;
msg_rtime         163 arch/mips/include/asm/compat.h 	compat_ulong_t	msg_rtime;
msg_rtime          19 arch/mips/include/uapi/asm/msgbuf.h 	__kernel_time_t msg_rtime;	/* last msgrcv time */
msg_rtime          35 arch/mips/include/uapi/asm/msgbuf.h 	unsigned long  msg_rtime;	/* last msgrcv time */
msg_rtime          51 arch/mips/include/uapi/asm/msgbuf.h 	unsigned long  msg_rtime;	/* last msgrcv time */
msg_rtime         141 arch/parisc/include/asm/compat.h 	unsigned int msg_rtime;
msg_rtime          20 arch/parisc/include/uapi/asm/msgbuf.h 	__kernel_time_t msg_rtime;	/* last msgrcv time */
msg_rtime          26 arch/parisc/include/uapi/asm/msgbuf.h 	unsigned long	msg_rtime;	/* last msgrcv time */
msg_rtime         165 arch/powerpc/include/asm/compat.h 	unsigned int msg_rtime;
msg_rtime          15 arch/powerpc/include/uapi/asm/msgbuf.h 	__kernel_time_t msg_rtime;	/* last msgrcv time */
msg_rtime          21 arch/powerpc/include/uapi/asm/msgbuf.h 	unsigned long  msg_rtime;	/* last msgrcv time */
msg_rtime         234 arch/s390/include/asm/compat.h 	compat_ulong_t msg_rtime;
msg_rtime         194 arch/sparc/include/asm/compat.h 	unsigned int	msg_rtime;
msg_rtime          17 arch/sparc/include/uapi/asm/msgbuf.h 	__kernel_time_t msg_rtime;	/* last msgrcv time */
msg_rtime          23 arch/sparc/include/uapi/asm/msgbuf.h 	unsigned long msg_rtime;	/* last msgrcv time */
msg_rtime         135 arch/x86/include/asm/compat.h 	compat_ulong_t msg_rtime;
msg_rtime          19 arch/x86/include/uapi/asm/msgbuf.h 	__kernel_time_t msg_rtime;	/* last msgrcv time */
msg_rtime          26 arch/xtensa/include/uapi/asm/msgbuf.h 	unsigned long  msg_rtime;	/* last msgrcv time */
msg_rtime          32 arch/xtensa/include/uapi/asm/msgbuf.h 	unsigned long  msg_rtime;	/* last msgrcv time */
msg_rtime          28 include/uapi/asm-generic/msgbuf.h 	__kernel_time_t msg_rtime;	/* last msgrcv time */
msg_rtime          33 include/uapi/asm-generic/msgbuf.h 	unsigned long	msg_rtime;	/* last msgrcv time */
msg_rtime          23 include/uapi/linux/msg.h 	__kernel_time_t msg_rtime;	/* last msgrcv time */
msg_rtime         313 ipc/msg.c      		out.msg_rtime		= in->msg_rtime;
msg_rtime         537 ipc/msg.c      	p->msg_rtime  = msq->q_rtime;
msg_rtime         639 ipc/msg.c      	old_time32_t msg_rtime;
msg_rtime         679 ipc/msg.c      		v.msg_rtime	 = lower_32_bits(in->msg_rtime);
msg_rtime         680 ipc/msg.c      		v.msg_rtime_high = upper_32_bits(in->msg_rtime);
msg_rtime         694 ipc/msg.c      		v.msg_rtime = in->msg_rtime;