Searched refs:BITS_TO_LONGS (Results 176 - 200 of 244) sorted by relevance

12345678910

/linux-master/arch/powerpc/kernel/
H A Diommu.c735 sz = BITS_TO_LONGS(tbl->it_size) * sizeof(unsigned long);
/linux-master/fs/ocfs2/dlm/
H A Ddlmmaster.c1152 unsigned long diff_bm[BITS_TO_LONGS(O2NM_MAX_NODES)];
1173 for (i = 0; i < BITS_TO_LONGS(O2NM_MAX_NODES); i++) {
2084 unsigned long nodemap[BITS_TO_LONGS(O2NM_MAX_NODES)];
/linux-master/fs/bcachefs/
H A Dbtree_iter.c1536 void *p = kvzalloc(BITS_TO_LONGS(nr) * sizeof(unsigned long) +
1543 memcpy(paths_allocated, trans->paths_allocated, BITS_TO_LONGS(trans->nr_paths) * sizeof(unsigned long));
1544 p += BITS_TO_LONGS(nr) * sizeof(unsigned long);
/linux-master/arch/powerpc/kvm/
H A Dmpic.c141 unsigned long queue[BITS_TO_LONGS((MAX_IRQ + 63) & ~63)];
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dsiena_sriov.c21 #define VI_MASK_LENGTH BITS_TO_LONGS(1 << EFX_VI_SCALE_MAX)
H A Dptp.c393 [0 ... BITS_TO_LONGS(PTP_STAT_COUNT) - 1] = ~0UL,
/linux-master/arch/mips/kernel/
H A Dperf_event_mipsxx.c39 unsigned long used_mask[BITS_TO_LONGS(MIPS_MAX_HWEVENTS)];
/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_ucode.c1652 kcalloc(BITS_TO_LONGS(eng_grps->engs_num),
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dmsgbuf.c1552 count = BITS_TO_LONGS(if_msgbuf->max_flowrings);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c1843 stid_bmap_size = BITS_TO_LONGS(t->nstids + t->nsftids);
1844 ftid_bmap_size = BITS_TO_LONGS(t->nftids);
1845 hpftid_bmap_size = BITS_TO_LONGS(t->nhpftids);
1846 eotid_bmap_size = BITS_TO_LONGS(t->neotids);
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c328 BITS_TO_LONGS(QEDE_RFS_MAX_FLTR)));
/linux-master/drivers/infiniband/core/
H A Duser_mad.c735 for (i = 0; i < BITS_TO_LONGS(IB_MGMT_MAX_METHODS); ++i)
/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf_ucode.c1399 kcalloc(BITS_TO_LONGS(eng_grps->engs_num),
/linux-master/drivers/net/ethernet/sfc/
H A Dptp.c399 [0 ... BITS_TO_LONGS(PTP_STAT_COUNT) - 1] = ~0UL,
/linux-master/drivers/iio/
H A Dindustrialio-buffer.c440 av_masks += BITS_TO_LONGS(masklength);
H A Dindustrialio-core.c1911 longs_per_mask = BITS_TO_LONGS(masklength);
/linux-master/arch/arm/mm/
H A Ddma-mapping.c1550 unsigned int bitmap_size = BITS_TO_LONGS(bits) * sizeof(long);
/linux-master/fs/iomap/
H A Dbuffered-io.c204 BITS_TO_LONGS(2 * nr_blocks)), gfp);
/linux-master/arch/x86/events/intel/
H A Duncore.c460 unsigned long used_mask[BITS_TO_LONGS(UNCORE_PMC_IDX_MAX)];
/linux-master/drivers/md/dm-vdo/
H A Ddm-vdo-target.c1515 return (BITS_TO_LONGS(bit_count) * sizeof(unsigned long));
/linux-master/drivers/hid/
H A Dhid-multitouch.c1325 BITS_TO_LONGS(td->maxcontacts),
/linux-master/arch/x86/xen/
H A Dmmu_pv.c1282 sizeof(args->mask[0]) * BITS_TO_LONGS(num_possible_cpus());
/linux-master/kernel/events/
H A Duprobes.c1487 area->bitmap = kcalloc(BITS_TO_LONGS(UINSNS_PER_PAGE), sizeof(long),
/linux-master/scripts/
H A Dkernel-doc1162 $members =~ s/DECLARE_BITMAP\s*\($args,\s*$args\)/unsigned long $1\[BITS_TO_LONGS($2)\]/gos;
/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c99 [0 ... BITS_TO_LONGS(MAX_NR_BANKS)-1] = ~0UL

Completed in 644 milliseconds

12345678910