Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/cluster/
H A Dtcp.c752 static struct o2net_msg_handler *
758 struct o2net_msg_handler *nmh, *ret = NULL; in o2net_handler_tree_lookup()
763 nmh = rb_entry(parent, struct o2net_msg_handler, nh_node); in o2net_handler_tree_lookup()
786 struct o2net_msg_handler *nmh; in o2net_handler_kref_release()
787 nmh = container_of(kref, struct o2net_msg_handler, nh_kref); in o2net_handler_kref_release()
792 static void o2net_handler_put(struct o2net_msg_handler *nmh) in o2net_handler_put()
804 struct o2net_msg_handler *nmh = NULL; in o2net_register_handler()
828 nmh = kzalloc(sizeof(struct o2net_msg_handler), GFP_NOFS); in o2net_register_handler()
873 struct o2net_msg_handler *nmh, *n; in o2net_unregister_handler_list()
889 struct o2net_msg_handler *nmh; in o2net_handler_get()
[all …]
H A Dtcp_internal.h177 struct o2net_msg_handler { struct