nfs-ganesha 1.4
|
The table partition. More...
Public Member Functions | |
CACHE_PAD (0) | |
Public Attributes | |
pthread_rwlock_t | lock |
struct avltree | t |
uint64_t | genctr |
struct avltree_node ** | cache |
The table partition.
Each tree is independent, having its own lock and generation number, thus reducing thread contention.
Definition at line 76 of file generic_weakref.c.
gweakref_partition_::CACHE_PAD | ( | 0 | ) |
struct avltree_node** gweakref_partition_::cache |
Definition at line 81 of file generic_weakref.c.
Definition at line 80 of file generic_weakref.c.
pthread_rwlock_t gweakref_partition_::lock |
Definition at line 78 of file generic_weakref.c.
struct avltree gweakref_partition_::t |
Definition at line 79 of file generic_weakref.c.