|
PAPI
5.7.0.0
|

Data Fields | |
| struct cache_ent * | head |
| struct cache_ent * | tail |
| struct cache_ent * | inuse_head |
| long long | count |
| struct cache_ent * | w_head |
| struct cache_ent * | w_tail |
| long long | w_count |
Definition at line 182 of file libasync.c.
| long long cache::count |
Definition at line 186 of file libasync.c.
| struct cache_ent* cache::head |
Definition at line 183 of file libasync.c.
| struct cache_ent* cache::inuse_head |
Definition at line 185 of file libasync.c.
| struct cache_ent* cache::tail |
Definition at line 184 of file libasync.c.
| long long cache::w_count |
Definition at line 189 of file libasync.c.
| struct cache_ent* cache::w_head |
Definition at line 187 of file libasync.c.
| struct cache_ent* cache::w_tail |
Definition at line 188 of file libasync.c.