#include "squid.h"
#include "base/CodeContext.h"
#include "comm/Loops.h"
#include "fde.h"
#include "globals.h"
#include "mgr/Registration.h"
#include "StatCounters.h"
#include "StatHist.h"
#include "Store.h"
#include <cerrno>
Go to the source code of this file.
Macros | |
#define | DEBUG_EPOLL 0 |
Functions | |
static void | commEPollRegisterWithCacheManager (void) |
static const char * | epolltype_atoi (int x) |
static void | commIncomingStats (StoreEntry *sentry) |
Variables | |
static int | kdpfd = -1 |
static int | max_poll_time = 1000 |
static struct epoll_event * | pevents |
Macro Definition Documentation
◆ DEBUG_EPOLL
#define DEBUG_EPOLL 0 |
Definition at line 44 of file ModEpoll.cc.
Function Documentation
◆ commEPollRegisterWithCacheManager()
|
static |
Definition at line 191 of file ModEpoll.cc.
References commIncomingStats(), and Mgr::RegisterAction().
◆ commIncomingStats()
|
static |
Definition at line 199 of file ModEpoll.cc.
References StatHist::dump(), StatCounters::select_fds_hist, StatCounters::select_loops, statCounter, statHistIntDumper, and storeAppendPrintf().
Referenced by commEPollRegisterWithCacheManager().
◆ epolltype_atoi()
|
static |
Definition at line 85 of file ModEpoll.cc.
Variable Documentation
◆ kdpfd
|
static |
Definition at line 51 of file ModEpoll.cc.
◆ max_poll_time
|
static |
Definition at line 52 of file ModEpoll.cc.
◆ pevents
|
static |
Definition at line 54 of file ModEpoll.cc.