#include "squid.h"
#include "globals.h"
#include "StatCounters.h"
#include "Store.h"
#include "store_swapin.h"
#include "StoreClient.h"
Go to the source code of this file.
Functions | |
void | storeSwapInStart (store_client *sc) |
static void | storeSwapInFileClosed (void *data, int errflag, StoreIOState::Pointer) |
Variables | |
static StoreIOState::STIOCB | storeSwapInFileClosed |
Function Documentation
◆ storeSwapInFileClosed()
|
static |
Definition at line 50 of file store_swapin.cc.
References assert, debugs, StatCounters::ins, sc, statCounter, and StatCounters::swap.
◆ storeSwapInStart()
void storeSwapInStart | ( | store_client * | sc | ) |
Definition at line 21 of file store_swapin.cc.
References assert, DBG_IMPORTANT, debugs, EBIT_TEST, ENTRY_VALIDATED, StoreEntry::flags, StoreEntry::getMD5Text(), StoreEntry::hasDisk(), StoreEntry::mem_obj, StoreEntry::mem_status, NOT_IN_MEMORY, sc, storeOpen(), storeSwapInFileClosed, and StoreEntry::swapoutFailed().
Referenced by store_client::startSwapin().
Variable Documentation
◆ storeSwapInFileClosed
|
static |
Definition at line 18 of file store_swapin.cc.
Referenced by storeSwapInStart().