Searched refs:avl_compar (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/openzfs/module/avl/ |
H A D | avl.c | 261 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 D | avl_impl.h | 148 int (*avl_compar)(const void *, const void *); member
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | avl_impl.h | 148 int (*avl_compar)(const void *, const void *); member
|
/freebsd/sys/contrib/openzfs/lib/libuutil/ |
H A D | libuutil.abi | 1530 <var-decl name='avl_compar' type-id='585e1de9' visibility='default'/>
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs.abi | 1886 <var-decl name='avl_compar' type-id='585e1de9' visibility='default'/>
|