/illumos-gate/usr/src/uts/sparc/os/ |
H A D | bitmap_arch.c | 42 highbit64(uint64_t i) in highbit64() function
|
/illumos-gate/usr/src/cmd/zpool/ |
H A D | zpool_util.h | 42 extern int highbit64(uint64_t i);
|
H A D | zpool_main.c | 245 #define IOS_HISTO_IDX(a) (highbit64(a & IOS_ANYHISTO_M) - 1)
|
/illumos-gate/usr/src/lib/libfakekernel/common/ |
H A D | kmisc.c | 68 highbit64(uint64_t i) in highbit64() function
|
H A D | mapfile-vers | 103 highbit64;
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | bitmap.h | 159 extern int highbit64(uint64_t);
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | range_tree.c | 109 int idx = highbit64(size) - 1; in range_tree_stat_verify() 128 int idx = highbit64(size) - 1; in range_tree_stat_incr() 142 int idx = highbit64(size) - 1; in range_tree_stat_decr()
|
H A D | zap_leaf.c | 114 l.l_bs = highbit64(size) - 1; in zap_leaf_byteswap() 164 l->l_bs = highbit64(l->l_dbuf->db_size) - 1; in zap_leaf_init()
|
H A D | zap.c | 111 zap->zap_f.zap_block_shift = highbit64(zap->zap_dbuf->db_size) - 1; in fzap_upgrade() 481 l->l_bs = highbit64(db->db_size) - 1; in zap_open_leaf()
|
H A D | vdev_disk.c | 708 *ashift = highbit64(MAX(pbsize, SPA_MINBLOCKSIZE)) - 1; in vdev_disk_open()
|
H A D | ddt.c | 415 bucket = highbit64(dds.dds_ref_blocks) - 1; in ddt_stat_update()
|
H A D | vdev.c | 2310 ms_shift = highbit64(asize / zfs_vdev_min_ms_count); in vdev_metaslab_set_size() 2312 ms_shift = highbit64(asize / zfs_vdev_default_ms_count); in vdev_metaslab_set_size() 2322 ms_shift = highbit64(asize / zfs_vdev_ms_count_limit); in vdev_metaslab_set_size()
|
H A D | metaslab.c | 1620 uint64_t *cursor = &msp->ms_lbas[highbit64(align) - 1]; in metaslab_df_alloc() 1742 uint64_t hbit = highbit64(size); in metaslab_ndf_alloc() 3030 int idx = highbit64(msp->ms_size) - 1; in metaslab_segment_weight()
|
H A D | zap_micro.c | 395 zap->zap_f.zap_block_shift = highbit64(db->db_size) - 1; in mzap_open()
|
H A D | zfs_znode.c | 1594 newblksz = MIN(end, 1 << highbit64(zp->z_blksz)); in zfs_extend()
|
H A D | dnode.c | 431 dn->dn_datablkshift = ISP2(size) ? highbit64(size - 1) : 0; in dnode_setdblksz()
|
H A D | dbuf.c | 2468 highbit64(dn->dn_phys->dn_nblkptr) <= 64); in dbuf_findbp()
|
H A D | zio.c | 1879 rv = zio_pipeline[highbit64(stage) - 1](zio); in zio_execute()
|
H A D | zfs_vnops.c | 1063 1 << highbit64(zp->z_blksz)); in zfs_write()
|
H A D | arc.c | 651 #define HDR_COMPRESS_OFFSET (highbit64(ARC_FLAG_COMPRESS_0) - 1)
|
/illumos-gate/usr/src/lib/libzpool/common/ |
H A D | kernel.c | 474 highbit64(uint64_t i) in highbit64() function
|
/illumos-gate/usr/src/uts/intel/ml/ |
H A D | i86_subr.S | 1064 ALTENTRY(highbit64) 1070 SET_SIZE(highbit64)
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 1114 #define HISTO(val, buckets) (val != 0 ? MIN(highbit64(val) - 1, \
|
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/ |
H A D | zfs.c | 4121 highbit64(uint64_t i) in highbit64() function 4259 cbucket = highbit64(hdr.b_psize); in arc_compression_stats_cb() 4260 ubucket = highbit64(hdr.b_lsize); in arc_compression_stats_cb() 4335 data.hist_nbuckets = highbit64(max_shifted) + 1; in arc_compression_stats()
|
/illumos-gate/usr/src/cmd/zdb/ |
H A D | zdb.c | 4922 ddt_stat_add(&ddh_total.ddh_stat[highbit64(refcnt) - 1], in dump_simulated_ddt()
|