Lines Matching refs:node_num
284 u8 node_num; member
358 msg.node_num = o2nm_this_node(); in o2hb_send_nego_msg()
446 nego_msg->node_num, config_item_name(®->hr_item), in o2hb_nego_timeout_handler()
448 if (nego_msg->node_num < O2NM_MAX_NODES) in o2hb_nego_timeout_handler()
449 set_bit(nego_msg->node_num, reg->hr_nego_node_bitmap); in o2hb_nego_timeout_handler()
710 int node_num; in o2hb_prepare_block() local
715 node_num = o2nm_this_node(); in o2hb_prepare_block()
716 slot = ®->hr_slots[node_num]; in o2hb_prepare_block()
726 hb_block->hb_node = node_num; in o2hb_prepare_block()
794 int node_num) in o2hb_queue_node_event() argument
802 event->hn_node_num = node_num; in o2hb_queue_node_event()
805 type == O2HB_NODE_UP_CB ? "UP" : "DOWN", node_num); in o2hb_queue_node_event()
2466 int o2hb_check_node_heartbeating_no_sem(u8 node_num) in o2hb_check_node_heartbeating_no_sem() argument
2473 if (!test_bit(node_num, testing_map)) { in o2hb_check_node_heartbeating_no_sem()
2476 node_num); in o2hb_check_node_heartbeating_no_sem()
2484 int o2hb_check_node_heartbeating_from_callback(u8 node_num) in o2hb_check_node_heartbeating_from_callback() argument
2489 if (!test_bit(node_num, testing_map)) { in o2hb_check_node_heartbeating_from_callback()
2492 node_num); in o2hb_check_node_heartbeating_from_callback()