Linux Kernel
3.7.1
|
Data Fields | |
unsigned int | height |
unsigned int | count |
union { | |
struct radix_tree_node * parent | |
struct rcu_head rcu_head | |
}; | |
void __rcu * | slots [RADIX_TREE_MAP_SIZE] |
unsigned long | tags [RADIX_TREE_MAX_TAGS][RADIX_TREE_TAG_LONGS] |
Definition at line 49 of file radix-tree.c.
union { ... } |
unsigned int count |
Definition at line 51 of file radix-tree.c.
unsigned int height |
Definition at line 50 of file radix-tree.c.
struct radix_tree_node* parent |
Definition at line 53 of file radix-tree.c.
struct rcu_head rcu_head |
Definition at line 54 of file radix-tree.c.
void __rcu* slots[RADIX_TREE_MAP_SIZE] |
Definition at line 56 of file radix-tree.c.
unsigned long tags[RADIX_TREE_MAX_TAGS][RADIX_TREE_TAG_LONGS] |
Definition at line 57 of file radix-tree.c.