Lines Matching refs:dlm_msg
127 struct dlm_msg { struct
129 struct dlm_msg *orig_msg; argument
209 return kmem_cache_create("dlm_msg", sizeof(struct dlm_msg), 0, 0, NULL); in dlm_lowcomms_msg_cache_create()
755 struct dlm_msg *msg = container_of(kref, struct dlm_msg, ref); in dlm_msg_release()
763 struct dlm_msg *msg, *tmp; in free_entry()
1277 static struct dlm_msg *dlm_lowcomms_new_msg_con(struct connection *con, int len, in dlm_lowcomms_new_msg_con()
1283 struct dlm_msg *msg; in dlm_lowcomms_new_msg_con()
1310 struct dlm_msg *dlm_lowcomms_new_msg(int nodeid, int len, gfp_t allocation, in dlm_lowcomms_new_msg()
1315 struct dlm_msg *msg; in dlm_lowcomms_new_msg()
1347 static void _dlm_lowcomms_commit_msg(struct dlm_msg *msg) in _dlm_lowcomms_commit_msg()
1376 void dlm_lowcomms_commit_msg(struct dlm_msg *msg) in dlm_lowcomms_commit_msg()
1385 void dlm_lowcomms_put_msg(struct dlm_msg *msg) in dlm_lowcomms_put_msg()
1391 int dlm_lowcomms_resend_msg(struct dlm_msg *msg) in dlm_lowcomms_resend_msg()
1393 struct dlm_msg *msg_resend; in dlm_lowcomms_resend_msg()