|
xrootd
|
#include <XrdOucCacheSlot.hh>

Classes | |
| struct | ioQ |
| struct | SlotList |
| union | SlotState |
Public Member Functions | |
| void | File (XrdOucCacheIO *kV, int you) |
| void | Hide (XrdOucCacheSlot *Base, int *hTab, int hI) |
| int | Pull (XrdOucCacheSlot *Base) |
| int | Push (XrdOucCacheSlot *Base, XrdOucCacheSlot *sP) |
| void | Owner (XrdOucCacheSlot *Base) |
| void | Owner (XrdOucCacheSlot *Base, XrdOucCacheSlot *sP) |
| void | reRef (XrdOucCacheSlot *Base) |
| void | unRef (XrdOucCacheSlot *Base) |
| XrdOucCacheSlot () | |
| ~XrdOucCacheSlot () | |
Static Public Member Functions | |
| static int | Find (XrdOucCacheSlot *Base, long long What, int n) |
| static void | Init (XrdOucCacheSlot *Base, int Num) |
Public Attributes | |
| union { | |
| long long Contents | |
| XrdOucCacheIO * Key | |
| }; | |
| SlotState | Status |
| SlotList | Own |
| int | HLink |
| int | Count |
Static Public Attributes | |
| static const int | lenMask = 0x01ffffff |
| static const int | isShort = 0x80000000 |
| static const int | inTrans = 0x40000000 |
| static const int | isSUSE = 0x20000000 |
| static const int | isNew = 0x10000000 |
|
inline |
|
inline |
|
inline |
References Count, XrdOucCacheSlot::SlotState::Data, HLink, Key, and Status.
Referenced by XrdOucCacheReal::ioAdd().
|
inlinestatic |
References Contents, and HLink.
Referenced by XrdOucCacheReal::Get().
|
inline |
References Contents, Count, and HLink.
Referenced by XrdOucCacheReal::Detach(), XrdOucCacheReal::Get(), and XrdOucCacheReal::Trunc().
|
inlinestatic |
References XrdOucCacheSlot::SlotState::LRU, XrdOucCacheSlot::SlotList::Next, Own, XrdOucCacheSlot::SlotList::Prev, Push(), and Status.
Referenced by XrdOucCacheReal::XrdOucCacheReal().
|
inline |
References XrdOucCacheSlot::SlotList::Next, Own, and XrdOucCacheSlot::SlotList::Prev.
Referenced by XrdOucCacheReal::Detach(), XrdOucCacheReal::Get(), and XrdOucCacheReal::Trunc().
|
inline |
References XrdOucCacheSlot::SlotList::Next, Own, and XrdOucCacheSlot::SlotList::Prev.
|
inline |
References XrdOucCacheSlot::SlotState::LRU, XrdOucCacheSlot::SlotList::Next, XrdOucCacheSlot::SlotList::Prev, and Status.
Referenced by XrdOucCacheReal::Detach(), XrdOucCacheReal::Get(), and XrdOucCacheReal::Trunc().
|
inline |
References XrdOucCacheSlot::SlotState::LRU, XrdOucCacheSlot::SlotList::Next, XrdOucCacheSlot::SlotList::Prev, and Status.
Referenced by Init().
|
inline |
References XrdOucCacheSlot::SlotState::LRU, XrdOucCacheSlot::SlotList::Next, XrdOucCacheSlot::SlotList::Prev, and Status.
Referenced by XrdOucCacheReal::Ref(), and XrdOucCacheReal::Upd().
|
inline |
References XrdOucCacheSlot::SlotState::LRU, XrdOucCacheSlot::SlotList::Next, XrdOucCacheSlot::SlotList::Prev, and Status.
Referenced by XrdOucCacheReal::Detach(), XrdOucCacheReal::Get(), XrdOucCacheReal::Ref(), and XrdOucCacheReal::Trunc().
| union { ... } |
| long long XrdOucCacheSlot::Contents |
| int XrdOucCacheSlot::Count |
| int XrdOucCacheSlot::HLink |
|
static |
Referenced by XrdOucCacheReal::Get().
|
static |
Referenced by XrdOucCacheReal::Get(), and XrdOucCacheData::Preread().
|
static |
Referenced by XrdOucCacheReal::Get(), and XrdOucCacheReal::Upd().
|
static |
Referenced by XrdOucCacheData::Preread(), and XrdOucCacheReal::Ref().
| XrdOucCacheIO* XrdOucCacheSlot::Key |
Referenced by File().
|
static |
Referenced by XrdOucCacheReal::Get(), XrdOucCacheReal::Ref(), XrdOucCacheReal::Upd(), and XrdOucCacheReal::XrdOucCacheReal().
| SlotList XrdOucCacheSlot::Own |
| SlotState XrdOucCacheSlot::Status |
Referenced by XrdOucCacheReal::Attach(), XrdOucCacheReal::Detach(), File(), XrdOucCacheReal::Get(), Init(), Pull(), Push(), XrdOucCacheReal::Ref(), reRef(), unRef(), and XrdOucCacheReal::Upd().
1.8.3.1