Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
rbtree_test.c File Reference
#include <linux/module.h>
#include <linux/rbtree_augmented.h>
#include <linux/random.h>
#include <asm/timex.h>

Go to the source code of this file.

Data Structures

struct  test_node
 

Macros

#define NODES   100
 
#define PERF_LOOPS   100000
 
#define CHECK_LOOPS   100
 

Functions

 RB_DECLARE_CALLBACKS (static, augment_callbacks, struct test_node, rb, u32, augmented, augment_recompute)
 

Macro Definition Documentation

#define CHECK_LOOPS   100

Definition at line 8 of file rbtree_test.c.

#define NODES   100

Definition at line 6 of file rbtree_test.c.

#define PERF_LOOPS   100000

Definition at line 7 of file rbtree_test.c.

Function Documentation

RB_DECLARE_CALLBACKS ( static  ,
augment_callbacks  ,
struct test_node  ,
rb  ,
u32  ,
augmented  ,
augment_recompute   
)

Definition at line 64 of file rbtree_test.c.