libkdumpfile-0.5.4
Kernel coredump file access
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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. More...
 
unsigned zprec
 Index of the least recently used precious entry with zero reference count. More...
 
unsigned nzprec
 Number of precious entries with zero reference count. More...
 
unsigned gprobe
 Index of MRU probed ghost entry.
 
unsigned eprobe
 End of probed entries; this is the index of the last unused entry. More...
 
unsigned zprobe
 Index of the least recently used probed entry with zero reference count. More...
 
unsigned nzprobe
 Number of probed entries with zero reference count. More...
 

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.

Field Documentation

unsigned cache_search::eprec

End of precious entries; this is the index of the first unused entry.

unsigned cache_search::eprobe

End of probed entries; this is the index of the last unused entry.

unsigned cache_search::nzprec

Number of precious entries with zero reference count.

unsigned cache_search::nzprobe

Number of probed entries with zero reference count.

unsigned cache_search::zprec

Index of the least recently used precious entry with zero reference count.

unsigned cache_search::zprobe

Index of the least recently used probed entry with zero reference count.


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