Lines Matching defs:node_num
277 static struct o2net_node * o2net_nn_from_num(u8 node_num)
279 BUG_ON(node_num >= ARRAY_SIZE(o2net_nodes));
280 return &o2net_nodes[node_num];
1712 static void o2net_hb_node_down_cb(struct o2nm_node *node, int node_num,
1715 o2quo_hb_down(node_num);
1720 if (node_num != o2nm_this_node())
1726 static void o2net_hb_node_up_cb(struct o2nm_node *node, int node_num,
1729 struct o2net_node *nn = o2net_nn_from_num(node_num);
1731 o2quo_hb_up(node_num);
1739 if (node_num != o2nm_this_node()) {