Home
last modified time | relevance | path

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

/linux/tools/include/linux/
H A Drbtree_augmented.h73 * RBCOMPUTE: name of function that recomputes the RBAUGMENTED data
77 RBSTRUCT, RBFIELD, RBAUGMENTED, RBCOMPUTE) \ argument
83 if (RBCOMPUTE(node, true)) \
101 RBCOMPUTE(old, false); \
111 * computing RBAUGMENTED scalar as max(RBCOMPUTE(node)) for all subtree nodes.
119 * RBCOMPUTE: name of function that returns the per-node RBTYPE scalar
123 RBTYPE, RBAUGMENTED, RBCOMPUTE) \ argument
127 RBTYPE max = RBCOMPUTE(node); \
/linux/include/linux/
H A Drbtree_augmented.h101 RBSTRUCT, RBFIELD, RBAUGMENTED, RBCOMPUTE) \ argument
107 if (RBCOMPUTE(node, true)) \
125 RBCOMPUTE(old, false); \
147 RBTYPE, RBAUGMENTED, RBCOMPUTE) \ argument
151 RBTYPE max = RBCOMPUTE(node); \