Home
last modified time | relevance | path

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

/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Davl.h112 #define AVL_CMP(a, b) (((a) > (b)) - ((a) < (b))) macro
120 #define AVL_CMP(a, b) (((a) > (b)) - ((a) < (b))) macro
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c1562 int cmp = AVL_CMP(ub1->ub_txg, ub2->ub_txg); in vdev_uberblock_compare()
1567 cmp = AVL_CMP(ub1->ub_timestamp, ub2->ub_timestamp); in vdev_uberblock_compare()
1577 return (AVL_CMP(seq1, seq2)); in vdev_uberblock_compare()
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h75 #define AVL_CMP(a, b) (((a) > (b)) - ((a) < (b))) macro