PAPI  5.7.0.0
cache Struct Reference
Collaboration diagram for cache:

Data Fields

struct cache_enthead
 
struct cache_enttail
 
struct cache_entinuse_head
 
long long count
 
struct cache_entw_head
 
struct cache_entw_tail
 
long long w_count
 

Detailed Description

Definition at line 182 of file libasync.c.

Field Documentation

◆ count

long long cache::count

Definition at line 186 of file libasync.c.

◆ head

struct cache_ent* cache::head

Definition at line 183 of file libasync.c.

◆ inuse_head

struct cache_ent* cache::inuse_head

Definition at line 185 of file libasync.c.

◆ tail

struct cache_ent* cache::tail

Definition at line 184 of file libasync.c.

◆ w_count

long long cache::w_count

Definition at line 189 of file libasync.c.

◆ w_head

struct cache_ent* cache::w_head

Definition at line 187 of file libasync.c.

◆ w_tail

struct cache_ent* cache::w_tail

Definition at line 188 of file libasync.c.


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