Home
last modified time | relevance | path

Searched refs:ITSUBTREE (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/include/linux/
Dinterval_tree_generic.h40 #define INTERVAL_TREE_DEFINE(ITSTRUCT, ITRB, ITTYPE, ITSUBTREE, \ argument
50 ITSTRUCT, ITRB)->ITSUBTREE; \
56 ITSTRUCT, ITRB)->ITSUBTREE; \
64 ITTYPE, ITSUBTREE, ITPREFIX ## _compute_subtree_last) \
77 if (parent->ITSUBTREE < last) \
78 parent->ITSUBTREE = last; \
85 node->ITSUBTREE = last; \
115 if (start <= left->ITSUBTREE) { \
134 if (start <= node->ITSUBTREE) \
150 if (node->ITSUBTREE < start) \
[all …]