Searched refs:ILOG2 (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/ufs/ffs/
H A Dffs_subr.c322 #define ILOG2(num) (fls(num) - 1) macro
413 FCHK(fs->fs_fsbtodb, !=, ILOG2(fs->fs_fsize / sectorsize), %jd);
519 FCHK(fs->fs_bshift, !=, ILOG2(fs->fs_bsize), %jd);
520 FCHK(fs->fs_fshift, !=, ILOG2(fs->fs_fsize), %jd);
521 FCHK(fs->fs_fragshift, !=, ILOG2(fs->fs_frag), %jd);
522 FCHK(fs->fs_fsbtodb, !=, ILOG2(fs->fs_fsize / sectorsize), %jd);
/freebsd-current/sys/dev/bxe/
H A Decore_init_ops.h853 REG_WR(sc, psz_reg, ILOG2(ilt_cli->page_size >> 12));
H A Decore_sp.h162 #define ILOG2(x) ilog2(x) macro

Completed in 89 milliseconds