Lines Matching refs:dlm_msg
139 struct dlm_msg { struct
141 struct dlm_msg *orig_msg; argument
251 return KMEM_CACHE(dlm_msg, 0); in dlm_lowcomms_msg_cache_create()
693 struct dlm_msg *msg = container_of(kref, struct dlm_msg, ref); in dlm_msg_release()
701 struct dlm_msg *msg, *tmp; in free_entry()
1228 static struct dlm_msg *dlm_lowcomms_new_msg_con(struct connection *con, int len, in dlm_lowcomms_new_msg_con()
1233 struct dlm_msg *msg; in dlm_lowcomms_new_msg_con()
1260 struct dlm_msg *dlm_lowcomms_new_msg(int nodeid, int len, char **ppc, in dlm_lowcomms_new_msg()
1264 struct dlm_msg *msg; in dlm_lowcomms_new_msg()
1296 static void _dlm_lowcomms_commit_msg(struct dlm_msg *msg) in _dlm_lowcomms_commit_msg()
1323 void dlm_lowcomms_commit_msg(struct dlm_msg *msg) in dlm_lowcomms_commit_msg()
1332 void dlm_lowcomms_put_msg(struct dlm_msg *msg) in dlm_lowcomms_put_msg()
1338 int dlm_lowcomms_resend_msg(struct dlm_msg *msg) in dlm_lowcomms_resend_msg()
1340 struct dlm_msg *msg_resend; in dlm_lowcomms_resend_msg()