Lines Matching refs:node_num
280 u8 node_num; member
354 msg.node_num = o2nm_this_node(); in o2hb_send_nego_msg()
441 nego_msg->node_num, config_item_name(®->hr_item), reg->hr_dev_name); in o2hb_nego_timeout_handler()
442 if (nego_msg->node_num < O2NM_MAX_NODES) in o2hb_nego_timeout_handler()
443 set_bit(nego_msg->node_num, reg->hr_nego_node_bitmap); in o2hb_nego_timeout_handler()
707 int node_num; in o2hb_prepare_block() local
712 node_num = o2nm_this_node(); in o2hb_prepare_block()
713 slot = ®->hr_slots[node_num]; in o2hb_prepare_block()
723 hb_block->hb_node = node_num; in o2hb_prepare_block()
791 int node_num) in o2hb_queue_node_event() argument
799 event->hn_node_num = node_num; in o2hb_queue_node_event()
802 type == O2HB_NODE_UP_CB ? "UP" : "DOWN", node_num); in o2hb_queue_node_event()
2465 int o2hb_check_node_heartbeating_no_sem(u8 node_num) in o2hb_check_node_heartbeating_no_sem() argument
2472 if (!test_bit(node_num, testing_map)) { in o2hb_check_node_heartbeating_no_sem()
2475 node_num); in o2hb_check_node_heartbeating_no_sem()
2483 int o2hb_check_node_heartbeating_from_callback(u8 node_num) in o2hb_check_node_heartbeating_from_callback() argument
2488 if (!test_bit(node_num, testing_map)) { in o2hb_check_node_heartbeating_from_callback()
2491 node_num); in o2hb_check_node_heartbeating_from_callback()