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()
756 static long do_msg_fill(void __user *dest, struct msg_msg *msg, size_t bufsz) in do_msg_fill()
775 static inline struct msg_msg *prepare_copy(void __user *buf, size_t bufsz) in prepare_copy()
777 struct msg_msg *copy; in prepare_copy()
788 static inline void free_copy(struct msg_msg *copy) in free_copy()
794 static inline struct msg_msg *prepare_copy(void __user *buf, size_t bufsz) in prepare_copy()
799 static inline void free_copy(struct msg_msg *copy) in free_copy()
804 static struct msg_msg *find_msg(struct msg_queue *msq, long *msgtyp, int mode) in find_msg()
806 struct msg_msg *msg, *found = NULL; in find_msg()
829 long (*msg_handler)(void __user *, struct msg_msg *, size_t)) in do_msgrcv() argument
834 struct msg_msg *msg, *copy = NULL; in do_msgrcv()
962 msg = (struct msg_msg *)msr_d.r_msg; in do_msgrcv()
989 msg = (struct msg_msg *)msr_d.r_msg; in do_msgrcv()