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) ((arc)->B1.capacity) |
| | Access c as uint32. More...
|
| |
| #define | CsArc_2c(arc) ((arc)->Del.capacity) |
| | Access 2c as uint32. More...
|
| |
| #define | CsArc_p(arc) ((arc)->T1.capacity) |
| | Access p as uint32. More...
|
| |
| #define | CsArc_p1(arc) ((arc)->T2.capacity) |
| | Access MAX(p,1) as uint32. More...
|
| |
◆ CsArc_2c
| #define CsArc_2c |
( |
|
arc | ) |
((arc)->Del.capacity) |
◆ CsArc_c
| #define CsArc_c |
( |
|
arc | ) |
((arc)->B1.capacity) |
◆ CsArc_p
| #define CsArc_p |
( |
|
arc | ) |
((arc)->T1.capacity) |
◆ CsArc_p1
| #define CsArc_p1 |
( |
|
arc | ) |
((arc)->T2.capacity) |
Access MAX(p,1) as uint32.
◆ Cs
The Content Store (CS).
This is embedded in Pcct struct.
◆ CsArc
Lists for Adaptive Replacement Cache (ARC).
◆ CsArc_MoveCb
◆ CsEntry
◆ CsList
A doubly linked list within CS.
◆ CsNode
◆ DiskAlloc
◆ DiskStore