Searched refs:AVL_CMP (Results 1 – 3 of 3) sorted by relevance
112 #define AVL_CMP(a, b) (((a) > (b)) - ((a) < (b))) macro120 #define AVL_CMP(a, b) (((a) > (b)) - ((a) < (b))) macro
1581 int cmp = AVL_CMP(ub1->ub_txg, ub2->ub_txg); in vdev_uberblock_compare()1586 cmp = AVL_CMP(ub1->ub_timestamp, ub2->ub_timestamp); in vdev_uberblock_compare()1596 return (AVL_CMP(seq1, seq2)); in vdev_uberblock_compare()
77 #define AVL_CMP(a, b) (((a) > (b)) - ((a) < (b))) macro