Home
last modified time | relevance | path

Searched refs:highbit64 (Results 1 – 19 of 19) sorted by relevance

/titanic_41/usr/src/uts/sparc/os/
H A Dbitmap_arch.c42 highbit64(uint64_t i) in highbit64() function
/titanic_41/usr/src/uts/common/fs/zfs/
H A Drange_tree.c63 int idx = highbit64(size) - 1; in range_tree_stat_verify()
82 int idx = highbit64(size) - 1; in range_tree_stat_incr()
97 int idx = highbit64(size) - 1; in range_tree_stat_decr()
H A Ddmu_tx.c227 max_bs = highbit64(txh->txh_tx->tx_objset->os_recordsize) - 1; in dmu_tx_count_write()
302 min_bs = highbit64(dn->dn_datablksz - 1); in dmu_tx_count_write()
303 max_bs = MAX(max_bs, highbit64(dn->dn_datablksz - 1)); in dmu_tx_count_write()
H A Dzap_leaf.c113 l.l_bs = highbit64(size) - 1; in zap_leaf_byteswap()
165 l->l_bs = highbit64(l->l_dbuf->db_size) - 1; in zap_leaf_init()
H A Dmetaslab.c986 uint64_t *cursor = &msp->ms_lbas[highbit64(align) - 1]; in metaslab_ff_alloc()
1015 uint64_t *cursor = &msp->ms_lbas[highbit64(align) - 1]; in metaslab_df_alloc()
1109 uint64_t hbit = highbit64(size); in metaslab_ndf_alloc()
H A Dzap.c88 zap->zap_f.zap_block_shift = highbit64(zap->zap_dbuf->db_size) - 1; in fzap_upgrade()
461 l->l_bs = highbit64(db->db_size) - 1; in zap_open_leaf()
H A Dvdev_disk.c550 *ashift = highbit64(MAX(pbsize, SPA_MINBLOCKSIZE)) - 1; in vdev_disk_open()
H A Dddt.c405 bucket = highbit64(dds.dds_ref_blocks) - 1; in ddt_stat_update()
H A Dzap_micro.c381 zap->zap_f.zap_block_shift = highbit64(db->db_size) - 1; in mzap_open()
H A Dzfs_znode.c1485 newblksz = MIN(end, 1 << highbit64(zp->z_blksz)); in zfs_extend()
H A Ddnode.c399 dn->dn_datablkshift = ISP2(size) ? highbit64(size - 1) : 0; in dnode_setdblksz()
H A Dvdev.c1604 vd->vdev_ms_shift = highbit64(vd->vdev_asize / metaslabs_per_vdev); in vdev_metaslab_set_size()
H A Dzio.c1415 rv = zio_pipeline[highbit64(stage) - 1](zio); in zio_execute()
H A Dzfs_vnops.c902 1 << highbit64(zp->z_blksz)); in zfs_write()
/titanic_41/usr/src/uts/common/sys/
H A Dbitmap.h157 extern int highbit64(uint64_t);
/titanic_41/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h533 extern int highbit64(uint64_t i);
/titanic_41/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s2835 highbit64(uint64_t i)
2843 ALTENTRY(highbit64)
2849 SET_SIZE(highbit64)
2864 ENTRY(highbit64)
2869 SET_SIZE(highbit64)
/titanic_41/usr/src/lib/libzpool/common/
H A Dkernel.c802 highbit64(uint64_t i) in highbit64() function
/titanic_41/usr/src/cmd/zdb/
H A Dzdb.c2971 ddt_stat_add(&ddh_total.ddh_stat[highbit64(refcnt) - 1], in dump_simulated_ddt()