Motr  M0
cache Struct Reference
Collaboration diagram for cache:
Collaboration graph

Data Fields

struct cache_slot c_slot [CACHE_SIZE]
 
int c_head
 

Detailed Description

It is used to store btree pointers. It prevents multiple allocation of credits for the same btree creation.

Definition at line 235 of file beck.c.

Field Documentation

◆ c_head

int c_head

Definition at line 237 of file beck.c.

◆ c_slot

struct cache_slot c_slot[CACHE_SIZE]

Definition at line 236 of file beck.c.


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