Home
last modified time | relevance | path

Searched refs:BT_BITOUL (Results 1 – 23 of 23) sorted by relevance

/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_regset.c44 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 Dbitmap.h104 #define BT_BITOUL(nbits) \ macro
107 (BT_BITOUL(nbits) * sizeof (ulong_t))
H A Dacctctl.h144 #define AC_MASK_SZ BT_BITOUL(AC_MAX_RES + 1)
H A Dcpuvar.h404 #define CPUSET_WORDS BT_BITOUL(NCPU)
/titanic_41/usr/src/lib/liblgrp/common/
H A Dlgrp.c188 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 Dacpidev_impl.h142 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 Dixgbe_sw.h611 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 Dcpupart.c181 cpusetsize = BT_BITOUL(_ncpu) * sizeof (ulong_t); in cpupart()
H A Dlgrp.c350 cpusetsize = BT_BITOUL(_ncpu) * sizeof (uintptr_t); in lgrp()
/titanic_41/usr/src/uts/common/os/
H A Dbitset.c76 nwords = BT_BITOUL(els << b->bs_fanout); in bitset_resize()
H A Ddumpsubr.c2333 for (i = 0; i < BT_BITOUL(NCPU); ++i) { in dumpsys_main_task()
/titanic_41/usr/src/cmd/mdb/i86xpv/modules/xpv_psm/
H A Dxpv_psm.c204 size_t cpuset_size = BT_BITOUL(NCPU) * sizeof (ulong_t); in print_cpu()
/titanic_41/usr/src/uts/sun4v/sys/
H A Dds_impl.h214 #define DS_PORTSET_SIZE BT_BITOUL(DS_MAX_PORTS)
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set_tkr.c520 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 Dfmd_dispq.c353 glen = BT_BITOUL(dqp->dq_gmax); in fmd_dispq_dispatch_gid()
/titanic_41/usr/src/uts/i86pc/io/acpi/acpinex/
H A Dacpinex_event.c47 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 Dunix.c480 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 Dlgrpsys.c1719 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 Dpmem.c572 for (i = 0; i < BT_BITOUL(pmem_pgcnt); i++) in lpg_isfree()
/titanic_41/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h284 #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 Dacpidev_drv.c79 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 Dmdb_ks.c610 size_t nr_words = BT_BITOUL(NCPU); in mdb_cpuset_find()
/titanic_41/usr/src/uts/common/vm/
H A Dvm_as.c2366 mlock_size = BT_BITOUL(btopr(rlen)); in as_ctl()
2434 mlock_size = BT_BITOUL(btopr(rsize)); in as_ctl()