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