Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/avl/
H A Davl.c272 diff = tree->avl_compar(value, AVL_NODE2DATA(node, off)); in avl_find()
600 diff = tree->avl_compar(new_data, here); in avl_insert_here()
611 diff = tree->avl_compar(new_data, in avl_insert_here()
620 diff = tree->avl_compar(new_data, in avl_insert_here()
825 (t->avl_compar(obj, neighbor) <= 0)); in avl_update_lt()
828 if ((neighbor != NULL) && (t->avl_compar(obj, neighbor) < 0)) { in avl_update_lt()
842 (t->avl_compar(obj, neighbor) >= 0)); in avl_update_gt()
845 if ((neighbor != NULL) && (t->avl_compar(obj, neighbor) > 0)) { in avl_update_gt()
859 if ((neighbor != NULL) && (t->avl_compar(obj, neighbor) < 0)) { in avl_update()
879 ASSERT3P(tree1->avl_compar, ==, tree2->avl_compar); in avl_swap()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Davl_impl.h148 int (*avl_compar)(const void *, const void *); member
/f-stack/freebsd/contrib/openzfs/lib/libuutil/
H A Dlibuutil.abi455 …<var-decl name='avl_compar' type-id='type-id-43' visibility='default' filepath='../../include/sys/…
/f-stack/freebsd/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi1603 …<var-decl name='avl_compar' type-id='type-id-136' visibility='default' filepath='../../include/sys…
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi927 …<var-decl name='avl_compar' type-id='type-id-87' visibility='default' filepath='../../include/sys/…