Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dinterval_tree_generic.h40 #define INTERVAL_TREE_DEFINE(ITSTRUCT, ITRB, ITTYPE, ITSUBTREE, \ argument
45 static inline ITTYPE ITPREFIX ## _compute_subtree_last(ITSTRUCT *node) \
50 ITSTRUCT, ITRB)->ITSUBTREE; \
56 ITSTRUCT, ITRB)->ITSUBTREE; \
63 RB_DECLARE_CALLBACKS(static, ITPREFIX ## _augment, ITSTRUCT, ITRB, \
68 ITSTATIC void ITPREFIX ## _insert(ITSTRUCT *node, \
73 ITSTRUCT *parent; \
78 parent = rb_entry(rb_parent, ITSTRUCT, ITRB); \
95 ITSTATIC void ITPREFIX ## _remove(ITSTRUCT *node, \
110 static ITSTRUCT * \
[all …]