A brief file description. More...
#include "libts.h"
#include "P_EventSystem.h"
#include "I_RecProcess.h"
#include "P_Net.h"
#include "P_Cache.h"
#include "P_ClusterMachine.h"
#include "P_ClusterCache.h"
#include "P_ClusterCacheInternal.h"
#include "P_ClusterInternal.h"
#include "P_ClusterHandler.h"
#include "P_ClusterInline.h"
#include "P_ClusterLib.h"
#include "P_ClusterLoadMonitor.h"
#include "P_TimeTrace.h"
Go to the source code of this file.
A brief file description.
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file P_Cluster.h.
#define CLUSTER_CLEAR_DYN_STAT | ( | x | ) |
do { \ RecSetRawStatSum(cluster_rsb, x, 0); \ RecSetRawStatCount(cluster_rsb, x, 0); \ } while (0);
Definition at line 135 of file P_Cluster.h.
Referenced by ClusterProcessor::init().
#define CLUSTER_DECREMENT_DYN_STAT | ( | x | ) | RecIncrRawStat(cluster_rsb, mutex->thread_holding, (int) x, -1); |
Definition at line 129 of file P_Cluster.h.
Referenced by ClusterHandler::close_ClusterVConnection(), ClusterHandler::machine_down(), CacheContinuation::replyLookupEvent(), and CacheContinuation::replyOpEvent().
#define CLUSTER_INCREMENT_DYN_STAT | ( | x | ) | RecIncrRawStat(cluster_rsb, mutex->thread_holding, (int) x, 1); |
Definition at line 127 of file P_Cluster.h.
Referenced by ClusterHandler::add_to_byte_bank(), ClusterHandler::build_initial_vector(), ClusterHandler::build_write_descriptors(), cache_lookup_ClusterFunction(), cache_op_ClusterFunction(), cache_op_result_ClusterFunction(), ChannelToCacheWriteVC(), ClusterMachine::ClusterMachine(), configuration_add_machine(), configuration_remove_machine(), ClusterProcessor::connect_local(), ClusterVConnectionCacheEvent::eventHandler(), free_ClusterMachine(), CacheContinuation::handleReplyEvent(), ClusterVConnectionCache::insert(), ClusterProcessor::internal_invoke_remote(), CacheContinuation::localVCsetupEvent(), ClusterVConnectionCache::lookup(), ClusterHandler::mainClusterEvent(), ClusterProcessor::open_local(), post_setchan_pin_ClusterFunction(), post_setchan_priority_ClusterFunction(), post_setchan_send_ClusterFunction(), ClusterHandler::process_read(), ClusterHandler::process_write(), ClusterControl::real_alloc_data(), CacheContinuation::remoteOpEvent(), set_channel_data_ClusterFunction(), ClusterHandler::startClusterEvent(), ClusterHandler::valid_for_data_write(), and ClusterHandler::valid_for_freespace_write().
#define CLUSTER_SUM_DYN_STAT | ( | x, | ||
y | ||||
) | RecIncrRawStat(cluster_rsb, mutex->thread_holding, (int) x, y); |
Definition at line 131 of file P_Cluster.h.
Referenced by ClusterHandler::add_small_controlmsg_descriptors(), ClusterHandler::build_freespace_descriptors(), ClusterHandler::build_write_descriptors(), ClusterHandler::close_ClusterVConnection(), CacheContinuation::localVCsetupEvent(), ClusterHandler::process_incoming_callouts(), ClusterHandler::process_read(), ClusterHandler::process_write(), CacheContinuation::remoteOpEvent(), CacheContinuation::replyLookupEvent(), CacheContinuation::replyOpEvent(), and ClusterHandler::update_channels_written().
#define CLUSTER_SUM_GLOBAL_DYN_STAT | ( | x, | ||
y | ||||
) | RecIncrGlobalRawStatSum(cluster_rsb,x,y) |
Definition at line 133 of file P_Cluster.h.
Referenced by ClusterProcessor::init().
#define ECLUSTER_CHANNEL_INUSE (CLUSTER_ERRNO+5) |
Definition at line 55 of file P_Cluster.h.
Referenced by cache_op_ClusterFunction().
#define ECLUSTER_NO_MACHINE (CLUSTER_ERRNO+1) |
Definition at line 51 of file P_Cluster.h.
Referenced by ClusterVConnection::start().
#define ECLUSTER_NO_VC (CLUSTER_ERRNO+0) |
Definition at line 50 of file P_Cluster.h.
#define ECLUSTER_NOMORE_CHANNELS (CLUSTER_ERRNO+6) |
Definition at line 56 of file P_Cluster.h.
Referenced by ClusterVConnection::start().
#define ECLUSTER_OP_TIMEOUT (CLUSTER_ERRNO+2) |
Definition at line 52 of file P_Cluster.h.
Referenced by CacheContinuation::remoteOpEvent().
#define ECLUSTER_ORB_DATA_READ (CLUSTER_ERRNO+3) |
Definition at line 53 of file P_Cluster.h.
Referenced by CacheContinuation::VCdataRead().
#define ECLUSTER_ORB_EIO (CLUSTER_ERRNO+4) |
Definition at line 54 of file P_Cluster.h.
anonymous enum |
Definition at line 59 of file P_Cluster.h.
int init_clusterprocessor | ( | void | ) |
Definition at line 731 of file ClusterProcessor.cc.
References ClusterProcessor::init().
Definition at line 39 of file ClusterProcessor.cc.