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
1562 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()
75 #define AVL_CMP(a, b) (((a) > (b)) - ((a) < (b))) macro