|
Squid Web Cache master
|
#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 |
| #define KE_LENGTH 128 |
Definition at line 46 of file ModKqueue.cc.
|
static |
Definition at line 278 of file ModKqueue.cc.
Definition at line 64 of file ModKqueue.cc.
References fd_table, kq, kqlst, kqmax, kqoff, NULL, and zero_timespec.
|
static |
Definition at line 49 of file ModKqueue.cc.
Referenced by kq_update_events().
|
static |
Definition at line 53 of file ModKqueue.cc.
Referenced by kq_update_events().
|
static |
Definition at line 54 of file ModKqueue.cc.
Referenced by kq_update_events().
|
static |
Definition at line 55 of file ModKqueue.cc.
Referenced by kq_update_events().
|
static |
Definition at line 56 of file ModKqueue.cc.
|
static |
Definition at line 51 of file ModKqueue.cc.
Referenced by kq_update_events().