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