Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/avl/
H A Davl.c261 diff = tree->avl_compar(value, AVL_NODE2DATA(node, off)); in avl_find()
583 diff = tree->avl_compar(new_data, here); in avl_insert_here()
594 diff = tree->avl_compar(new_data, in avl_insert_here()
603 diff = tree->avl_compar(new_data, in avl_insert_here()
806 (t->avl_compar(obj, neighbor) <= 0)); in avl_update_lt()
809 if ((neighbor != NULL) && (t->avl_compar(obj, neighbor) < 0)) { in avl_update_lt()
823 (t->avl_compar(obj, neighbor) >= 0)); in avl_update_gt()
826 if ((neighbor != NULL) && (t->avl_compar(obj, neighbor) > 0)) { in avl_update_gt()
840 if ((neighbor != NULL) && (t->avl_compar(obj, neighbor) < 0)) { in avl_update()
846 if ((neighbor != NULL) && (t->avl_compar(obj, neighbor) > 0)) { in avl_update()
[all …]
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Davl_impl.h148 int (*avl_compar)(const void *, const void *); member
/freebsd/sys/contrib/openzfs/include/sys/
H A Davl_impl.h148 int (*avl_compar)(const void *, const void *); member
/freebsd/sys/contrib/openzfs/lib/libuutil/
H A Dlibuutil.abi1530 <var-decl name='avl_compar' type-id='585e1de9' visibility='default'/>
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi1886 <var-decl name='avl_compar' type-id='585e1de9' visibility='default'/>