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

◆ data

void* cache_entry::data

Pointer to data.

◆ key

cache_key_t cache_entry::key

Cache entry key.

◆ next

unsigned cache_entry::next

Index of next entry in evict list.

◆ prev

unsigned cache_entry::prev

Index of previous entry in evict list.

◆ refcnt

unsigned cache_entry::refcnt

Reference count.

◆ state

enum cache_state cache_entry::state

Cache entry state.


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