Lines Matching refs:dlm_msg
138 struct dlm_msg { struct
140 struct dlm_msg *orig_msg; argument
248 return kmem_cache_create("dlm_msg", sizeof(struct dlm_msg), 0, 0, NULL); in dlm_lowcomms_msg_cache_create()
689 struct dlm_msg *msg = container_of(kref, struct dlm_msg, ref); in dlm_msg_release()
697 struct dlm_msg *msg, *tmp; in free_entry()
1222 static struct dlm_msg *dlm_lowcomms_new_msg_con(struct connection *con, int len, in dlm_lowcomms_new_msg_con()
1228 struct dlm_msg *msg; in dlm_lowcomms_new_msg_con()
1255 struct dlm_msg *dlm_lowcomms_new_msg(int nodeid, int len, gfp_t allocation, in dlm_lowcomms_new_msg()
1260 struct dlm_msg *msg; in dlm_lowcomms_new_msg()
1292 static void _dlm_lowcomms_commit_msg(struct dlm_msg *msg) in _dlm_lowcomms_commit_msg()
1319 void dlm_lowcomms_commit_msg(struct dlm_msg *msg) in dlm_lowcomms_commit_msg()
1328 void dlm_lowcomms_put_msg(struct dlm_msg *msg) in dlm_lowcomms_put_msg()
1334 int dlm_lowcomms_resend_msg(struct dlm_msg *msg) in dlm_lowcomms_resend_msg()
1336 struct dlm_msg *msg_resend; in dlm_lowcomms_resend_msg()