Searched refs:ITSUBTREE (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/tools/include/linux/ |
D | interval_tree_generic.h | 28 #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) \
|
/Linux-v6.6/include/linux/ |
D | interval_tree_generic.h | 28 #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) \
|