Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
radix_tree_node Struct Reference

Data Fields

unsigned int height
 
unsigned int count
 
union {
   struct radix_tree_node *   parent
 
   struct rcu_head   rcu_head
 
}; 
 
void __rcuslots [RADIX_TREE_MAP_SIZE]
 
unsigned long tags [RADIX_TREE_MAX_TAGS][RADIX_TREE_TAG_LONGS]
 

Detailed Description

Definition at line 49 of file radix-tree.c.

Field Documentation

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.

Definition at line 53 of file radix-tree.c.

struct rcu_head rcu_head

Definition at line 54 of file radix-tree.c.

Definition at line 56 of file radix-tree.c.

Definition at line 57 of file radix-tree.c.


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