Home
last modified time | relevance | path

Searched refs:ISP2 (Results 1 – 25 of 101) sorted by relevance

12345

/titanic_50/usr/src/uts/sun4v/os/
H A Dintrq.c102 if (!ISP2(size)) { in cpu_intrq_setup()
212 if (!ISP2(cpu_list_size)) { in cpu_intrq_cleanup()
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_qp.c320 if (ISP2(attr_p->qp_sizes.cs_sq)) { in tavor_qp_alloc()
324 if (ISP2(attr_p->qp_sizes.cs_rq)) { in tavor_qp_alloc()
806 if (ISP2(attr_p->qp_sizes.cs_sq)) { in tavor_special_qp_alloc()
810 if (ISP2(attr_p->qp_sizes.cs_rq)) { in tavor_special_qp_alloc()
1994 if (ISP2(max_size)) { in tavor_qp_sgl_to_logwqesz()
2011 if (ISP2(max_size)) { in tavor_qp_sgl_to_logwqesz()
2031 if (ISP2(max_size)) { in tavor_qp_sgl_to_logwqesz()
2053 if (ISP2(max_size)) { in tavor_qp_sgl_to_logwqesz()
H A Dtavor_srq.c176 if (ISP2(sizes->srq_wr_sz)) { in tavor_srq_alloc()
690 if (ISP2(size)) { in tavor_srq_modify()
1103 if (ISP2(max_size)) { in tavor_srq_sgl_to_logwqesz()
/titanic_50/usr/src/uts/sun4u/io/pciex/
H A Dpci_cfgacc_4u.c49 ((sz & 0xf) && ISP2(sz))) in pci_cfgacc_valid()
/titanic_50/usr/src/uts/sun4v/io/pciex/
H A Dpci_cfgacc_4v.c54 ((sz & 0xf) && ISP2(sz))) in pci_cfgacc_valid()
/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qp.c407 if (ISP2(attr_p->qp_sizes.cs_sq + qp->qp_sq_hdrmwqes)) { in hermon_qp_alloc()
412 if (ISP2(attr_p->qp_sizes.cs_rq)) { in hermon_qp_alloc()
923 if (ISP2(attr_p->qp_sizes.cs_sq)) { in hermon_special_qp_alloc()
927 if (ISP2(attr_p->qp_sizes.cs_rq)) { in hermon_special_qp_alloc()
1523 if (ISP2(attr_p->qp_sizes.cs_sq + qp->qp_sq_hdrmwqes)) { in hermon_qp_alloc_range()
1528 if (ISP2(attr_p->qp_sizes.cs_rq)) { in hermon_qp_alloc_range()
2832 if (ISP2(max_size)) { in hermon_qp_sgl_to_logwqesz()
2852 if (ISP2(max_size)) { in hermon_qp_sgl_to_logwqesz()
2869 if (ISP2(max_size)) { in hermon_qp_sgl_to_logwqesz()
2889 if (ISP2(max_size)) { in hermon_qp_sgl_to_logwqesz()
[all …]
H A Dhermon_srq.c178 if (ISP2(srq_wr_sz)) { in hermon_srq_alloc()
627 if (ISP2(size)) { in hermon_srq_modify()
978 if (ISP2(max_size)) { in hermon_srq_sgl_to_logwqesz()
H A Dhermon_cfg.c441 if (ISP2(max_size)) { in hermon_cfg_wqe_sizes()
/titanic_50/usr/src/uts/sun4/os/
H A Dddi_impl.c1004 if ((cache_attr != 0) && !ISP2(cache_attr)) in i_ddi_check_cache_attr()
1146 if (!ISP2(i)) in i_ddi_iomin()
1153 if (r != DDI_SUCCESS || !ISP2(i)) in i_ddi_iomin()
1180 !ISP2(attr->dma_attr_align) || !ISP2(attr->dma_attr_minxfer)) { in i_ddi_mem_alloc()
/titanic_50/usr/src/uts/sun4/io/px/
H A Dpx_debug.c262 size = !ISP2(size) ? ((size | ~size) + 1) : size; in px_dbg_attach()
/titanic_50/usr/src/lib/libumem/common/
H A Dvmem_sbrk.c230 } else if (heap_size != 0 && !ISP2(heap_size)) { in vmem_sbrk_arena()
/titanic_50/usr/src/cmd/fs.d/pcfs/fsck/
H A Dbpb.c223 if (!(ISP2(TheBIOSParameterBlock.bpb.sectors_per_cluster) && in readBPB()
/titanic_50/usr/src/uts/common/sys/fs/
H A Dpc_fs.h237 #define VALID_SPCL(s) (ISP2((s)) && (unsigned int)(s) <= 128)
238 #define VALID_CLSIZE(s) (ISP2((s)) && (unsigned int)(s) <= (64 * 1024))
/titanic_50/usr/src/uts/intel/io/drm/
H A Di915_gem_tiling.c250 if (!ISP2(stride)) in i915_tiling_ok()
/titanic_50/usr/src/uts/sun4u/vm/
H A Dmach_vm_dep.c259 ASSERT(ISP2(align_amount)); in map_addr_proc()
/titanic_50/usr/src/uts/common/os/
H A Dvmem.c923 if (ISP2(size)) in vmem_canalloc()
962 if (phase >= align || !ISP2(align) || !ISP2(nocross)) in vmem_xalloc()
996 if (ISP2(size)) { in vmem_xalloc()
1292 if (ISP2(size)) in vmem_alloc()
H A Dgroup.c135 g->grp_size > GRP_SET_SIZE_DEFAULT && ISP2(g->grp_size)) in group_remove()
/titanic_50/usr/src/uts/common/vm/
H A Dseg_kmem.c1293 !ISP2(lpthrt)) { in segkmem_alloc_lp()
1296 if (ISP2(lpthrt)) in segkmem_alloc_lp()
1480 if (segkmem_heaplp_quantum == 0 || !ISP2(segkmem_heaplp_quantum) || in segkmem_lpsetup()
1486 if (segkmem_kmemlp_quantum == 0 || !ISP2(segkmem_kmemlp_quantum) || in segkmem_lpsetup()
/titanic_50/usr/src/uts/i86pc/os/
H A Dpci_cfgacc_x86.c205 ((sz & 0xf) && ISP2(sz))) in pci_cfgacc_valid()
/titanic_50/usr/src/uts/common/io/ib/clients/rds/
H A Drdssubr.c153 if (!ISP2(rds_bind_fanout_size)) { in rds_hash_init()
/titanic_50/usr/src/uts/common/syscall/
H A Dmemcntl.c160 pgcmd) || pgcmd == 0 || !ISP2(pgcmd) || in memcntl()
/titanic_50/usr/src/uts/common/sys/
H A Dsysmacros.h228 #define ISP2(x) (((x) & ((x) - 1)) == 0) macro
/titanic_50/usr/src/uts/sun4v/io/
H A Dvio_util.c60 if (!(num_mblks) || (!ISP2(num_mblks))) { in vio_create_mblks()
/titanic_50/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c751 ASSERT(ISP2(align_amount)); in map_addr_proc()
811 ASSERT(ISP2(align)); in valid_va_range_aligned()
1715 ASSERT(ISP2(l2_linesz)); in page_coloring_init()
1724 ASSERT(ISP2(l2_colors)); in page_coloring_init()
1736 ASSERT(ISP2(page_colors)); in page_coloring_init()
1740 ASSERT(ISP2(CPUSETSIZE())); in page_coloring_init()
/titanic_50/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_zvol.c263 ASSERT(ISP2(blksize)); in sbd_zvol_alloc_write_bufs()

12345