Searched refs:zb1 (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzfs_fm.c188 const zbookmark_phys_t *zb1 = &node1->re_io_bookmark; local
191 if ((cmp = TREE_CMP(zb1->zb_objset, zb2->zb_objset)) != 0)
193 if ((cmp = TREE_CMP(zb1->zb_object, zb2->zb_object)) != 0)
195 if ((cmp = TREE_CMP(zb1->zb_level, zb2->zb_level)) != 0)
197 if ((cmp = TREE_CMP(zb1->zb_blkid, zb2->zb_blkid)) != 0)
H A Dzio.c4906 const zbookmark_phys_t *zb1, const zbookmark_phys_t *zb2)
4917 if (zb1->zb_object == zb2->zb_object &&
4918 zb1->zb_level == zb2->zb_level &&
4919 zb1->zb_blkid == zb2->zb_blkid)
4922 IMPLY(zb1->zb_level > 0, ibs1 >= SPA_MINBLOCKSHIFT);
4928 zb1L0 = (zb1->zb_blkid) * BP_SPANB(ibs1, zb1->zb_level);
4931 if (zb1->zb_object == DMU_META_DNODE_OBJECT) {
4934 zb1level = zb1->zb_level + COMPARE_META_LEVEL;
4936 zb1obj = zb1
4905 zbookmark_compare(uint16_t dbss1, uint8_t ibs1, uint16_t dbss2, uint8_t ibs2, const zbookmark_phys_t *zb1, const zbookmark_phys_t *zb2) argument
[all...]
/freebsd-13-stable/sys/dev/sound/pcm/
H A Dfeeder_rate.c858 int32_t zb0, zb1, zb2, zb3; local
863 zb1 = z_coeff[1] - z_coeff[-1];
869 zb2) * z, Z_SHIFT) + zb1) * z, Z_SHIFT) + zb0 + 1) >> 1;
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dzio.h701 uint8_t ibs2, const zbookmark_phys_t *zb1, const zbookmark_phys_t *zb2);

Completed in 285 milliseconds