nfs-ganesha 1.4
|
#include <LRU_List.h>
Public Attributes | |
unsigned int | nb_entry_prealloc |
unsigned int | nb_call_gc_invalid |
int(* | entry_to_str )(LRU_data_t, char *) |
int(* | clean_entry )(LRU_entry_t *, void *) |
char * | lp_name |
Definition at line 68 of file LRU_List.h.
int(* lru_param__::clean_entry)(LRU_entry_t *, void *) |
Function used for cleaning an entry while released
Definition at line 73 of file LRU_List.h.
int(* lru_param__::entry_to_str)(LRU_data_t, char *) |
Function used to convert an entry to a string.
Definition at line 72 of file LRU_List.h.
char* lru_param__::lp_name |
Name for LRU list
Definition at line 74 of file LRU_List.h.
unsigned int lru_param__::nb_call_gc_invalid |
How many call before garbagging invalid entries
Definition at line 71 of file LRU_List.h.
unsigned int lru_param__::nb_entry_prealloc |
Number of node to allocated when new nodes are necessary.
Definition at line 70 of file LRU_List.h.