Searched refs:BITS_TO_LONGS (Results 201 - 225 of 244) sorted by relevance

12345678910

/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dqos.c774 child_idx_bmap = kcalloc(BITS_TO_LONGS(child_cnt),
/linux-master/fs/bcachefs/
H A Dsuper-io.c497 for (unsigned i = 0; i < BITS_TO_LONGS(nr); i++)
/linux-master/kernel/
H A Dcpu.c3095 const unsigned long cpu_bit_bitmap[BITS_PER_LONG+1][BITS_TO_LONGS(NR_CPUS)] = {
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1172 unsigned long poll_mask[BITS_TO_LONGS(KVM_MAX_VCPUS)];
/linux-master/drivers/net/ethernet/sfc/
H A Def10.c1743 BUILD_BUG_ON(BITS_TO_LONGS(EF10_STAT_COUNT) != 2);
1747 BUILD_BUG_ON(BITS_TO_LONGS(EF10_STAT_COUNT) != 3);
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_edif.c3383 kcalloc(BITS_TO_LONGS(EDIF_NUM_SA_INDEX), sizeof(long), GFP_KERNEL);
3392 kcalloc(BITS_TO_LONGS(EDIF_NUM_SA_INDEX), sizeof(long), GFP_KERNEL);
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic.h1152 unsigned long vlans[BITS_TO_LONGS(VLAN_N_VID)];
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h1285 unsigned long queue_stopped[BITS_TO_LONGS(IL_MAX_HW_QUEUES)];
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dfalcon.c199 [0 ... BITS_TO_LONGS(FALCON_STAT_COUNT) - 1] = ~0UL,
/linux-master/drivers/net/ethernet/adaptec/
H A Dstarfire.c543 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
/linux-master/drivers/mtd/nand/raw/
H A Dnandsim.c557 BITS_TO_LONGS(ns->geom.pgnum)));
/linux-master/drivers/scsi/qedi/
H A Dqedi_main.c539 id_tbl->table = kcalloc(BITS_TO_LONGS(size), sizeof(long), GFP_KERNEL);
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_err.c3019 unsigned long vf_fault_bitmap[BITS_TO_LONGS(HCLGE_VPORT_NUM)];
/linux-master/drivers/net/ethernet/via/
H A Dvia-rhine.c433 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
/linux-master/drivers/infiniband/core/
H A Dnldev.c2050 target = kcalloc(BITS_TO_LONGS(stats->num_counters),
H A Dverbs.c3070 stats->is_disabled = kcalloc(BITS_TO_LONGS(num_counters),
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dpci.c835 unsigned long active_cqns[BITS_TO_LONGS(MLXSW_PCI_CQS_MAX)];
/linux-master/drivers/hid/
H A Dhid-core.c2964 for (i = 0; i < BITS_TO_LONGS(KEY_MAX); i++)
/linux-master/arch/x86/kvm/
H A Dhyperv.c1804 sizeof(*vcpu_mask) * BITS_TO_LONGS(KVM_MAX_VCPUS));
/linux-master/drivers/md/bcache/
H A Dsuper.c938 n = BITS_TO_LONGS(d->nr_stripes) * sizeof(unsigned long);
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_rdma.c336 b = bmap->bitmap + BITS_TO_LONGS(bit);
/linux-master/include/net/
H A Dmac80211.h2984 unsigned long flags[BITS_TO_LONGS(NUM_IEEE80211_HW_FLAGS)];
/linux-master/kernel/bpf/
H A Dcore.c912 pack = kzalloc(struct_size(pack, bitmap, BITS_TO_LONGS(BPF_PROG_CHUNK_COUNT)),
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_debugfs.c127 for (i = 0; i < BITS_TO_LONGS(__I40E_VSI_STATE_SIZE__); i++)
/linux-master/net/mac80211/
H A Dsta_info.c1710 BUILD_BUG_ON(BITS_TO_LONGS(IEEE80211_NUM_TIDS) > 1);

Completed in 457 milliseconds

12345678910