libkdumpfile-0.5.0
Kernel coredump file access
|
Cache entry. More...
#include <kdumpfile-priv.h>
Data Fields | |
cache_key_t | key |
Cache entry key. | |
enum cache_state | state |
Cache entry state. | |
unsigned | next |
Index of next entry in evict list. | |
unsigned | prev |
Index of previous entry in evict list. | |
unsigned | refcnt |
Reference count. | |
void * | data |
Pointer to data. | |
Cache entry.