libkdumpfile-0.5.4
Kernel coredump file access
Loading...
Searching...
No Matches
Data Fields
cache_search Struct Reference

Temporary information needed during a cache search. More...

Data Fields

unsigned gprec
 Index of MRU precious ghost entry.
 
unsigned eprec
 End of precious entries; this is the index of the first unused entry.
 
unsigned uprec
 Index of LRU unused precious entry.
 
unsigned nuprec
 Number of unused precious entries.
 
unsigned gprobe
 Index of MRU probed ghost entry.
 
unsigned eprobe
 End of probed entries; this is the index of the first unused entry.
 
unsigned uprobe
 Index of LRU unused probed entry.
 
unsigned nuprobe
 Number of unused probed entries.
 

Detailed Description

Temporary information needed during a cache search.

This is grouped in a structure to avoid passing an inordinate number of parameters among the various helper functions.


The documentation for this struct was generated from the following file: