Lines Matching refs:msg_msg
73 struct msg_msg *r_msg;
255 struct msg_msg *msg, *t; in freeque()
766 static int testmsg(struct msg_msg *msg, long type, int mode) in testmsg()
788 static inline int pipelined_send(struct msg_queue *msq, struct msg_msg *msg, in pipelined_send()
820 struct msg_msg *msg; in do_msgsnd()
994 static long do_msg_fill(void __user *dest, struct msg_msg *msg, size_t bufsz) in do_msg_fill()
1013 static inline struct msg_msg *prepare_copy(void __user *buf, size_t bufsz) in prepare_copy()
1015 struct msg_msg *copy; in prepare_copy()
1026 static inline void free_copy(struct msg_msg *copy) in free_copy()
1032 static inline struct msg_msg *prepare_copy(void __user *buf, size_t bufsz) in prepare_copy()
1037 static inline void free_copy(struct msg_msg *copy) in free_copy()
1042 static struct msg_msg *find_msg(struct msg_queue *msq, long *msgtyp, int mode) in find_msg()
1044 struct msg_msg *msg, *found = NULL; in find_msg()
1067 long (*msg_handler)(void __user *, struct msg_msg *, size_t)) in do_msgrcv() argument
1072 struct msg_msg *msg, *copy = NULL; in do_msgrcv()
1237 static long compat_do_msg_fill(void __user *dest, struct msg_msg *msg, size_t bufsz) in compat_do_msg_fill()