Searched refs:highbit64 (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/uts/sparc/os/
H A Dbitmap_arch.c42 highbit64(uint64_t i) function
/illumos-gate/usr/src/uts/common/sys/
H A Dbitmap.h157 extern int highbit64(uint64_t);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Drange_tree.c63 int idx = highbit64(size) - 1;
82 int idx = highbit64(size) - 1;
97 int idx = highbit64(size) - 1;
H A Dzap_leaf.c113 l.l_bs = highbit64(size) - 1;
165 l->l_bs = highbit64(l->l_dbuf->db_size) - 1;
H A Ddmu_tx.c240 max_bs = highbit64(txh->txh_tx->tx_objset->os_recordsize) - 1;
315 min_bs = highbit64(dn->dn_datablksz - 1);
316 max_bs = MAX(max_bs, highbit64(dn->dn_datablksz - 1));
H A Dmetaslab.c1148 uint64_t *cursor = &msp->ms_lbas[highbit64(align) - 1];
1177 uint64_t *cursor = &msp->ms_lbas[highbit64(align) - 1];
1271 uint64_t hbit = highbit64(size);
1756 int idx = highbit64(msp->ms_size) - 1;
H A Dvdev_disk.c522 *ashift = highbit64(MAX(pbsize, SPA_MINBLOCKSIZE)) - 1;
H A Dzap.c88 zap->zap_f.zap_block_shift = highbit64(zap->zap_dbuf->db_size) - 1;
471 l->l_bs = highbit64(db->db_size) - 1;
H A Dddt.c406 bucket = highbit64(dds.dds_ref_blocks) - 1;
H A Dzap_micro.c386 zap->zap_f.zap_block_shift = highbit64(db->db_size) - 1;
H A Dzfs_znode.c1485 newblksz = MIN(end, 1 << highbit64(zp->z_blksz));
H A Ddnode.c398 dn->dn_datablkshift = ISP2(size) ? highbit64(size - 1) : 0;
H A Dvdev.c1618 vd->vdev_ms_shift = highbit64(vd->vdev_asize / metaslabs_per_vdev);
H A Dzio.c1570 rv = zio_pipeline[highbit64(stage) - 1](zio);
H A Dzfs_vnops.c876 1 << highbit64(zp->z_blksz));
H A Darc.c975 #define HDR_COMPRESS_OFFSET (highbit64(ARC_FLAG_COMPRESS_0) - 1)
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h536 extern int highbit64(uint64_t i);
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s2840 highbit64(uint64_t i)
2848 ALTENTRY(highbit64) function
2854 SET_SIZE(highbit64)
2869 ENTRY(highbit64) function
2874 SET_SIZE(highbit64)
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c3586 highbit64(uint64_t i) function
3686 cbucket = highbit64(hdr.b_psize);
3687 ubucket = highbit64(hdr.b_lsize);
3760 data.hist_nbuckets = highbit64(max_shifted) + 1;
/illumos-gate/usr/src/lib/libzpool/common/
H A Dkernel.c811 highbit64(uint64_t i) function
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c3010 ddt_stat_add(&ddh_total.ddh_stat[highbit64(refcnt) - 1],

Completed in 183 milliseconds