Home
last modified time | relevance | path

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

/minix3/common/lib/libprop/
H A Dprop_rb_impl.h177 #define RBSTAT_INC(v) ((void)((v)++)) macro
180 #define RBSTAT_INC(v) do { } while (/*CONSTCOND*/0) macro
H A Dprop_rb.c118 RBSTAT_INC(rbt->rbt_insertions); in _prop_rb_tree_insert_node()
215 RBSTAT_INC(rbt->rbt_count); in _prop_rb_tree_insert_node()
330 RBSTAT_INC(rbt->rbt_insertion_rebalance_calls); in rb_tree_insert_rebalance()
351 RBSTAT_INC(rbt->rbt_insertion_rebalance_passes); in rb_tree_insert_rebalance()
682 RBSTAT_INC(rbt->rbt_removals); in _prop_rb_tree_remove_node()
746 RBSTAT_INC(rbt->rbt_removal_rebalance_calls); in rb_tree_removal_rebalance()
752 RBSTAT_INC(rbt->rbt_removal_rebalance_passes); in rb_tree_removal_rebalance()
/minix3/sys/sys/
H A Drbtree.h169 #define RBSTAT_INC(v) ((void)((v)++)) macro
172 #define RBSTAT_INC(v) do { } while (/*CONSTCOND*/0) macro
/minix3/common/lib/libc/gen/
H A Drb.c181 RBSTAT_INC(rbt->rbt_insertions); in rb_tree_insert_node()
278 RBSTAT_INC(rbt->rbt_count); in rb_tree_insert_node()
393 RBSTAT_INC(rbt->rbt_insertion_rebalance_calls); in rb_tree_insert_rebalance()
414 RBSTAT_INC(rbt->rbt_insertion_rebalance_passes); in rb_tree_insert_rebalance()
745 RBSTAT_INC(rbt->rbt_removals); in rb_tree_remove_node()
809 RBSTAT_INC(rbt->rbt_removal_rebalance_calls); in rb_tree_removal_rebalance()
815 RBSTAT_INC(rbt->rbt_removal_rebalance_passes); in rb_tree_removal_rebalance()