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

#include <rbtree.h>

Data Fields

unsigned long __rb_parent_color
 
struct rb_noderb_right
 
struct rb_noderb_left
 

Detailed Description

Definition at line 35 of file rbtree.h.

Field Documentation

unsigned long __rb_parent_color

Definition at line 36 of file rbtree.h.

struct rb_node* rb_left

Definition at line 38 of file rbtree.h.

struct rb_node* rb_right

Definition at line 37 of file rbtree.h.


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