Lines Matching refs:msg_msg
83 struct msg_msg *r_msg;
276 struct msg_msg *msg, *t; in freeque()
788 static int testmsg(struct msg_msg *msg, long type, int mode) in testmsg()
810 static inline int pipelined_send(struct msg_queue *msq, struct msg_msg *msg, in pipelined_send()
846 struct msg_msg *msg; in do_msgsnd()
1020 static long do_msg_fill(void __user *dest, struct msg_msg *msg, size_t bufsz) in do_msg_fill()
1039 static inline struct msg_msg *prepare_copy(void __user *buf, size_t bufsz) in prepare_copy()
1041 struct msg_msg *copy; in prepare_copy()
1052 static inline void free_copy(struct msg_msg *copy) in free_copy()
1058 static inline struct msg_msg *prepare_copy(void __user *buf, size_t bufsz) in prepare_copy()
1063 static inline void free_copy(struct msg_msg *copy) in free_copy()
1068 static struct msg_msg *find_msg(struct msg_queue *msq, long *msgtyp, int mode) in find_msg()
1070 struct msg_msg *msg, *found = NULL; in find_msg()
1093 long (*msg_handler)(void __user *, struct msg_msg *, size_t)) in do_msgrcv() argument
1098 struct msg_msg *msg, *copy = NULL; in do_msgrcv()
1271 static long compat_do_msg_fill(void __user *dest, struct msg_msg *msg, size_t bufsz) in compat_do_msg_fill()