Linux Kernel
3.7.1
|
#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) | |
#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.