|
nfs-ganesha 1.4
|
Management of the thread safe LRU lists. More...
#include <unistd.h>#include <sys/types.h>#include <sys/param.h>#include <pthread.h>#include "abstract_mem.h"Go to the source code of this file.
Management of the thread safe LRU lists.
LRU_List.h :Management of the thread safe LRU lists.
Definition in file LRU_List.h.
| #define LRU_DISPLAY_STRLEN 1024 |
Definition at line 103 of file LRU_List.h.
| #define LRU_LIST_BAD_RELEASE_ENTRY 3 |
Definition at line 109 of file LRU_List.h.
| #define LRU_LIST_DO_NOT_SET_INVALID 1 |
Definition at line 112 of file LRU_List.h.
| #define LRU_LIST_EMPTY_LIST 2 |
Definition at line 108 of file LRU_List.h.
| #define LRU_LIST_MALLOC_ERROR 1 |
Definition at line 107 of file LRU_List.h.
| #define LRU_LIST_SET_INVALID 0 |
Definition at line 111 of file LRU_List.h.
| #define LRU_LIST_SUCCESS 0 |
Definition at line 106 of file LRU_List.h.
| typedef struct LRU_data__ LRU_data_t |
| typedef struct lru_entry__ LRU_entry_t |
| typedef enum LRU_List_state__ LRU_List_state_t |
| typedef struct lru_list__ LRU_list_t |
| typedef struct lru_param__ LRU_parameter_t |
| typedef int LRU_status_t |
Definition at line 88 of file LRU_List.h.
| enum LRU_List_state__ |
Definition at line 48 of file LRU_List.h.
1.7.3