Searched refs:BITS_TO_LONGS (Results 101 - 125 of 244) sorted by relevance

12345678910

/linux-master/fs/
H A Dfile.c46 #define BITBIT_NR(nr) BITS_TO_LONGS(BITS_TO_LONGS(nr))
/linux-master/drivers/tty/
H A Dsysrq.c653 unsigned long key_down[BITS_TO_LONGS(KEY_CNT)];
665 unsigned long reset_keybit[BITS_TO_LONGS(KEY_CNT)];
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h1022 unsigned long queue_used[BITS_TO_LONGS(IWL_MAX_TVQM_QUEUES)];
1023 unsigned long queue_stopped[BITS_TO_LONGS(IWL_MAX_TVQM_QUEUES)];
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h327 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
607 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
/linux-master/drivers/input/rmi4/
H A Drmi_driver.c842 BITS_TO_LONGS(data->irq_count) * sizeof(unsigned long),
1050 size = BITS_TO_LONGS(data->irq_count) * sizeof(unsigned long);
H A Drmi_f12.c334 mask_size = BITS_TO_LONGS(drvdata->irq_count) * sizeof(unsigned long);
/linux-master/drivers/scsi/
H A Dipr.h1434 unsigned long target_ids[BITS_TO_LONGS(IPR_MAX_SIS64_DEVS)];
1435 unsigned long array_ids[BITS_TO_LONGS(IPR_MAX_SIS64_DEVS)];
1436 unsigned long vset_ids[BITS_TO_LONGS(IPR_MAX_SIS64_DEVS)];
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_hw.c164 bsize = BITS_TO_LONGS(num_key_ctx);
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_validate_shaders.c799 kcalloc(BITS_TO_LONGS(validation_state.max_ip),
/linux-master/fs/ocfs2/
H A Docfs2.h89 unsigned long map[BITS_TO_LONGS(OCFS2_NODE_MAP_MAX_NODES)];
/linux-master/drivers/irqchip/
H A Dirq-mips-gic.c33 #define GIC_MAX_LONGS BITS_TO_LONGS(GIC_MAX_INTRS)
/linux-master/lib/
H A Dgenalloc.c190 BITS_TO_LONGS(nbits) * sizeof(long);
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_en.h540 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
/linux-master/drivers/perf/
H A Dqcom_l3_pmu.c159 unsigned long used_mask[BITS_TO_LONGS(L3_NUM_COUNTERS)];
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas.h452 unsigned long sata_dev_bitmap[BITS_TO_LONGS(HISI_SAS_MAX_DEVICES)];
/linux-master/arch/x86/events/intel/
H A Duncore.h148 unsigned long active_mask[BITS_TO_LONGS(UNCORE_PMC_IDX_MAX)];
/linux-master/fs/xfs/scrub/
H A Dattr.c77 bmp_sz = sizeof(long) * BITS_TO_LONGS(sc->mp->m_attr_geo->blksize);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_counters.c573 bulk->bitmask = kvcalloc(BITS_TO_LONGS(bulk_len), sizeof(unsigned long),
/linux-master/drivers/pci/controller/
H A Dpcie-xilinx-dma-pl.c452 int size = BITS_TO_LONGS(XILINX_NUM_MSI_IRQS) * sizeof(long);
H A Dpcie-rcar-ep.c510 devm_kcalloc(dev, BITS_TO_LONGS(ep->num_ib_windows),
/linux-master/drivers/net/ethernet/intel/e1000e/
H A De1000.h201 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb.h536 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_dev.c147 size = BITS_TO_LONGS(idev->cmb_npages) * sizeof(long);
/linux-master/drivers/nvme/target/
H A Dzns.c411 d.zbitmap = kcalloc_node(BITS_TO_LONGS(nr_zones), sizeof(*(d.zbitmap)),
/linux-master/net/netfilter/
H A Dnf_conncount.c63 unsigned long pending_trees[BITS_TO_LONGS(CONNCOUNT_SLOTS)];

Completed in 300 milliseconds

12345678910