Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
lib
interval_tree.c
Go to the documentation of this file.
1
#include <
linux/init.h
>
2
#include <
linux/interval_tree.h
>
3
#include <
linux/interval_tree_generic.h
>
4
5
#define START(node) ((node)->start)
6
#define LAST(node) ((node)->last)
7
8
INTERVAL_TREE_DEFINE
(
struct
interval_tree_node
,
rb
,
9
unsigned
long
, __subtree_last,
10
START
,
LAST
,, interval_tree)
Generated on Thu Jan 10 2013 14:55:37 for Linux Kernel by
1.8.2