Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/avl/
H A Davl.c268 diff = tree->avl_compar(value, AVL_NODE2DATA(node, off)); in avl_find()
596 diff = tree->avl_compar(new_data, here); in avl_insert_here()
607 diff = tree->avl_compar(new_data, in avl_insert_here()
616 diff = tree->avl_compar(new_data, in avl_insert_here()
833 (t->avl_compar(obj, neighbor) <= 0)); in avl_update_lt()
836 if ((neighbor != NULL) && (t->avl_compar(obj, neighbor) < 0)) { in avl_update_lt()
850 (t->avl_compar(obj, neighbor) >= 0)); in avl_update_gt()
853 if ((neighbor != NULL) && (t->avl_compar(obj, neighbor) > 0)) { in avl_update_gt()
867 if ((neighbor != NULL) && (t->avl_compar(obj, neighbor) < 0)) { in avl_update()
873 if ((neighbor != NULL) && (t->avl_compar(obj, neighbor) > 0)) { in avl_update()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Davl_impl.h148 int (*avl_compar)(const void *, const void *); member
/titanic_50/usr/src/uts/common/idmap/
H A Didmap_cache.c855 kidmap_sid_prefix_store->tree.avl_compar = in kidmap_sid_prefix_store_init()