libkdumpfile-0.5.4
Kernel coredump file access
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

◆ eprec

unsigned cache_search::eprec

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

◆ eprobe

unsigned cache_search::eprobe

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

◆ nzprec

unsigned cache_search::nzprec

Number of precious entries with zero reference count.

◆ nzprobe

unsigned cache_search::nzprobe

Number of probed entries with zero reference count.

◆ zprec

unsigned cache_search::zprec

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

◆ zprobe

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: