Go to the source code of this file.
|
| struct | CsNode |
| | The prev-next pointers common in CsEntry and CsList. More...
|
| struct | CsList |
| | A doubly linked list within CS. More...
|
| struct | CsArc |
| | Lists for Adaptive Replacement Cache (ARC). More...
|
| struct | Cs |
| | The Content Store (CS). More...
|
|
| #define | CsArc_c(arc) |
| | Access c as uint32.
|
| #define | CsArc_2c(arc) |
| | Access 2c as uint32.
|
| #define | CsArc_p(arc) |
| | Access p as uint32.
|
| #define | CsArc_p1(arc) |
| | Access MAX(p,1) as uint32.
|
|
| typedef struct CsNode | CsNode |
| typedef struct CsList | CsList |
| | A doubly linked list within CS.
|
| typedef struct CsEntry | CsEntry |
| typedef void(* | CsArc_MoveCb) (CsEntry *entry, CsListID src, CsListID dst, uintptr_t ctx) |
| typedef struct CsArc | CsArc |
| | Lists for Adaptive Replacement Cache (ARC).
|
| typedef struct Cs | Cs |
| | The Content Store (CS).
|
◆ CsArc_2c
Value:
Access 2c as uint32.
◆ CsArc_c
Value:
Access c as uint32.
◆ CsArc_p
Value:
Access p as uint32.
◆ CsArc_p1
Value:
Access MAX(p,1) as uint32.
◆ Cs
The Content Store (CS).
This is embedded in Pcct struct.
◆ CsArc
| typedef struct CsArc CsArc |
Lists for Adaptive Replacement Cache (ARC).
◆ CsArc_MoveCb
◆ CsEntry
| typedef struct CsEntry CsEntry |
◆ CsList
| typedef struct CsList CsList |
A doubly linked list within CS.
◆ CsNode
| typedef struct CsNode CsNode |