Home
last modified time | relevance | path

Searched refs:bitmap_zalloc (Results 76 – 100 of 159) sorted by relevance

1234567

/openbmc/linux/drivers/iio/
H A Dindustrialio-buffer.c892 compound_mask = bitmap_zalloc(indio_dev->masklength, GFP_KERNEL); in iio_verify_update()
1655 buffer->scan_mask = bitmap_zalloc(indio_dev->masklength, in __iio_buffer_alloc_sysfs_and_mask()
/openbmc/linux/drivers/soc/tegra/
H A Dpmc.c1939 pmc->wake_type_level_map = bitmap_zalloc(pmc->soc->max_wake_events, GFP_KERNEL); in tegra_pmc_init()
1943 pmc->wake_type_dual_edge_map = bitmap_zalloc(pmc->soc->max_wake_events, GFP_KERNEL); in tegra_pmc_init()
1947 pmc->wake_sw_status_map = bitmap_zalloc(pmc->soc->max_wake_events, GFP_KERNEL); in tegra_pmc_init()
1951 pmc->wake_cntrl_level_map = bitmap_zalloc(pmc->soc->max_wake_events, GFP_KERNEL); in tegra_pmc_init()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dalloc.c188 bitmap->table = bitmap_zalloc(bitmap->max, GFP_KERNEL); in mlx4_bitmap_init()
/openbmc/linux/drivers/net/wireless/intersil/p54/
H A Dfwio.c176 priv->used_rxkeys = bitmap_zalloc(priv->rx_keycache_size, in p54_parse_firmware()
/openbmc/linux/drivers/scsi/mvsas/
H A Dmv_init.c367 mvi->rsvd_tags = bitmap_zalloc(MVS_RSVD_SLOTS, GFP_KERNEL); in mvs_pci_alloc()
/openbmc/linux/lib/
H A Dobjagg.c795 graph->edges = bitmap_zalloc(nodes_count * nodes_count, GFP_KERNEL); in objagg_tmp_graph_create()
/openbmc/linux/drivers/crypto/hisilicon/zip/
H A Dzip_crypto.c613 req_q->req_bitmap = bitmap_zalloc(req_q->size, GFP_KERNEL); in hisi_zip_create_req_q()
/openbmc/linux/drivers/input/keyboard/
H A Dgpio_keys.c206 bits = bitmap_zalloc(n_events, GFP_KERNEL); in gpio_keys_attr_show_helper()
/openbmc/linux/net/core/
H A Dnet-sysfs.c1464 mask = bitmap_zalloc(nr_ids, GFP_NOWAIT); in xps_queue_show()
1602 mask = bitmap_zalloc(dev->num_rx_queues, GFP_KERNEL); in xps_rxqs_store()
/openbmc/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c1180 removepend_bitmap = bitmap_zalloc(mrioc->facts.max_devhandle, in mpi3mr_revalidate_factsdata()
2998 mrioc->removepend_bitmap = bitmap_zalloc(mrioc->dev_handle_bitmap_bits, in mpi3mr_alloc_reply_sense_bufs()
3003 mrioc->devrem_bitmap = bitmap_zalloc(MPI3MR_NUM_DEVRMCMD, GFP_KERNEL); in mpi3mr_alloc_reply_sense_bufs()
3007 mrioc->evtack_cmds_bitmap = bitmap_zalloc(MPI3MR_NUM_EVTACKCMD, in mpi3mr_alloc_reply_sense_bufs()
3453 mrioc->chain_bitmap = bitmap_zalloc(num_chains, GFP_KERNEL); in mpi3mr_alloc_chain_bufs()
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_uvmem.c1198 kvmppc_uvmem_bitmap = bitmap_zalloc(pfn_last - pfn_first, GFP_KERNEL); in kvmppc_uvmem_init()
/openbmc/linux/drivers/dma/sh/
H A Dshdma-base.c1037 shdma_slave_used = bitmap_zalloc(slave_num, GFP_KERNEL); in shdma_enter()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c819 in_use = bitmap_zalloc(tx->len, GFP_KERNEL); in ice_ptp_alloc_tx_tracker()
820 stale = bitmap_zalloc(tx->len, GFP_KERNEL); in ice_ptp_alloc_tx_tracker()
/openbmc/linux/tools/perf/
H A Dbuiltin-c2c.c146 c2c_he->cpuset = bitmap_zalloc(c2c.cpus_cnt); in c2c_he_zalloc()
150 c2c_he->nodeset = bitmap_zalloc(c2c.nodes_cnt); in c2c_he_zalloc()
2316 set = bitmap_zalloc(c2c.cpus_cnt); in setup_nodes()
/openbmc/linux/net/smc/
H A Dsmc_wr.c779 link->wr_tx_mask = bitmap_zalloc(SMC_WR_BUF_CNT, GFP_KERNEL); in smc_wr_alloc_link_mem()
/openbmc/linux/tools/testing/selftests/kvm/aarch64/
H A Dpage_fault_test.c460 bmap = bitmap_zalloc(size / getpagesize()); in check_write_in_dirty_log()
/openbmc/linux/drivers/dma/idxd/
H A Dinit.c202 wq->opcap_bmap = bitmap_zalloc(IDXD_MAX_OPCAP_BITS, GFP_KERNEL); in idxd_setup_wqs()
/openbmc/linux/drivers/memstick/core/
H A Dms_block.c1344 msb->used_blocks_bitmap = bitmap_zalloc(msb->block_count, GFP_KERNEL); in msb_ftl_initialize()
1345 msb->erased_blocks_bitmap = bitmap_zalloc(msb->block_count, GFP_KERNEL); in msb_ftl_initialize()
/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_hif_dpmaif_rx.c970 bat_req->bat_bitmap = bitmap_zalloc(bat_req->bat_size_cnt, GFP_KERNEL); in t7xx_dpmaif_bat_alloc()
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process_queue_manager.c165 pqm->queue_slot_bitmap = bitmap_zalloc(KFD_MAX_NUM_OF_QUEUES_PER_PROCESS, in pqm_init()
H A Dkfd_device.c1139 kfd->gtt_sa_bitmap = bitmap_zalloc(kfd->gtt_sa_num_of_chunks, in kfd_gtt_sa_init()
/openbmc/linux/drivers/hv/
H A Dchannel.c645 bitmap = bitmap_zalloc(size, GFP_KERNEL); in vmbus_alloc_requestor()
/openbmc/linux/fs/btrfs/
H A Draid56.c931 rbio->error_bitmap = bitmap_zalloc(num_sectors, GFP_NOFS); in alloc_rbio()
2101 rbio->csum_bitmap = bitmap_zalloc(rbio->nr_data * rbio->stripe_nsectors, in fill_data_csums()
/openbmc/linux/drivers/gpu/drm/tests/
H A Ddrm_mm_test.c1588 bitmap = bitmap_zalloc(count, GFP_KERNEL); in drm_test_mm_topdown()
1694 bitmap = bitmap_zalloc(count, GFP_KERNEL); in drm_test_mm_bottomup()
/openbmc/linux/net/mac80211/
H A Dmesh_plink.c493 aid_map = bitmap_zalloc(IEEE80211_MAX_AID + 1, GFP_KERNEL); in mesh_allocate_aid()

1234567