Searched refs:BITS_TO_LONGS (Results 76 - 100 of 244) sorted by relevance

12345678910

/linux-master/mm/
H A Dpercpu.c1361 BITS_TO_LONGS(region_size >> PAGE_SHIFT));
1376 alloc_size = BITS_TO_LONGS(region_bits) * sizeof(chunk->alloc_map[0]);
1383 BITS_TO_LONGS(region_bits + 1) * sizeof(chunk->bound_map[0]);
1451 chunk->alloc_map = pcpu_mem_zalloc(BITS_TO_LONGS(region_bits) *
1456 chunk->bound_map = pcpu_mem_zalloc(BITS_TO_LONGS(region_bits + 1) *
2728 BITS_TO_LONGS(pcpu_unit_pages));
/linux-master/arch/x86/events/intel/
H A Dp4.c986 static DEFINE_PER_CPU(unsigned long [BITS_TO_LONGS(X86_PMC_IDX_MAX)], p4_running);
1242 unsigned long used_mask[BITS_TO_LONGS(X86_PMC_IDX_MAX)];
1243 unsigned long escr_mask[BITS_TO_LONGS(P4_ESCR_MSR_TABLE_SIZE)];
/linux-master/drivers/net/ethernet/chelsio/libcxgb/
H A Dlibcxgb_ppm.c439 ppod_bmap_size = BITS_TO_LONGS(ppmax - ppmax_pool);
/linux-master/net/netfilter/ipset/
H A Dip_set_bitmap_ipmac.c363 map->memsize = BITS_TO_LONGS(elements) * sizeof(unsigned long);
H A Dip_set_bitmap_ip.c325 map->memsize = BITS_TO_LONGS(elements) * sizeof(unsigned long);
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k.h285 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_u32.c514 bmap_size = BITS_TO_LONGS(max_tids);
/linux-master/drivers/pci/controller/
H A Dpcie-xilinx.c106 unsigned long msi_map[BITS_TO_LONGS(XILINX_NUM_MSI_IRQS)];
/linux-master/drivers/net/wireless/ath/carl9170/
H A Dcarl9170.h114 #define CARL9170_BAW_SIZE (BITS_TO_LONGS(CARL9170_BAW_BITS))
/linux-master/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac.h614 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum1_kvdl.c227 part = kzalloc(struct_size(part, usage, BITS_TO_LONGS(nr_entries)),
/linux-master/fs/ocfs2/dlm/
H A Ddlmdomain.c1383 if (map_size != (BITS_TO_LONGS(O2NM_MAX_NODES) *
1386 "map_size %u != BITS_TO_LONGS(O2NM_MAX_NODES) %u\n",
1387 map_size, (unsigned)BITS_TO_LONGS(O2NM_MAX_NODES));
1561 unsigned long live_map[BITS_TO_LONGS(O2NM_MAX_NODES)];
1562 unsigned long yes_resp_map[BITS_TO_LONGS(O2NM_MAX_NODES)];
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_page_dirty.c242 size = sizeof(*dirty) + BITS_TO_LONGS(num_pages) * sizeof(long);
/linux-master/drivers/gpio/
H A Dgpio-max3191x.c374 n = BITS_TO_LONGS(max3191x->nchips);
/linux-master/drivers/net/vmxnet3/
H A Dvmxnet3_int.h365 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf.h322 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
/linux-master/fs/ocfs2/cluster/
H A Dnetdebug.c438 unsigned long map[BITS_TO_LONGS(O2NM_MAX_NODES)];
/linux-master/drivers/dma/ti/
H A Ddma-crossbar.c365 BITS_TO_LONGS(xbar->dma_requests),
/linux-master/arch/xtensa/kernel/
H A Dperf_event.c63 unsigned long used_mask[BITS_TO_LONGS(XCHAL_NUM_PERF_COUNTERS)];
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddev.h644 unsigned long agg_q_alloc[BITS_TO_LONGS(IWL_MAX_HW_QUEUES)];
/linux-master/arch/x86/kvm/
H A Dirq_comm.c52 unsigned long i, dest_vcpu_bitmap[BITS_TO_LONGS(KVM_MAX_VCPUS)];
/linux-master/drivers/hid/bpf/
H A Dhid_bpf_jmp_table.c45 unsigned long enabled[BITS_TO_LONGS(HID_BPF_MAX_PROGS)];
/linux-master/block/
H A Dblk-zoned.c156 return kcalloc_node(BITS_TO_LONGS(nr_zones), sizeof(unsigned long),
/linux-master/kernel/irq/
H A Dmatrix.c51 unsigned int cpu, matrix_size = BITS_TO_LONGS(matrix_bits);
/linux-master/drivers/md/
H A Ddm-clone-metadata.c470 return BITS_TO_LONGS(nr_bits) * sizeof(long);
574 cmd->nr_words = BITS_TO_LONGS(cmd->nr_regions);

Completed in 313 milliseconds

12345678910