#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) |
static void | storeSwapInFileNotify (void *data, int, StoreIOState::Pointer) |
Variables | |
static StoreIOState::STIOCB | storeSwapInFileClosed |
static StoreIOState::STFNCB | storeSwapInFileNotify |
Function Documentation
◆ storeSwapInFileClosed()
|
static |
Definition at line 51 of file store_swapin.cc.
References assert, debugs, StatCounters::ins, NULL, sc, statCounter, and StatCounters::swap.
◆ storeSwapInFileNotify()
|
static |
Definition at line 66 of file store_swapin.cc.
References assert, debugs, sc, StoreEntry::swap_dirn, and StoreEntry::swap_filen.
◆ storeSwapInStart()
void storeSwapInStart | ( | store_client * | sc | ) |
Definition at line 22 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, NULL, sc, storeOpen(), storeSwapInFileClosed, storeSwapInFileNotify, and StoreEntry::swapoutFailed().
Referenced by store_client::startSwapin().
Variable Documentation
◆ storeSwapInFileClosed
|
static |
Definition at line 18 of file store_swapin.cc.
Referenced by storeSwapInStart().
◆ storeSwapInFileNotify
|
static |
Definition at line 19 of file store_swapin.cc.
Referenced by storeSwapInStart().