peer_sourcehash.cc File Reference
#include "squid.h"
#include "CachePeer.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 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 int n_sourcehash_peers = 0
 
static CachePeer ** sourcehash_peers = nullptr
 
static OBJH peerSourceHashCachemgr
 

Macro Definition Documentation

◆ ROTATE_LEFT

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

Definition at line 23 of file peer_sourcehash.cc.

Function Documentation

◆ peerSortWeight()

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

Definition at line 31 of file peer_sourcehash.cc.

References CachePeer::weight.

Referenced by peerSourceHashInit().

◆ peerSourceHashCachemgr()

static void peerSourceHashCachemgr ( StoreEntry sentry)
static

◆ peerSourceHashInit()

◆ peerSourceHashRegisterWithCacheManager()

static void peerSourceHashRegisterWithCacheManager ( void  )
static

Definition at line 139 of file peer_sourcehash.cc.

References peerSourceHashCachemgr, and Mgr::RegisterAction().

Referenced by peerSourceHashInit().

◆ peerSourceHashSelectParent()

Variable Documentation

◆ n_sourcehash_peers

int n_sourcehash_peers = 0
static

Definition at line 25 of file peer_sourcehash.cc.

Referenced by peerSourceHashInit(), and peerSourceHashSelectParent().

◆ peerSourceHashCachemgr

OBJH peerSourceHashCachemgr
static

Definition at line 27 of file peer_sourcehash.cc.

Referenced by peerSourceHashRegisterWithCacheManager().

◆ sourcehash_peers

CachePeer** sourcehash_peers = nullptr
static

Definition at line 26 of file peer_sourcehash.cc.

Referenced by peerSourceHashInit(), and peerSourceHashSelectParent().

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors