Home
last modified time | relevance | path

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

/linux-6.1.9/fs/dlm/
Dlowcomms.c1393 struct dlm_msg *msg_resend; in dlm_lowcomms_resend_msg() local
1399 msg_resend = dlm_lowcomms_new_msg_con(msg->entry->con, msg->len, in dlm_lowcomms_resend_msg()
1401 if (!msg_resend) in dlm_lowcomms_resend_msg()
1406 msg_resend->orig_msg = msg; in dlm_lowcomms_resend_msg()
1409 _dlm_lowcomms_commit_msg(msg_resend); in dlm_lowcomms_resend_msg()
1410 dlm_lowcomms_put_msg(msg_resend); in dlm_lowcomms_resend_msg()