|
libkdumpfile-0.5.3
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. More... | |
| unsigned | uprec |
| Index of LRU unused precious entry. More... | |
| unsigned | nuprec |
| Number of unused precious entries. More... | |
| unsigned | gprobe |
| Index of MRU probed ghost entry. | |
| unsigned | eprobe |
| End of probed entries; this is the index of the first unused entry. More... | |
| unsigned | uprobe |
| Index of LRU unused probed entry. More... | |
| unsigned | nuprobe |
| Number of unused probed entries. More... | |
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.
| 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 first unused entry.
| unsigned cache_search::nuprec |
Number of unused precious entries.
| unsigned cache_search::nuprobe |
Number of unused probed entries.
| unsigned cache_search::uprec |
Index of LRU unused precious entry.
| unsigned cache_search::uprobe |
Index of LRU unused probed entry.
1.8.14