Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Davl.h113 #define TREE_PCMP(a, b) \ macro
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspace_reftree.c64 return (TREE_PCMP(sr1, sr2)); in space_reftree_compare()
H A Drefcount.c62 return ((cmp || r1->ref_search) ? cmp : TREE_PCMP(r1, r2)); in zfs_refcount_compare()
H A Dvdev_queue.c242 return (TREE_PCMP(z1, z2)); in vdev_queue_offset_compare()
261 return (TREE_PCMP(z1, z2)); in vdev_queue_to_compare()
H A Ddnode.c104 return (TREE_PCMP(d1->db_parent, d2)); in dbuf_compare()
107 return (TREE_PCMP(d1, d2->db_parent)); in dbuf_compare()
118 return (TREE_PCMP(d1, d2)); in dbuf_compare()