Searched refs:TREE_PCMP (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | avl.h | 114 #define TREE_PCMP(a, b) \ macro
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | space_reftree.c | 65 return (TREE_PCMP(sr1, sr2)); in space_reftree_compare()
|
| H A D | refcount.c | 65 return (TREE_PCMP(r1, r2)); in zfs_refcount_compare()
|
| H A D | vdev_queue.c | 218 return (TREE_PCMP(z1, z2)); in vdev_queue_offset_compare() 237 return (TREE_PCMP(z1, z2)); in vdev_queue_to_compare()
|
| H A D | dnode.c | 118 return (TREE_PCMP(d1->db_parent, d2)); in dbuf_compare() 121 return (TREE_PCMP(d1, d2->db_parent)); in dbuf_compare() 132 return (TREE_PCMP(d1, d2)); in dbuf_compare()
|
| H A D | zio.c | 932 return (TREE_PCMP(z1, z2)); in zio_bookmark_compare()
|
| /freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_ctldir.c | 266 int cmp = TREE_PCMP(se_a->se_spa, se_b->se_spa); in snapentry_compare_by_objsetid()
|