/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_regset.c | 44 ulong_t n = BT_BITOUL(nregs); in dt_regset_create() 72 bzero(drp->dr_bitmap, sizeof (ulong_t) * BT_BITOUL(drp->dr_size)); in dt_regset_reset()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | bitmap.h | 104 #define BT_BITOUL(nbits) \ macro 107 (BT_BITOUL(nbits) * sizeof (ulong_t))
|
H A D | acctctl.h | 144 #define AC_MASK_SZ BT_BITOUL(AC_MAX_RES + 1)
|
H A D | cpuvar.h | 404 #define CPUSET_WORDS BT_BITOUL(NCPU)
|
/titanic_41/usr/src/lib/liblgrp/common/ |
H A D | lgrp.c | 188 for (j = 0; j < BT_BITOUL(nlgrpsmax); j++) in parent_orphans() 661 lgrp_parents = &snap->ss_parents[lgrp * BT_BITOUL(nlgrps_max)]; in lgrp_parents() 737 lgrp_children = &snap->ss_children[lgrp * BT_BITOUL(nlgrps_max)]; in lgrp_children() 791 rset = &lgrp_info->info_rset[LGRP_RSRC_CPU * BT_BITOUL(nlgrps_max)]; in lgrp_cpus_hier() 981 BT_BITOUL(nlgrps_max)]; in lgrp_mem_size() 1062 rset = &lgrp_info->info_rset[type * BT_BITOUL(nlgrps_max)]; in lgrp_resources()
|
/titanic_41/usr/src/uts/i86pc/sys/ |
H A D | acpidev_impl.h | 142 extern ulong_t acpidev_object_type_mask[BT_BITOUL(ACPI_TYPE_NS_NODE_MAX + 1)];
|
/titanic_41/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_sw.h | 611 ulong_t rx_map[BT_BITOUL(MAX_RX_QUEUE_NUM)]; /* bitmap of rx rings */ 613 ulong_t tx_map[BT_BITOUL(MAX_TX_QUEUE_NUM)]; /* bitmap of tx rings */ 615 ulong_t other_map[BT_BITOUL(2)]; /* bitmap of other */
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | cpupart.c | 181 cpusetsize = BT_BITOUL(_ncpu) * sizeof (ulong_t); in cpupart()
|
H A D | lgrp.c | 350 cpusetsize = BT_BITOUL(_ncpu) * sizeof (uintptr_t); in lgrp()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | bitset.c | 76 nwords = BT_BITOUL(els << b->bs_fanout); in bitset_resize()
|
H A D | dumpsubr.c | 2333 for (i = 0; i < BT_BITOUL(NCPU); ++i) { in dumpsys_main_task()
|
/titanic_41/usr/src/cmd/mdb/i86xpv/modules/xpv_psm/ |
H A D | xpv_psm.c | 204 size_t cpuset_size = BT_BITOUL(NCPU) * sizeof (ulong_t); in print_cpu()
|
/titanic_41/usr/src/uts/sun4v/sys/ |
H A D | ds_impl.h | 214 #define DS_PORTSET_SIZE BT_BITOUL(DS_MAX_PORTS)
|
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_set_tkr.c | 520 unsigned long node_active[BT_BITOUL(MD_MAXSIDES)]; in meta_set_take() 523 bzero(node_active, sizeof (unsigned long) * BT_BITOUL(MD_MAXSIDES)); in meta_set_take()
|
/titanic_41/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_dispq.c | 353 glen = BT_BITOUL(dqp->dq_gmax); in fmd_dispq_dispatch_gid()
|
/titanic_41/usr/src/uts/i86pc/io/acpi/acpinex/ |
H A D | acpinex_event.c | 47 static ulong_t acpinex_object_type_mask[BT_BITOUL(ACPI_TYPE_NS_NODE_MAX + 1)];
|
/titanic_41/usr/src/cmd/mdb/sun4u/modules/unix/ |
H A D | unix.c | 480 if ((words = BT_BITOUL(ncpu)) == 1) { in cmd_cpuset() 1330 print_cpuset_range((ulong_t *)&mbox->xc_cpuset, BT_BITOUL(ncpu), 5); in xc_mbox()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | lgrpsys.c | 1719 BT_BITOUL(snap_nlgrpsmax)]; in lgrp_snapshot_copy() 2006 BT_BITOUL(snap_nlgrpsmax)]; in lgrp_snapshot_copy32()
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | pmem.c | 572 for (i = 0; i < BT_BITOUL(pmem_pgcnt); i++) in lpg_isfree()
|
/titanic_41/usr/src/uts/sfmmu/vm/ |
H A D | hat_sfmmu.h | 284 #define SFMMU_HMERGNMAP_WORDS BT_BITOUL(SFMMU_MAX_HME_REGIONS) 294 #define SFMMU_ISMRGNMAP_WORDS BT_BITOUL(SFMMU_MAX_ISM_REGIONS)
|
/titanic_41/usr/src/uts/i86pc/io/acpi/acpidev/ |
H A D | acpidev_drv.c | 79 ulong_t acpidev_object_type_mask[BT_BITOUL(ACPI_TYPE_NS_NODE_MAX + 1)];
|
/titanic_41/usr/src/cmd/mdb/common/modules/mdb_ks/ |
H A D | mdb_ks.c | 610 size_t nr_words = BT_BITOUL(NCPU); in mdb_cpuset_find()
|
/titanic_41/usr/src/uts/common/vm/ |
H A D | vm_as.c | 2366 mlock_size = BT_BITOUL(btopr(rlen)); in as_ctl() 2434 mlock_size = BT_BITOUL(btopr(rsize)); in as_ctl()
|