peer_sourcehash.cc File Reference
#include "squid.h"
#include "CachePeer.h"
#include "CachePeers.h"
#include "HttpRequest.h"
#include "mgr/Registration.h"
#include "neighbors.h"
#include "peer_sourcehash.h"
#include "PeerSelectState.h"
#include "SquidConfig.h"
#include "Store.h"
#include <cmath>
Include dependency graph for peer_sourcehash.cc:

Go to the source code of this file.

Macros

#define ROTATE_LEFT(x, n)   (((x) << (n)) | ((x) >> (32-(n))))
 

Functions

static auto & SourceHashPeers ()
 sourcehash peers ordered by their sourcehash weight More...
 
static void peerSourceHashRegisterWithCacheManager (void)
 
static int peerSortWeight (const void *a, const void *b)
 
void peerSourceHashInit (void)
 
CachePeerpeerSourceHashSelectParent (PeerSelector *ps)
 
static void peerSourceHashCachemgr (StoreEntry *sentry)
 

Variables

static OBJH peerSourceHashCachemgr
 

Macro Definition Documentation

◆ ROTATE_LEFT

#define ROTATE_LEFT (   x,
 
)    (((x) << (n)) | ((x) >> (32-(n))))

Definition at line 24 of file peer_sourcehash.cc.

Function Documentation

◆ peerSortWeight()

static int peerSortWeight ( const void *  a,
const void *  b 
)
static

Definition at line 38 of file peer_sourcehash.cc.

References CachePeer::weight.

Referenced by peerSourceHashInit().

◆ peerSourceHashCachemgr()

static void peerSourceHashCachemgr ( StoreEntry sentry)
static

Definition at line 188 of file peer_sourcehash.cc.

References SourceHashPeers(), and storeAppendPrintf().

◆ peerSourceHashInit()

void peerSourceHashInit ( void  )

◆ peerSourceHashRegisterWithCacheManager()

static void peerSourceHashRegisterWithCacheManager ( void  )
static

Definition at line 131 of file peer_sourcehash.cc.

References peerSourceHashCachemgr, and Mgr::RegisterAction().

Referenced by peerSourceHashInit().

◆ peerSourceHashSelectParent()

◆ SourceHashPeers()

static auto & SourceHashPeers ( )
static

Variable Documentation

◆ peerSourceHashCachemgr

OBJH peerSourceHashCachemgr
static

Definition at line 34 of file peer_sourcehash.cc.

Referenced by peerSourceHashRegisterWithCacheManager().

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors