rbtree_test.c (3908836aa77e3621aaf2101f2920e01d7c8460d6) | rbtree_test.c (9c079add0d0f45220f4bb37febf0621137ec2d38) |
---|---|
1#include <linux/module.h> | 1#include <linux/module.h> |
2#include <linux/rbtree.h> | 2#include <linux/rbtree_augmented.h> |
3#include <linux/random.h> 4#include <asm/timex.h> 5 6#define NODES 100 7#define PERF_LOOPS 100000 8#define CHECK_LOOPS 100 9 10struct test_node { --- 224 unchanged lines hidden --- | 3#include <linux/random.h> 4#include <asm/timex.h> 5 6#define NODES 100 7#define PERF_LOOPS 100000 8#define CHECK_LOOPS 100 9 10struct test_node { --- 224 unchanged lines hidden --- |