Lines Matching refs:node_num
278 u8 node_num; member
352 msg.node_num = o2nm_this_node(); in o2hb_send_nego_msg()
439 nego_msg->node_num, config_item_name(®->hr_item), reg->hr_bdev); in o2hb_nego_timeout_handler()
440 if (nego_msg->node_num < O2NM_MAX_NODES) in o2hb_nego_timeout_handler()
441 set_bit(nego_msg->node_num, reg->hr_nego_node_bitmap); in o2hb_nego_timeout_handler()
702 int node_num; in o2hb_prepare_block() local
707 node_num = o2nm_this_node(); in o2hb_prepare_block()
708 slot = ®->hr_slots[node_num]; in o2hb_prepare_block()
718 hb_block->hb_node = node_num; in o2hb_prepare_block()
786 int node_num) in o2hb_queue_node_event() argument
794 event->hn_node_num = node_num; in o2hb_queue_node_event()
797 type == O2HB_NODE_UP_CB ? "UP" : "DOWN", node_num); in o2hb_queue_node_event()
2457 int o2hb_check_node_heartbeating_no_sem(u8 node_num) in o2hb_check_node_heartbeating_no_sem() argument
2464 if (!test_bit(node_num, testing_map)) { in o2hb_check_node_heartbeating_no_sem()
2467 node_num); in o2hb_check_node_heartbeating_no_sem()
2475 int o2hb_check_node_heartbeating_from_callback(u8 node_num) in o2hb_check_node_heartbeating_from_callback() argument
2480 if (!test_bit(node_num, testing_map)) { in o2hb_check_node_heartbeating_from_callback()
2483 node_num); in o2hb_check_node_heartbeating_from_callback()