nfs-ganesha 1.4
Public Member Functions | Public Attributes

gweakref_partition_ Struct Reference

The table partition. More...

List of all members.

Public Member Functions

 CACHE_PAD (0)

Public Attributes

pthread_rwlock_t lock
struct avltree t
uint64_t genctr
struct avltree_node ** cache

Detailed Description

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.


Member Function Documentation

gweakref_partition_::CACHE_PAD ( )

Member Data Documentation

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.

Definition at line 79 of file generic_weakref.c.


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