Searched refs:msg_ptr (Results 1 – 1 of 1) sorted by relevance
1068 struct msg_msg *msg_ptr; in do_mq_timedsend() local1111 msg_ptr = load_msg(u_msg_ptr, msg_len); in do_mq_timedsend()1112 if (IS_ERR(msg_ptr)) { in do_mq_timedsend()1113 ret = PTR_ERR(msg_ptr); in do_mq_timedsend()1116 msg_ptr->m_ts = msg_len; in do_mq_timedsend()1117 msg_ptr->m_type = msg_prio; in do_mq_timedsend()1143 wait.msg = (void *) msg_ptr; in do_mq_timedsend()1157 pipelined_send(&wake_q, info, msg_ptr, receiver); in do_mq_timedsend()1160 ret = msg_insert(msg_ptr, info); in do_mq_timedsend()1173 free_msg(msg_ptr); in do_mq_timedsend()[all …]