Searched refs:BITS_TO_LONGS (Results 151 - 175 of 244) sorted by relevance

12345678910

/linux-master/drivers/net/ethernet/sfc/siena/
H A Dsiena.c545 [0 ... BITS_TO_LONGS(SIENA_STAT_COUNT) - 1] = ~0UL,
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe.h1213 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
/linux-master/arch/um/drivers/
H A Dvirt-pci.c59 static unsigned long um_pci_msi_used[BITS_TO_LONGS(MAX_MSI_VECTORS)];
/linux-master/drivers/dma/
H A Dtegra210-adma.c879 BITS_TO_LONGS(tdma->nr_channels) * sizeof(unsigned long),
/linux-master/fs/btrfs/
H A Dsubpage.c166 BITS_TO_LONGS(fs_info->subpage_info->total_nr_bits));
/linux-master/drivers/net/ethernet/wangxun/libwx/
H A Dwx_type.h986 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
/linux-master/arch/s390/pci/
H A Dpci.c1038 zpci_iomap_bitmap = kcalloc(BITS_TO_LONGS(ZPCI_IOMAP_ENTRIES),
/linux-master/drivers/misc/sgi-gru/
H A Dgrufault.c150 for (i = 0; i < BITS_TO_LONGS(GRU_NUM_CBE); i++) {
/linux-master/fs/f2fs/
H A Dsegment.h131 (BITS_TO_LONGS(nr) * sizeof(unsigned long))
/linux-master/drivers/firmware/efi/
H A Defi.c75 .cpu_bitmap = { [BITS_TO_LONGS(NR_CPUS)] = 0},
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e.h809 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
/linux-master/fs/bcachefs/
H A Dbcachefs.h802 unsigned long errors_silent[BITS_TO_LONGS(BCH_SB_ERR_MAX)];
H A Dbtree_iter.h74 return v - BITS_TO_LONGS(*v);
/linux-master/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c169 #define OFDPA_VLAN_BITMAP_LEN BITS_TO_LONGS(VLAN_N_VID)
170 #define OFDPA_INTERNAL_VLAN_BITMAP_LEN BITS_TO_LONGS(OFDPA_N_INTERNAL_VLANS)
/linux-master/drivers/virtio/
H A Dvirtio_mem.c586 int old_pages = PFN_UP(BITS_TO_LONGS(old_nb_bits) * sizeof(long));
587 int new_pages = PFN_UP(BITS_TO_LONGS(new_nb_bits) * sizeof(long));
/linux-master/drivers/dma/ti/
H A Dedma.c2360 ecc->slot_inuse = devm_kcalloc(dev, BITS_TO_LONGS(ecc->num_slots),
2364 BITS_TO_LONGS(ecc->num_channels),
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_main.c1122 cfg->qpl_cfg->qpl_map_size = BITS_TO_LONGS(max_queues) *
1124 cfg->qpl_cfg->qpl_id_map = kvcalloc(BITS_TO_LONGS(max_queues),
/linux-master/mm/
H A Dmempolicy.c1413 unsigned long nlongs = BITS_TO_LONGS(maxnode);
1474 unsigned int nbytes = BITS_TO_LONGS(nr_node_ids) * sizeof(long);
/linux-master/drivers/input/
H A Dinput.c1179 for (i = BITS_TO_LONGS(max) - 1; i >= 0; i--) {
1537 for (i = BITS_TO_LONGS(max) - 1; i >= 0; i--) {
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmvm.h427 unsigned long tentative_addrs[BITS_TO_LONGS(IWL_PROTO_OFFLOAD_NUM_IPV6_ADDRS_MAX)];
1010 unsigned long fw_key_table[BITS_TO_LONGS(STA_KEY_MAX_NUM)];
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dtx.c755 unsigned long active_hlids[BITS_TO_LONGS(WLCORE_MAX_LINKS)] = {0};
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_mid.c1090 sz = BITS_TO_LONGS(qp->req->length);
/linux-master/arch/x86/events/amd/
H A Dibs.c80 unsigned long state[BITS_TO_LONGS(IBS_MAX_STATES)];
/linux-master/drivers/md/
H A Ddm-verity-target.c1072 v->validated_blocks = kvcalloc(BITS_TO_LONGS(v->data_blocks),
/linux-master/drivers/perf/
H A Darm-cci.c1253 unsigned long mask[BITS_TO_LONGS(HW_CNTRS_MAX)];

Completed in 619 milliseconds

12345678910