Searched refs:msg_resend (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/dlm/
H A Dlowcomms.c1345 struct dlm_msg *msg_resend; local
1351 msg_resend = dlm_lowcomms_new_msg_con(msg->entry->con, msg->len,
1353 if (!msg_resend)
1358 msg_resend->orig_msg = msg;
1361 _dlm_lowcomms_commit_msg(msg_resend);
1362 dlm_lowcomms_put_msg(msg_resend);

Completed in 101 milliseconds