#include "squid.h"
#include "comm/Loops.h"
#include "fde.h"
#include "globals.h"
#include "StatCounters.h"
#include "Store.h"
#include <cerrno>
Go to the source code of this file.
Macros | |
#define | KE_LENGTH 128 |
Functions | |
static void | kq_update_events (int, short, PF *) |
static void | commKQueueRegisterWithCacheManager (void) |
Variables | |
static int | kq |
static struct timespec | zero_timespec |
static struct kevent * | kqlst |
static int | kqmax |
static int | kqoff |
static int | max_poll_time = 1000 |
Macro Definition Documentation
◆ KE_LENGTH
#define KE_LENGTH 128 |
Definition at line 46 of file ModKqueue.cc.
Function Documentation
◆ commKQueueRegisterWithCacheManager()
|
static |
Definition at line 278 of file ModKqueue.cc.
◆ kq_update_events()
Definition at line 64 of file ModKqueue.cc.
References fd_table, handler(), kq, kqlst, kqmax, kqoff, NULL, and zero_timespec.
Variable Documentation
◆ kq
|
static |
Definition at line 49 of file ModKqueue.cc.
Referenced by kq_update_events().
◆ kqlst
|
static |
Definition at line 53 of file ModKqueue.cc.
Referenced by kq_update_events().
◆ kqmax
|
static |
Definition at line 54 of file ModKqueue.cc.
Referenced by kq_update_events().
◆ kqoff
|
static |
Definition at line 55 of file ModKqueue.cc.
Referenced by kq_update_events().
◆ max_poll_time
|
static |
Definition at line 56 of file ModKqueue.cc.
◆ zero_timespec
|
static |
Definition at line 51 of file ModKqueue.cc.
Referenced by kq_update_events().