Searched refs:BITS_TO_LONGS (Results 126 - 150 of 244) sorted by relevance

12345678910

/linux-master/mm/
H A Dsparse.c312 return BITS_TO_LONGS(SECTION_BLOCKFLAGS_BITS) * sizeof(unsigned long);
/linux-master/fs/bcachefs/
H A Dbtree_types.h465 unsigned long _paths_allocated[BITS_TO_LONGS(BTREE_ITER_INITIAL)];
H A Dbuckets.c1358 !(buckets_nouse = kvmalloc(BITS_TO_LONGS(nbuckets) *
1385 BITS_TO_LONGS(n) * sizeof(unsigned long));
/linux-master/arch/loongarch/kernel/
H A Dperf_event.c97 unsigned long used_mask[BITS_TO_LONGS(LOONGARCH_MAX_HWEVENTS)];
/linux-master/arch/arc/kernel/
H A Dperf_event.c211 unsigned long used_mask[BITS_TO_LONGS(ARC_PERF_MAX_COUNTERS)];
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dwil6210.h755 unsigned long tid_rx_timer_expired[BITS_TO_LONGS(WIL_STA_TID_NUM)];
756 unsigned long tid_rx_stop_requested[BITS_TO_LONGS(WIL_STA_TID_NUM)];
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_hwi.c210 bitmap_bytes = BITS_TO_LONGS(bitmap_bytes*8)*sizeof(unsigned long);
596 bitmap_bytes = BITS_TO_LONGS(bitmap_bytes*8)*sizeof(unsigned long);
/linux-master/arch/sparc/mm/
H A Dsrmmu.c288 memblock_alloc(BITS_TO_LONGS(bitmap_bits) * sizeof(long),
292 BITS_TO_LONGS(bitmap_bits) * sizeof(long));
/linux-master/drivers/block/
H A Dxen-blkfront.c451 bitmap = kcalloc(BITS_TO_LONGS(end), sizeof(*bitmap),
460 BITS_TO_LONGS(nr_minors) * sizeof(*bitmap));
462 nr_minors = BITS_TO_LONGS(end) * BITS_PER_LONG;
/linux-master/drivers/isdn/mISDN/
H A Dtei.c244 DECLARE_BITMAP(ids, 64) = { [0 ... BITS_TO_LONGS(64) - 1] = 0 };
268 DECLARE_BITMAP(ids, 64) = { [0 ... BITS_TO_LONGS(64) - 1] = 0 };
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c272 BITS_TO_LONGS(OTX2_DMAC_FLTR_BITMAP_SZ),
296 BITS_TO_LONGS(OTX2_DMAC_FLTR_BITMAP_SZ),
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac-ctxt.c48 unsigned long available_mac_ids[BITS_TO_LONGS(NUM_MAC_INDEX_DRIVER)];
49 unsigned long available_tsf_ids[BITS_TO_LONGS(NUM_TSF_IDS)];
/linux-master/net/netlink/
H A Dgenetlink.c428 BITS_TO_LONGS(n_groups);
443 for (i = 0; i < BITS_TO_LONGS(n_groups); i++)
/linux-master/drivers/iio/adc/
H A Dmax1363.c1450 array3_size(BITS_TO_LONGS(MAX1363_MAX_CHANNELS),
1458 bitmap_copy(masks + BITS_TO_LONGS(MAX1363_MAX_CHANNELS)*i,
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dmr.c117 s = BITS_TO_LONGS(1UL << (buddy->max_order - i));
/linux-master/drivers/input/rmi4/
H A Drmi_f11.c1080 mask_size = BITS_TO_LONGS(drvdata->irq_count) * sizeof(unsigned long);
/linux-master/arch/csky/kernel/
H A Dperf_event.c33 unsigned long used_mask[BITS_TO_LONGS(CSKY_PMU_MAX_EVENTS)];
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe.h616 unsigned long vids[BITS_TO_LONGS(VLAN_N_VID)];
/linux-master/drivers/rapidio/
H A Drio-scan.c849 BITS_TO_LONGS(
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dcrypto.c489 for (i = 0; freed && i < BITS_TO_LONGS(bulk->num_deks);
/linux-master/drivers/hwtracing/stm/
H A Dcore.c164 BITS_TO_LONGS(stm->data->sw_nchannels)),
/linux-master/drivers/net/ethernet/via/
H A Dvia-velocity.h1388 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dath9k.h238 unsigned long tx_buf[BITS_TO_LONGS(ATH_TID_MAX_BUFS)];
/linux-master/drivers/firmware/tegra/
H A Dbpmp.c728 size = BITS_TO_LONGS(bpmp->threaded.count) * sizeof(long);
/linux-master/lib/
H A Dtest_rhashtable.c287 BITS_TO_LONGS(entries)));

Completed in 375 milliseconds

12345678910