libkdumpfile-0.5.4
Kernel coredump file access
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
cache_entry Struct Reference

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...
 

Detailed Description

Cache entry.

Field Documentation

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.


The documentation for this struct was generated from the following file: