Searched refs:copy (Results 1 – 1 of 1) sorted by relevance
1041 struct msg_msg *copy; in prepare_copy() local1046 copy = load_msg(buf, bufsz); in prepare_copy()1047 if (!IS_ERR(copy)) in prepare_copy()1048 copy->m_ts = bufsz; in prepare_copy()1049 return copy; in prepare_copy()1052 static inline void free_copy(struct msg_msg *copy) in free_copy() argument1054 if (copy) in free_copy()1055 free_msg(copy); in free_copy()1063 static inline void free_copy(struct msg_msg *copy) in free_copy() argument1098 struct msg_msg *msg, *copy = NULL; in do_msgrcv() local[all …]