Lines Matching defs:node
409 static int hmdfs_node_waiting_evt_sum(const struct hmdfs_peer *node) in hmdfs_node_waiting_evt_sum()
420 static int hmdfs_update_node_waiting_evt(struct hmdfs_peer *node, int evt, in hmdfs_update_node_waiting_evt()
462 static void hmdfs_run_evt_cb_verbosely(struct hmdfs_peer *node, int raw_evt, in hmdfs_run_evt_cb_verbosely()
477 struct hmdfs_peer *node = in hmdfs_node_evt_work() local
519 static void hmdfs_queue_raw_node_evt(struct hmdfs_peer *node, int evt) in hmdfs_queue_raw_node_evt()
569 void connection_handshake_notify(struct hmdfs_peer *node, int notify_type) in connection_handshake_notify()
593 void connection_to_working(struct hmdfs_peer *node) in connection_to_working()
828 static void hmdfs_dump_deleting_list(struct hmdfs_peer *node) in hmdfs_dump_deleting_list()
845 static bool hmdfs_conn_deleting_list_empty(struct hmdfs_peer *node) in hmdfs_conn_deleting_list_empty()
856 void hmdfs_disconnect_node(struct hmdfs_peer *node) in hmdfs_disconnect_node()
911 static void hmdfs_run_simple_evt_cb(struct hmdfs_peer *node, int evt) in hmdfs_run_simple_evt_cb()
920 static void hmdfs_del_peer(struct hmdfs_peer *node) in hmdfs_del_peer()
939 struct hmdfs_peer *node = NULL; in hmdfs_connections_stop() local
953 struct connection *get_conn_impl(struct hmdfs_peer *node, int connect_type) in get_conn_impl()
974 void set_conn_sock_quickack(struct hmdfs_peer *node) in set_conn_sock_quickack()
1038 struct hmdfs_peer *node = NULL; in lookup_peer_by_cid_unsafe() local
1073 struct hmdfs_peer *node = kzalloc(sizeof(*node), GFP_KERNEL); in alloc_peer() local