Lines Matching refs:msg_msg
60 struct msg_msg *volatile r_msg;
214 struct msg_msg *msg, *t; in freeque()
547 static int testmsg(struct msg_msg *msg, long type, int mode) in testmsg()
569 static inline int pipelined_send(struct msg_queue *msq, struct msg_msg *msg) in pipelined_send()
613 struct msg_msg *msg; in do_msgsnd()
753 static long do_msg_fill(void __user *dest, struct msg_msg *msg, size_t bufsz) in do_msg_fill()
772 static inline struct msg_msg *prepare_copy(void __user *buf, size_t bufsz) in prepare_copy()
774 struct msg_msg *copy; in prepare_copy()
785 static inline void free_copy(struct msg_msg *copy) in free_copy()
791 static inline struct msg_msg *prepare_copy(void __user *buf, size_t bufsz) in prepare_copy()
796 static inline void free_copy(struct msg_msg *copy) in free_copy()
801 static struct msg_msg *find_msg(struct msg_queue *msq, long *msgtyp, int mode) in find_msg()
803 struct msg_msg *msg, *found = NULL; in find_msg()
826 long (*msg_handler)(void __user *, struct msg_msg *, size_t)) in do_msgrcv() argument
831 struct msg_msg *msg, *copy = NULL; in do_msgrcv()
959 msg = (struct msg_msg *)msr_d.r_msg; in do_msgrcv()
986 msg = (struct msg_msg *)msr_d.r_msg; in do_msgrcv()