Lines Matching refs:node_num
284 u8 node_num; member
358 msg.node_num = o2nm_this_node(); in o2hb_send_nego_msg()
445 nego_msg->node_num, config_item_name(®->hr_item), reg->hr_dev_name); in o2hb_nego_timeout_handler()
446 if (nego_msg->node_num < O2NM_MAX_NODES) in o2hb_nego_timeout_handler()
447 set_bit(nego_msg->node_num, reg->hr_nego_node_bitmap); in o2hb_nego_timeout_handler()
711 int node_num; in o2hb_prepare_block() local
716 node_num = o2nm_this_node(); in o2hb_prepare_block()
717 slot = ®->hr_slots[node_num]; in o2hb_prepare_block()
727 hb_block->hb_node = node_num; in o2hb_prepare_block()
795 int node_num) in o2hb_queue_node_event() argument
803 event->hn_node_num = node_num; in o2hb_queue_node_event()
806 type == O2HB_NODE_UP_CB ? "UP" : "DOWN", node_num); in o2hb_queue_node_event()
2472 int o2hb_check_node_heartbeating_no_sem(u8 node_num) in o2hb_check_node_heartbeating_no_sem() argument
2479 if (!test_bit(node_num, testing_map)) { in o2hb_check_node_heartbeating_no_sem()
2482 node_num); in o2hb_check_node_heartbeating_no_sem()
2490 int o2hb_check_node_heartbeating_from_callback(u8 node_num) in o2hb_check_node_heartbeating_from_callback() argument
2495 if (!test_bit(node_num, testing_map)) { in o2hb_check_node_heartbeating_from_callback()
2498 node_num); in o2hb_check_node_heartbeating_from_callback()