Home
last modified time | relevance | path

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

/linux/include/linux/
A Dinterval_tree_generic.h28 #define INTERVAL_TREE_DEFINE(ITSTRUCT, ITRB, ITTYPE, ITSUBTREE, \ argument
34 ITSTRUCT, ITRB, ITTYPE, ITSUBTREE, ITLAST) \
49 if (parent->ITSUBTREE < last) \
50 parent->ITSUBTREE = last; \
59 node->ITSUBTREE = last; \
91 if (start <= left->ITSUBTREE) { \
110 if (start <= node->ITSUBTREE) \
141 if (node->ITSUBTREE < start) \
166 if (start <= right->ITSUBTREE) \

Completed in 2 milliseconds