Lines Matching refs:node_num
282 u8 node_num; member
356 msg.node_num = o2nm_this_node(); in o2hb_send_nego_msg()
443 nego_msg->node_num, config_item_name(®->hr_item), reg->hr_dev_name); in o2hb_nego_timeout_handler()
444 if (nego_msg->node_num < O2NM_MAX_NODES) in o2hb_nego_timeout_handler()
445 set_bit(nego_msg->node_num, reg->hr_nego_node_bitmap); in o2hb_nego_timeout_handler()
709 int node_num; in o2hb_prepare_block() local
714 node_num = o2nm_this_node(); in o2hb_prepare_block()
715 slot = ®->hr_slots[node_num]; in o2hb_prepare_block()
725 hb_block->hb_node = node_num; in o2hb_prepare_block()
793 int node_num) in o2hb_queue_node_event() argument
801 event->hn_node_num = node_num; in o2hb_queue_node_event()
804 type == O2HB_NODE_UP_CB ? "UP" : "DOWN", node_num); in o2hb_queue_node_event()
2462 int o2hb_check_node_heartbeating_no_sem(u8 node_num) in o2hb_check_node_heartbeating_no_sem() argument
2469 if (!test_bit(node_num, testing_map)) { in o2hb_check_node_heartbeating_no_sem()
2472 node_num); in o2hb_check_node_heartbeating_no_sem()
2480 int o2hb_check_node_heartbeating_from_callback(u8 node_num) in o2hb_check_node_heartbeating_from_callback() argument
2485 if (!test_bit(node_num, testing_map)) { in o2hb_check_node_heartbeating_from_callback()
2488 node_num); in o2hb_check_node_heartbeating_from_callback()