Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_context.h94 #define TREE_PCMP(a, b) \ macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspace_reftree.c64 return (TREE_PCMP(sr1, sr2)); in space_reftree_compare()
H A Dvdev_queue.c222 return (TREE_PCMP(z1, z2)); in vdev_queue_offset_compare()
254 return (TREE_PCMP(z1, z2)); in vdev_queue_timestamp_compare()
H A Ddnode.c109 return (TREE_PCMP(d1, d2)); in dbuf_compare()
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h337 #define TREE_PCMP(a, b) \ macro